COLOR #8B9D74

HEX: #8B9D74 RGB: (139,157,116)

Color info

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

RGB color model

#8B9D74 color RGB value is (139,157,116).

RGB: (139,157,116) (55%, 62%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 116 of 255 = 45%

139
157
116

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

Portions of RGB colors in percentages

R + G + B = 139 + 157 + 116 = 412 (100%)
R 139 of 412 ~ 33.74%
G 157 of 412 ~ 38.11%
B 116 of 412 ~ 28.16'%

%33.74
%38.11
%28.16

CMYK color model

#8B9D74 color CMYK value is (11,0,26,38).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK: (11,0,26,38) C11M0Y26K38 (11%,0%,26%,38%) (0.11/0.00/0.26/0.38) 

CMYK percentages

%11.46
%0
%26.11
%38.43

Codes

Color #8B9D74 in popluar color models

8B 9D 74
RGB 139 157 116
HSL 86° 17.30% 53.53%
HSB/HSV 86° 26.11% 61.57%
CMYK 11.46% 0.00% 26.11%
38.43%

Color #8B9D74 in popluar number systems.

HEX 8B 9D 74
Decimal 139 157 116
Binary 10001011 10011101 1110100
Octal 213 235 164

Shades and tints

Shades of #8B9D74

#8B9D74
(139,157,116)
#7F8F6A
(127,143,106)
#738160
(115,129,96)
#677356
(103,115,86)
#5B654C
(91,101,76)
#4F5742
(79,87,66)
#434938
(67,73,56)
#373B2E
(55,59,46)
#2B2D24
(43,45,36)
#1F1F1A
(31,31,26)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #8B9D74

#8B9D74
(139,157,116)
#95A580
(149,165,128)
#9FAD8C
(159,173,140)
#A9B598
(169,181,152)
#B3BDA4
(179,189,164)
#BDC5B0
(189,197,176)
#C7CDBC
(199,205,188)
#D1D5C8
(209,213,200)
#DBDDD4
(219,221,212)
#E5E5E0
(229,229,224)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9D74; }

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

This text font color is #8B9D74.

Background Color

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

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

This div background color is #8B9D74.

Border color

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

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

This div border color is #8B9D74.

Opacity

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

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

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

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

This text has shadow with #8B9D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9D74.

Preview

Color preview on black background

This text has color #8B9D74 on black background.


Color preview on white background

This text has color #8B9D74 on white background.


Black color preview on #8B9D74 background

This text has black color on #8B9D74 background.


White color preview on #8B9D74 background

This text has white color on #8B9D74 background.


Related colors

Complementary color

Complementary color for #hex is #74628B.


I love getcolorcode.com

Triadic colors

1 #748B9D and #9D748B with #8B9D74 are triadic colors.

2 #749D8B and #9D8B74 with #8B9D74 are triadic colors.