COLOR #8B977F

HEX: #8B977F
RGB: (139,151,127)

Color info

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

RGB color model

#8B977F color RGB value is (139,151,127).

  • red value is 139;
  • green value is 151;
  • blue value is 127.
RGB:
(139,151,127)
(55%,59%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 127 of 255 = 50%

139
151
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 151 + 127 = 417 (100%)
R 139 of 417 ~ 33.33%
G 151 of 417 ~ 36.21%
B 127 of 417 ~ 30.46%

%33.33
%36.21
%30.46

CMYK color model

#8B977F color CMYK value is (8,0,16,41).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(8,0,16,41)
C8M0Y16K41 
(8%,0%,16%,41%)
(0.08/0.00/0.16/0.41)	

CMYK percentages

%7.95
%0
%15.89
%40.78

Codes

Color #8B977F in popluar color models

8B977F
RGB139151127
HSL90°10.34%54.51%
HSB/HSV90°15.89%59.22%
CMYK7.95%0.00%15.89%
40.78%

Color #8B977F in popluar number systems.

HEX8B977F
Decimal139151127
Binary10001011100101111111111
Octal213227177

Shades and tints

Shades of #8B977F

#8B977F
(139,151,127)
#7F8A74
(127,138,116)
#737D69
(115,125,105)
#67705E
(103,112,94)
#5B6353
(91,99,83)
#4F5648
(79,86,72)
#43493D
(67,73,61)
#373C32
(55,60,50)
#2B2F27
(43,47,39)
#1F221C
(31,34,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #8B977F

#8B977F
(139,151,127)
#95A08A
(149,160,138)
#9FA995
(159,169,149)
#A9B2A0
(169,178,160)
#B3BBAB
(179,187,171)
#BDC4B6
(189,196,182)
#C7CDC1
(199,205,193)
#D1D6CC
(209,214,204)
#DBDFD7
(219,223,215)
#E5E8E2
(229,232,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B977F color. Also use rgb(139,151,127) instead hex code.

Text Font Color

.myTextColor { color: #8B977F; }

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

This text font color is #8B977F.


Background Color

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

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

This div background color is #8B977F.


Border color

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

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

This div border color is #8B977F.


Opacity

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

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

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

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

This text has shadow with #8B977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B977F on black background.


Color preview on white background

This text has color #8B977F on white background.



Black color preview on #8B977F background

This text has black color on #8B977F background.


White color preview on #8B977F background

This text has white color on #8B977F background.