COLOR #8B8873

HEX: #8B8873
RGB: (139,136,115)

Color info

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

RGB color model

#8B8873 color RGB value is (139,136,115).

  • red value is 139;
  • green value is 136;
  • blue value is 115.
RGB:
(139,136,115)
(55%,53%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 115 of 255 = 45%

139
136
115

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

Portions of RGB colors in percentages

R + G + B =
139 + 136 + 115 = 390 (100%)
R 139 of 390 ~ 35.64%
G 136 of 390 ~ 34.87%
B 115 of 390 ~ 29.49%

%35.64
%34.87
%29.49

CMYK color model

#8B8873 color CMYK value is (0,2,17,45).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 17.27%
  • key color value is 45.49%
CMYK:
(0,2,17,45)
C0M2Y17K45 
(0%,2%,17%,45%)
(0.00/0.02/0.17/0.45)	

CMYK percentages

%0
%2.16
%17.27
%45.49

Codes

Color #8B8873 in popluar color models

8B8873
RGB139136115
HSL53°9.45%49.80%
HSB/HSV53°17.27%54.51%
CMYK0.00%2.16%17.27%
45.49%

Color #8B8873 in popluar number systems.

HEX8B8873
Decimal139136115
Binary10001011100010001110011
Octal213210163

Shades and tints

Shades of #8B8873

#8B8873
(139,136,115)
#7F7C69
(127,124,105)
#73705F
(115,112,95)
#676455
(103,100,85)
#5B584B
(91,88,75)
#4F4C41
(79,76,65)
#434037
(67,64,55)
#37342D
(55,52,45)
#2B2823
(43,40,35)
#1F1C19
(31,28,25)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #8B8873

#8B8873
(139,136,115)
#95927F
(149,146,127)
#9F9C8B
(159,156,139)
#A9A697
(169,166,151)
#B3B0A3
(179,176,163)
#BDBAAF
(189,186,175)
#C7C4BB
(199,196,187)
#D1CEC7
(209,206,199)
#DBD8D3
(219,216,211)
#E5E2DF
(229,226,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8873 color. Also use rgb(139,136,115) instead hex code.

Text Font Color

.myTextColor { color: #8B8873; }

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

This text font color is #8B8873.


Background Color

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

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

This div background color is #8B8873.


Border color

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

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

This div border color is #8B8873.


Opacity

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

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

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

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

This text has shadow with #8B8873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8873 on black background.


Color preview on white background

This text has color #8B8873 on white background.



Black color preview on #8B8873 background

This text has black color on #8B8873 background.


White color preview on #8B8873 background

This text has white color on #8B8873 background.