COLOR #8B857F

HEX: #8B857F
RGB: (139,133,127)

Color info

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

RGB color model

#8B857F color RGB value is (139,133,127).

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

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 127 of 255 = 50%

139
133
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 127 = 399 (100%)
R 139 of 399 ~ 34.84%
G 133 of 399 ~ 33.33%
B 127 of 399 ~ 31.83%

%34.84
%33.33
%31.83

CMYK color model

#8B857F color CMYK value is (0,4,9,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(0,4,9,45)
C0M4Y9K45 
(0%,4%,9%,45%)
(0.00/0.04/0.09/0.45)	

CMYK percentages

%0
%4.32
%8.63
%45.49

Codes

Color #8B857F in popluar color models

8B857F
RGB139133127
HSL30°4.92%52.16%
HSB/HSV30°8.63%54.51%
CMYK0.00%4.32%8.63%
45.49%

Color #8B857F in popluar number systems.

HEX8B857F
Decimal139133127
Binary10001011100001011111111
Octal213205177

Shades and tints

Shades of #8B857F

#8B857F
(139,133,127)
#7F7974
(127,121,116)
#736D69
(115,109,105)
#67615E
(103,97,94)
#5B5553
(91,85,83)
#4F4948
(79,73,72)
#433D3D
(67,61,61)
#373132
(55,49,50)
#2B2527
(43,37,39)
#1F191C
(31,25,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #8B857F

#8B857F
(139,133,127)
#95908A
(149,144,138)
#9F9B95
(159,155,149)
#A9A6A0
(169,166,160)
#B3B1AB
(179,177,171)
#BDBCB6
(189,188,182)
#C7C7C1
(199,199,193)
#D1D2CC
(209,210,204)
#DBDDD7
(219,221,215)
#E5E8E2
(229,232,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B857F; }

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

This text font color is #8B857F.


Background Color

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

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

This div background color is #8B857F.


Border color

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

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

This div border color is #8B857F.


Opacity

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

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

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

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

This text has shadow with #8B857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B857F on black background.


Color preview on white background

This text has color #8B857F on white background.



Black color preview on #8B857F background

This text has black color on #8B857F background.


White color preview on #8B857F background

This text has white color on #8B857F background.