COLOR #8B8576

HEX: #8B8576
RGB: (139,133,118)

Color info

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

RGB color model

#8B8576 color RGB value is (139,133,118).

  • red value is 139;
  • green value is 133;
  • blue value is 118.
RGB:
(139,133,118)
(55%,52%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 118 of 255 = 46%

139
133
118

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 118 = 390 (100%)
R 139 of 390 ~ 35.64%
G 133 of 390 ~ 34.1%
B 118 of 390 ~ 30.26%

%35.64
%34.1
%30.26

CMYK color model

#8B8576 color CMYK value is (0,4,15,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 15.11%
  • key color value is 45.49%
CMYK:
(0,4,15,45)
C0M4Y15K45 
(0%,4%,15%,45%)
(0.00/0.04/0.15/0.45)	

CMYK percentages

%0
%4.32
%15.11
%45.49

Codes

Color #8B8576 in popluar color models

8B8576
RGB139133118
HSL43°8.30%50.39%
HSB/HSV43°15.11%54.51%
CMYK0.00%4.32%15.11%
45.49%

Color #8B8576 in popluar number systems.

HEX8B8576
Decimal139133118
Binary10001011100001011110110
Octal213205166

Shades and tints

Shades of #8B8576

#8B8576
(139,133,118)
#7F796C
(127,121,108)
#736D62
(115,109,98)
#676158
(103,97,88)
#5B554E
(91,85,78)
#4F4944
(79,73,68)
#433D3A
(67,61,58)
#373130
(55,49,48)
#2B2526
(43,37,38)
#1F191C
(31,25,28)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #8B8576

#8B8576
(139,133,118)
#959082
(149,144,130)
#9F9B8E
(159,155,142)
#A9A69A
(169,166,154)
#B3B1A6
(179,177,166)
#BDBCB2
(189,188,178)
#C7C7BE
(199,199,190)
#D1D2CA
(209,210,202)
#DBDDD6
(219,221,214)
#E5E8E2
(229,232,226)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8576 color. Also use rgb(139,133,118) instead hex code.

Text Font Color

.myTextColor { color: #8B8576; }

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

This text font color is #8B8576.


Background Color

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

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

This div background color is #8B8576.


Border color

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

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

This div border color is #8B8576.


Opacity

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

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

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

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

This text has shadow with #8B8576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8576 on black background.


Color preview on white background

This text has color #8B8576 on white background.



Black color preview on #8B8576 background

This text has black color on #8B8576 background.


White color preview on #8B8576 background

This text has white color on #8B8576 background.