COLOR #8B896F

HEX: #8B896F RGB: (139,137,111)

Color info

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

RGB color model

#8B896F color RGB value is (139,137,111).

RGB: (139,137,111) (55%, 54%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 137 of 255 = 54%
B 111 of 255 = 44%

139
137
111

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

Portions of RGB colors in percentages

R + G + B = 139 + 137 + 111 = 387 (100%)
R 139 of 387 ~ 35.92%
G 137 of 387 ~ 35.4%
B 111 of 387 ~ 28.68'%

%35.92
%35.4
%28.68

CMYK color model

#8B896F color CMYK value is (0,1,20,45).

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

CMYK: (0,1,20,45)
C0M1Y20K45 (0%, 1%, 20%, 45%)
(0.00 / 0.01 / 0.20 / 0.45)

CMYK percentages

%0
%1.44
%20.14
%45.49

Codes

Color #8B896F in popluar color models

8B 89 6F
RGB 139 137 111
HSL 56° 11.20% 49.02%
HSB/HSV 56° 20.14% 54.51%
CMYK 0.00% 1.44% 20.14%
45.49%

Color #8B896F in popluar number systems.

HEX 8B 89 6F
Decimal 139 137 111
Binary 10001011 10001001 1101111
Octal 213 211 157

Shades and tints

Shades of #8B896F

#8B896F
(139,137,111)
#7F7D65
(127,125,101)
#73715B
(115,113,91)
#676551
(103,101,81)
#5B5947
(91,89,71)
#4F4D3D
(79,77,61)
#434133
(67,65,51)
#373529
(55,53,41)
#2B291F
(43,41,31)
#1F1D15
(31,29,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #8B896F

#8B896F
(139,137,111)
#95937C
(149,147,124)
#9F9D89
(159,157,137)
#A9A796
(169,167,150)
#B3B1A3
(179,177,163)
#BDBBB0
(189,187,176)
#C7C5BD
(199,197,189)
#D1CFCA
(209,207,202)
#DBD9D7
(219,217,215)
#E5E3E4
(229,227,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B896F; }

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

This text font color is #8B896F.

Background Color

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

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

This div background color is #8B896F.

Border color

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

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

This div border color is #8B896F.

Opacity

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

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

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

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

This text has shadow with #8B896F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B896F.

Preview

Color preview on black background

This text has color #8B896F on black background.


Color preview on white background

This text has color #8B896F on white background.


Black color preview on #8B896F background

This text has black color on #8B896F background.


White color preview on #8B896F background

This text has white color on #8B896F background.


Related colors

Complementary color

Complementary color for #hex is #747690.


I love getcolorcode.com

Triadic colors

1 #6F8B89 and #896F8B with #8B896F are triadic colors.

2 #6F898B and #898B6F with #8B896F are triadic colors.