COLOR #8B824F

HEX: #8B824F RGB: (139,130,79)

Color info

#8B824F contains mainly red and green colors. Web safe color of #8B824F is #999966 (or #996).

RGB color model

#8B824F color RGB value is (139,130,79).

RGB: (139,130,79) (55%, 51%, 31%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 79 of 255 = 31%

139
130
79

R + G + B ~ 46%. #8B824F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 130 + 79 = 348 (100%)
R 139 of 348 ~ 39.94%
G 130 of 348 ~ 37.36%
B 79 of 348 ~ 22.7'%

%39.94
%37.36
%22.7

CMYK color model

#8B824F color CMYK value is (0,6,43,45).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 43.17%
  • key color value is 45.49%

CMYK: (0,6,43,45)
C0M6Y43K45 (0%, 6%, 43%, 45%)
(0.00 / 0.06 / 0.43 / 0.45)

CMYK percentages

%0
%6.47
%43.17
%45.49

Codes

Color #8B824F in popluar color models

8B 82 4F
RGB 139 130 79
HSL 51° 27.52% 42.75%
HSB/HSV 51° 43.17% 54.51%
CMYK 0.00% 6.47% 43.17%
45.49%

Color #8B824F in popluar number systems.

HEX 8B 82 4F
Decimal 139 130 79
Binary 10001011 10000010 1001111
Octal 213 202 117

Shades and tints

Shades of #8B824F

#8B824F
(139,130,79)
#7F7748
(127,119,72)
#736C41
(115,108,65)
#67613A
(103,97,58)
#5B5633
(91,86,51)
#4F4B2C
(79,75,44)
#434025
(67,64,37)
#37351E
(55,53,30)
#2B2A17
(43,42,23)
#1F1F10
(31,31,16)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #8B824F

#8B824F
(139,130,79)
#958D5F
(149,141,95)
#9F986F
(159,152,111)
#A9A37F
(169,163,127)
#B3AE8F
(179,174,143)
#BDB99F
(189,185,159)
#C7C4AF
(199,196,175)
#D1CFBF
(209,207,191)
#DBDACF
(219,218,207)
#E5E5DF
(229,229,223)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B824F color. Also use rgb(139,130,79) instead hex code.

Text Font Color

.myTextColor { color: #8B824F; }

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

This text font color is #8B824F.

Background Color

.myBgColor { background-color: #8B824F; }

<div style="background-color:#8B824F">Inner text</div>

This div background color is #8B824F.

Border color

.myBorderColor { border: 1px solid #8B824F; }

<div style="border:3px solid #8B824F">Div</div>

This div border color is #8B824F.

Opacity

.myOpacity80 { color: #8B824F; opacity: 0.8; }

<p style="color:#8B824F;opacity:0.8;">80%</p>

Text with #8B824F 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 #8B824F;}

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

This text has shadow with #8B824F color.


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

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

This text has shadow with #8B824F primary color and red secondary color.


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

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

This text has shadow with #8B824F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8B824F.

Preview

Color preview on black background

This text has color #8B824F on black background.


Color preview on white background

This text has color #8B824F on white background.


Black color preview on #8B824F background

This text has black color on #8B824F background.


White color preview on #8B824F background

This text has white color on #8B824F background.


Related colors

Complementary color

Complementary color for #hex is #747DB0.


I love getcolorcode.com

Triadic colors

1 #4F8B82 and #824F8B with #8B824F are triadic colors.

2 #4F828B and #828B4F with #8B824F are triadic colors.