COLOR #8D817A

HEX: #8D817A
RGB: (141,129,122)

Color info

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

RGB color model

#8D817A color RGB value is (141,129,122).

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

RGB channels and saturation

R 141 of 255 = 55%
G 129 of 255 = 51%
B 122 of 255 = 48%

141
129
122

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

Portions of RGB colors in percentages

R + G + B =
141 + 129 + 122 = 392 (100%)
R 141 of 392 ~ 35.97%
G 129 of 392 ~ 32.91%
B 122 of 392 ~ 31.12%

%35.97
%32.91
%31.12

CMYK color model

#8D817A color CMYK value is (0,9,13,45).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(0,9,13,45)
C0M9Y13K45 
(0%,9%,13%,45%)
(0.00/0.09/0.13/0.45)	

CMYK percentages

%0
%8.51
%13.48
%44.71

Codes

Color #8D817A in popluar color models

8D817A
RGB141129122
HSL22°7.69%51.57%
HSB/HSV22°13.48%55.29%
CMYK0.00%8.51%13.48%
44.71%

Color #8D817A in popluar number systems.

HEX8D817A
Decimal141129122
Binary10001101100000011111010
Octal215201172

Shades and tints

Shades of #8D817A

#8D817A
(141,129,122)
#81766F
(129,118,111)
#756B64
(117,107,100)
#696059
(105,96,89)
#5D554E
(93,85,78)
#514A43
(81,74,67)
#453F38
(69,63,56)
#39342D
(57,52,45)
#2D2922
(45,41,34)
#211E17
(33,30,23)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #8D817A

#8D817A
(141,129,122)
#978C86
(151,140,134)
#A19792
(161,151,146)
#ABA29E
(171,162,158)
#B5ADAA
(181,173,170)
#BFB8B6
(191,184,182)
#C9C3C2
(201,195,194)
#D3CECE
(211,206,206)
#DDD9DA
(221,217,218)
#E7E4E6
(231,228,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D817A; }

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

This text font color is #8D817A.


Background Color

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

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

This div background color is #8D817A.


Border color

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

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

This div border color is #8D817A.


Opacity

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

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

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

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

This text has shadow with #8D817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D817A on black background.


Color preview on white background

This text has color #8D817A on white background.



Black color preview on #8D817A background

This text has black color on #8D817A background.


White color preview on #8D817A background

This text has white color on #8D817A background.