COLOR #827B0F

HEX: #827B0F RGB: (130,123,15)

Color info

#827B0F contains mainly red and green colors. Web safe color of #827B0F is #996600 (or #960).

RGB color model

#827B0F color RGB value is (130,123,15).

RGB: (130,123,15) (51%, 48%, 6%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 15 of 255 = 6%

130
123
15

R + G + B ~ 35%. #827B0F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 123 + 15 = 268 (100%)
R 130 of 268 ~ 48.51%
G 123 of 268 ~ 45.9%
B 15 of 268 ~ 5.6'%

%48.51
%45.9

CMYK color model

#827B0F color CMYK value is (0,5,88,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 88.46%
  • key color value is 49.02%

CMYK: (0,5,88,49)
C0M5Y88K49 (0%, 5%, 88%, 49%)
(0.00 / 0.05 / 0.88 / 0.49)

CMYK percentages

%0
%5.38
%88.46
%49.02

Codes

Color #827B0F in popluar color models

82 7B 0F
RGB 130 123 15
HSL 56° 79.31% 28.43%
HSB/HSV 56° 88.46% 50.98%
CMYK 0.00% 5.38% 88.46%
49.02%

Color #827B0F in popluar number systems.

HEX 82 7B 0F
Decimal 130 123 15
Binary 10000010 1111011 1111
Octal 202 173 17

Shades and tints

Shades of #827B0F

#827B0F
(130,123,15)
#77700E
(119,112,14)
#6C650D
(108,101,13)
#615A0C
(97,90,12)
#564F0B
(86,79,11)
#4B440A
(75,68,10)
#403909
(64,57,9)
#352E08
(53,46,8)
#2A2307
(42,35,7)
#1F1806
(31,24,6)
#140D05
(20,13,5)
#000000
(0,0,0)

Tints of #827B0F

#827B0F
(130,123,15)
#8D8724
(141,135,36)
#989339
(152,147,57)
#A39F4E
(163,159,78)
#AEAB63
(174,171,99)
#B9B778
(185,183,120)
#C4C38D
(196,195,141)
#CFCFA2
(207,207,162)
#DADBB7
(218,219,183)
#E5E7CC
(229,231,204)
#F0F3E1
(240,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B0F color. Also use rgb(130,123,15) instead hex code.

Text Font Color

.myTextColor { color: #827B0F; }

<p style="color:#827B0F">This sample text font color is #827B0F.</p>

This text font color is #827B0F.

Background Color

.myBgColor { background-color: #827B0F; }

<div style="background-color:#827B0F">Inner text</div>

This div background color is #827B0F.

Border color

.myBorderColor { border: 1px solid #827B0F; }

<div style="border:3px solid #827B0F">Div</div>

This div border color is #827B0F.

Opacity

.myOpacity80 { color: #827B0F; opacity: 0.8; }

<p style="color:#827B0F;opacity:0.8;">80%</p>

Text with #827B0F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #827B0F;}

<p style="text-shadow: 3px 3px 1px #827B0F">Text here.</p>

This text has shadow with #827B0F color.


.textShadow {text-shadow: 3px 3px 1px #827B0F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #827B0F, 5px 5px 20px red">Text here.</p>

This text has shadow with #827B0F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827B0F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#827B0F, Direction=45, Strength=4)">Text</p>

This text has shadow with #827B0F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827B0F;
-webkit-box-shadow: 1px 1px 3px 2px #827B0F;
box-shadow: 1px 1px 3px 2px #827B0F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827B0F; -webkit-box-shadow: 1px 1px 3px 2px #827B0F; box-shadow:1px 1px 3px 2px #827B0F;">
Div content here
</div>

This div box has shadow with color #827B0F.

Preview

Color preview on black background

This text has color #827B0F on black background.


Color preview on white background

This text has color #827B0F on white background.


Black color preview on #827B0F background

This text has black color on #827B0F background.


White color preview on #827B0F background

This text has white color on #827B0F background.


Related colors

Complementary color

Complementary color for #hex is #7D84F0.


I love getcolorcode.com

Triadic colors

1 #0F827B and #7B0F82 with #827B0F are triadic colors.

2 #0F7B82 and #7B820F with #827B0F are triadic colors.