COLOR #817272

HEX: #817272
RGB: (129,114,114)

Color info

#817272 contains red, green and blue colors in about the same proportion. Web safe color of #817272 is #996666 (or #966).

RGB color model

#817272 color RGB value is (129,114,114).

  • red value is 129;
  • green value is 114;
  • blue value is 114.
RGB:
(129,114,114)
(51%,45%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 114 of 255 = 45%

129
114
114

R + G + B ~ 47%. #817272 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 114 = 357 (100%)
R 129 of 357 ~ 36.13%
G 114 of 357 ~ 31.93%
B 114 of 357 ~ 31.93%

%36.13
%31.93
%31.93

CMYK color model

#817272 color CMYK value is (0,12,12,49).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 11.63%
  • key color value is 49.41%
CMYK:
(0,12,12,49)
C0M12Y12K49 
(0%,12%,12%,49%)
(0.00/0.12/0.12/0.49)	

CMYK percentages

%0
%11.63
%11.63
%49.41

Codes

Color #817272 in popluar color models

817272
RGB129114114
HSL6.17%47.65%
HSB/HSV11.63%50.59%
CMYK0.00%11.63%11.63%
49.41%

Color #817272 in popluar number systems.

HEX817272
Decimal129114114
Binary1000000111100101110010
Octal201162162

Shades and tints

Shades of #817272

#817272
(129,114,114)
#766868
(118,104,104)
#6B5E5E
(107,94,94)
#605454
(96,84,84)
#554A4A
(85,74,74)
#4A4040
(74,64,64)
#3F3636
(63,54,54)
#342C2C
(52,44,44)
#292222
(41,34,34)
#1E1818
(30,24,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #817272

#817272
(129,114,114)
#8C7E7E
(140,126,126)
#978A8A
(151,138,138)
#A29696
(162,150,150)
#ADA2A2
(173,162,162)
#B8AEAE
(184,174,174)
#C3BABA
(195,186,186)
#CEC6C6
(206,198,198)
#D9D2D2
(217,210,210)
#E4DEDE
(228,222,222)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817272 color. Also use rgb(129,114,114) instead hex code.

Text Font Color

.myTextColor { color: #817272; }

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

This text font color is #817272.


Background Color

.myBgColor { background-color: #817272; }

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

This div background color is #817272.


Border color

.myBorderColor { border: 1px solid #817272; }

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

This div border color is #817272.


Opacity

.myOpacity80 { color: #817272; opacity: 0.8; }

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

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

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

This text has shadow with #817272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817272 on black background.


Color preview on white background

This text has color #817272 on white background.



Black color preview on #817272 background

This text has black color on #817272 background.


White color preview on #817272 background

This text has white color on #817272 background.