COLOR #8D817F

HEX: #8D817F
RGB: (141,129,127)

Color info

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

RGB color model

#8D817F color RGB value is (141,129,127).

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

RGB channels and saturation

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

141
129
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 129 + 127 = 397 (100%)
R 141 of 397 ~ 35.52%
G 129 of 397 ~ 32.49%
B 127 of 397 ~ 31.99%

%35.52
%32.49
%31.99

CMYK color model

#8D817F color CMYK value is (0,9,10,45).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,9,10,45)
C0M9Y10K45 
(0%,9%,10%,45%)
(0.00/0.09/0.10/0.45)	

CMYK percentages

%0
%8.51
%9.93
%44.71

Codes

Color #8D817F in popluar color models

8D817F
RGB141129127
HSL5.79%52.55%
HSB/HSV9.93%55.29%
CMYK0.00%8.51%9.93%
44.71%

Color #8D817F in popluar number systems.

HEX8D817F
Decimal141129127
Binary10001101100000011111111
Octal215201177

Shades and tints

Shades of #8D817F

#8D817F
(141,129,127)
#817674
(129,118,116)
#756B69
(117,107,105)
#69605E
(105,96,94)
#5D5553
(93,85,83)
#514A48
(81,74,72)
#453F3D
(69,63,61)
#393432
(57,52,50)
#2D2927
(45,41,39)
#211E1C
(33,30,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8D817F

#8D817F
(141,129,127)
#978C8A
(151,140,138)
#A19795
(161,151,149)
#ABA2A0
(171,162,160)
#B5ADAB
(181,173,171)
#BFB8B6
(191,184,182)
#C9C3C1
(201,195,193)
#D3CECC
(211,206,204)
#DDD9D7
(221,217,215)
#E7E4E2
(231,228,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D817F; }

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

This text font color is #8D817F.


Background Color

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

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

This div background color is #8D817F.


Border color

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

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

This div border color is #8D817F.


Opacity

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

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

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

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

This text has shadow with #8D817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D817F on black background.


Color preview on white background

This text has color #8D817F on white background.



Black color preview on #8D817F background

This text has black color on #8D817F background.


White color preview on #8D817F background

This text has white color on #8D817F background.