COLOR #8B856F

HEX: #8B856F RGB: (139,133,111)

Color info

#8B856F contains red, green and blue colors in about the same proportion. Web safe color of #8B856F is #999966 (or #996).

RGB color model

#8B856F color RGB value is (139,133,111).

RGB: (139,133,111) (55%, 52%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 111 of 255 = 44%

139
133
111

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

Portions of RGB colors in percentages

R + G + B = 139 + 133 + 111 = 383 (100%)
R 139 of 383 ~ 36.29%
G 133 of 383 ~ 34.73%
B 111 of 383 ~ 28.98'%

%36.29
%34.73
%28.98

CMYK color model

#8B856F color CMYK value is (0,4,20,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 20.14%
  • key color value is 45.49%

CMYK: (0,4,20,45)
C0M4Y20K45 (0%, 4%, 20%, 45%)
(0.00 / 0.04 / 0.20 / 0.45)

CMYK percentages

%0
%4.32
%20.14
%45.49

Codes

Color #8B856F in popluar color models

8B 85 6F
RGB 139 133 111
HSL 47° 11.20% 49.02%
HSB/HSV 47° 20.14% 54.51%
CMYK 0.00% 4.32% 20.14%
45.49%

Color #8B856F in popluar number systems.

HEX 8B 85 6F
Decimal 139 133 111
Binary 10001011 10000101 1101111
Octal 213 205 157

Shades and tints

Shades of #8B856F

#8B856F
(139,133,111)
#7F7965
(127,121,101)
#736D5B
(115,109,91)
#676151
(103,97,81)
#5B5547
(91,85,71)
#4F493D
(79,73,61)
#433D33
(67,61,51)
#373129
(55,49,41)
#2B251F
(43,37,31)
#1F1915
(31,25,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #8B856F

#8B856F
(139,133,111)
#95907C
(149,144,124)
#9F9B89
(159,155,137)
#A9A696
(169,166,150)
#B3B1A3
(179,177,163)
#BDBCB0
(189,188,176)
#C7C7BD
(199,199,189)
#D1D2CA
(209,210,202)
#DBDDD7
(219,221,215)
#E5E8E4
(229,232,228)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B856F color. Also use rgb(139,133,111) instead hex code.

Text Font Color

.myTextColor { color: #8B856F; }

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

This text font color is #8B856F.

Background Color

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

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

This div background color is #8B856F.

Border color

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

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

This div border color is #8B856F.

Opacity

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

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

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

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

This text has shadow with #8B856F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B856F.

Preview

Color preview on black background

This text has color #8B856F on black background.


Color preview on white background

This text has color #8B856F on white background.


Black color preview on #8B856F background

This text has black color on #8B856F background.


White color preview on #8B856F background

This text has white color on #8B856F background.


Related colors

Complementary color

Complementary color for #hex is #747A90.


I love getcolorcode.com

Triadic colors

1 #6F8B85 and #856F8B with #8B856F are triadic colors.

2 #6F858B and #858B6F with #8B856F are triadic colors.