COLOR #8B956F

HEX: #8B956F
RGB: (139,149,111)

Color info

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

RGB color model

#8B956F color RGB value is (139,149,111).

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

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 111 of 255 = 44%

139
149
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 149 + 111 = 399 (100%)
R 139 of 399 ~ 34.84%
G 149 of 399 ~ 37.34%
B 111 of 399 ~ 27.82%

%34.84
%37.34
%27.82

CMYK color model

#8B956F color CMYK value is (7,0,26,42).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(7,0,26,42)
C7M0Y26K42 
(7%,0%,26%,42%)
(0.07/0.00/0.26/0.42)	

CMYK percentages

%6.71
%0
%25.5
%41.57

Codes

Color #8B956F in popluar color models

8B956F
RGB139149111
HSL76°15.20%50.98%
HSB/HSV76°25.50%58.43%
CMYK6.71%0.00%25.50%
41.57%

Color #8B956F in popluar number systems.

HEX8B956F
Decimal139149111
Binary10001011100101011101111
Octal213225157

Shades and tints

Shades of #8B956F

#8B956F
(139,149,111)
#7F8865
(127,136,101)
#737B5B
(115,123,91)
#676E51
(103,110,81)
#5B6147
(91,97,71)
#4F543D
(79,84,61)
#434733
(67,71,51)
#373A29
(55,58,41)
#2B2D1F
(43,45,31)
#1F2015
(31,32,21)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #8B956F

#8B956F
(139,149,111)
#959E7C
(149,158,124)
#9FA789
(159,167,137)
#A9B096
(169,176,150)
#B3B9A3
(179,185,163)
#BDC2B0
(189,194,176)
#C7CBBD
(199,203,189)
#D1D4CA
(209,212,202)
#DBDDD7
(219,221,215)
#E5E6E4
(229,230,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B956F; }

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

This text font color is #8B956F.


Background Color

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

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

This div background color is #8B956F.


Border color

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

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

This div border color is #8B956F.


Opacity

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

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

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

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

This text has shadow with #8B956F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B956F on black background.


Color preview on white background

This text has color #8B956F on white background.



Black color preview on #8B956F background

This text has black color on #8B956F background.


White color preview on #8B956F background

This text has white color on #8B956F background.