COLOR #8B996F

HEX: #8B996F
RGB: (139,153,111)

Color info

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

RGB color model

#8B996F color RGB value is (139,153,111).

  • red value is 139;
  • green value is 153;
  • blue value is 111.
RGB:
(139,153,111)
(55%,60%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 111 of 255 = 44%

139
153
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 153 + 111 = 403 (100%)
R 139 of 403 ~ 34.49%
G 153 of 403 ~ 37.97%
B 111 of 403 ~ 27.54%

%34.49
%37.97
%27.54

CMYK color model

#8B996F color CMYK value is (9,0,27,40).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(9,0,27,40)
C9M0Y27K40 
(9%,0%,27%,40%)
(0.09/0.00/0.27/0.40)	

CMYK percentages

%9.15
%0
%27.45
%40

Codes

Color #8B996F in popluar color models

8B996F
RGB139153111
HSL80°17.07%51.76%
HSB/HSV80°27.45%60.00%
CMYK9.15%0.00%27.45%
40.00%

Color #8B996F in popluar number systems.

HEX8B996F
Decimal139153111
Binary10001011100110011101111
Octal213231157

Shades and tints

Shades of #8B996F

#8B996F
(139,153,111)
#7F8C65
(127,140,101)
#737F5B
(115,127,91)
#677251
(103,114,81)
#5B6547
(91,101,71)
#4F583D
(79,88,61)
#434B33
(67,75,51)
#373E29
(55,62,41)
#2B311F
(43,49,31)
#1F2415
(31,36,21)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #8B996F

#8B996F
(139,153,111)
#95A27C
(149,162,124)
#9FAB89
(159,171,137)
#A9B496
(169,180,150)
#B3BDA3
(179,189,163)
#BDC6B0
(189,198,176)
#C7CFBD
(199,207,189)
#D1D8CA
(209,216,202)
#DBE1D7
(219,225,215)
#E5EAE4
(229,234,228)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B996F; }

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

This text font color is #8B996F.


Background Color

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

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

This div background color is #8B996F.


Border color

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

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

This div border color is #8B996F.


Opacity

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

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

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

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

This text has shadow with #8B996F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B996F on black background.


Color preview on white background

This text has color #8B996F on white background.



Black color preview on #8B996F background

This text has black color on #8B996F background.


White color preview on #8B996F background

This text has white color on #8B996F background.