COLOR #8B947C

HEX: #8B947C
RGB: (139,148,124)

Color info

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

RGB color model

#8B947C color RGB value is (139,148,124).

  • red value is 139;
  • green value is 148;
  • blue value is 124.
RGB:
(139,148,124)
(55%,58%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 124 of 255 = 49%

139
148
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 148 + 124 = 411 (100%)
R 139 of 411 ~ 33.82%
G 148 of 411 ~ 36.01%
B 124 of 411 ~ 30.17%

%33.82
%36.01
%30.17

CMYK color model

#8B947C color CMYK value is (6,0,16,42).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(6,0,16,42)
C6M0Y16K42 
(6%,0%,16%,42%)
(0.06/0.00/0.16/0.42)	

CMYK percentages

%6.08
%0
%16.22
%41.96

Codes

Color #8B947C in popluar color models

8B947C
RGB139148124
HSL83°10.08%53.33%
HSB/HSV83°16.22%58.04%
CMYK6.08%0.00%16.22%
41.96%

Color #8B947C in popluar number systems.

HEX8B947C
Decimal139148124
Binary10001011100101001111100
Octal213224174

Shades and tints

Shades of #8B947C

#8B947C
(139,148,124)
#7F8771
(127,135,113)
#737A66
(115,122,102)
#676D5B
(103,109,91)
#5B6050
(91,96,80)
#4F5345
(79,83,69)
#43463A
(67,70,58)
#37392F
(55,57,47)
#2B2C24
(43,44,36)
#1F1F19
(31,31,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8B947C

#8B947C
(139,148,124)
#959D87
(149,157,135)
#9FA692
(159,166,146)
#A9AF9D
(169,175,157)
#B3B8A8
(179,184,168)
#BDC1B3
(189,193,179)
#C7CABE
(199,202,190)
#D1D3C9
(209,211,201)
#DBDCD4
(219,220,212)
#E5E5DF
(229,229,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B947C color. Also use rgb(139,148,124) instead hex code.

Text Font Color

.myTextColor { color: #8B947C; }

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

This text font color is #8B947C.


Background Color

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

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

This div background color is #8B947C.


Border color

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

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

This div border color is #8B947C.


Opacity

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

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

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

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

This text has shadow with #8B947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B947C on black background.


Color preview on white background

This text has color #8B947C on white background.



Black color preview on #8B947C background

This text has black color on #8B947C background.


White color preview on #8B947C background

This text has white color on #8B947C background.