COLOR #8B817F

HEX: #8B817F
RGB: (139,129,127)

Color info

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

RGB color model

#8B817F color RGB value is (139,129,127).

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

RGB channels and saturation

R 139 of 255 = 55%
G 129 of 255 = 51%
B 127 of 255 = 50%

139
129
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 129 + 127 = 395 (100%)
R 139 of 395 ~ 35.19%
G 129 of 395 ~ 32.66%
B 127 of 395 ~ 32.15%

%35.19
%32.66
%32.15

CMYK color model

#8B817F color CMYK value is (0,7,9,45).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(0,7,9,45)
C0M7Y9K45 
(0%,7%,9%,45%)
(0.00/0.07/0.09/0.45)	

CMYK percentages

%0
%7.19
%8.63
%45.49

Codes

Color #8B817F in popluar color models

8B817F
RGB139129127
HSL10°4.92%52.16%
HSB/HSV10°8.63%54.51%
CMYK0.00%7.19%8.63%
45.49%

Color #8B817F in popluar number systems.

HEX8B817F
Decimal139129127
Binary10001011100000011111111
Octal213201177

Shades and tints

Shades of #8B817F

#8B817F
(139,129,127)
#7F7674
(127,118,116)
#736B69
(115,107,105)
#67605E
(103,96,94)
#5B5553
(91,85,83)
#4F4A48
(79,74,72)
#433F3D
(67,63,61)
#373432
(55,52,50)
#2B2927
(43,41,39)
#1F1E1C
(31,30,28)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #8B817F

#8B817F
(139,129,127)
#958C8A
(149,140,138)
#9F9795
(159,151,149)
#A9A2A0
(169,162,160)
#B3ADAB
(179,173,171)
#BDB8B6
(189,184,182)
#C7C3C1
(199,195,193)
#D1CECC
(209,206,204)
#DBD9D7
(219,217,215)
#E5E4E2
(229,228,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B817F; }

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

This text font color is #8B817F.


Background Color

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

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

This div background color is #8B817F.


Border color

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

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

This div border color is #8B817F.


Opacity

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

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

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

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

This text has shadow with #8B817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B817F on black background.


Color preview on white background

This text has color #8B817F on white background.



Black color preview on #8B817F background

This text has black color on #8B817F background.


White color preview on #8B817F background

This text has white color on #8B817F background.