COLOR #8B9674

HEX: #8B9674
RGB: (139,150,116)

Color info

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

RGB color model

#8B9674 color RGB value is (139,150,116).

  • red value is 139;
  • green value is 150;
  • blue value is 116.
RGB:
(139,150,116)
(55%,59%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 150 of 255 = 59%
B 116 of 255 = 45%

139
150
116

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

Portions of RGB colors in percentages

R + G + B =
139 + 150 + 116 = 405 (100%)
R 139 of 405 ~ 34.32%
G 150 of 405 ~ 37.04%
B 116 of 405 ~ 28.64%

%34.32
%37.04
%28.64

CMYK color model

#8B9674 color CMYK value is (7,0,23,41).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 41.18%
CMYK:
(7,0,23,41)
C7M0Y23K41 
(7%,0%,23%,41%)
(0.07/0.00/0.23/0.41)	

CMYK percentages

%7.33
%0
%22.67
%41.18

Codes

Color #8B9674 in popluar color models

8B9674
RGB139150116
HSL79°13.93%52.16%
HSB/HSV79°22.67%58.82%
CMYK7.33%0.00%22.67%
41.18%

Color #8B9674 in popluar number systems.

HEX8B9674
Decimal139150116
Binary10001011100101101110100
Octal213226164

Shades and tints

Shades of #8B9674

#8B9674
(139,150,116)
#7F896A
(127,137,106)
#737C60
(115,124,96)
#676F56
(103,111,86)
#5B624C
(91,98,76)
#4F5542
(79,85,66)
#434838
(67,72,56)
#373B2E
(55,59,46)
#2B2E24
(43,46,36)
#1F211A
(31,33,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #8B9674

#8B9674
(139,150,116)
#959F80
(149,159,128)
#9FA88C
(159,168,140)
#A9B198
(169,177,152)
#B3BAA4
(179,186,164)
#BDC3B0
(189,195,176)
#C7CCBC
(199,204,188)
#D1D5C8
(209,213,200)
#DBDED4
(219,222,212)
#E5E7E0
(229,231,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9674 color. Also use rgb(139,150,116) instead hex code.

Text Font Color

.myTextColor { color: #8B9674; }

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

This text font color is #8B9674.


Background Color

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

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

This div background color is #8B9674.


Border color

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

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

This div border color is #8B9674.


Opacity

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

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

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

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

This text has shadow with #8B9674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9674 on black background.


Color preview on white background

This text has color #8B9674 on white background.



Black color preview on #8B9674 background

This text has black color on #8B9674 background.


White color preview on #8B9674 background

This text has white color on #8B9674 background.