COLOR #817273

HEX: #817273
RGB: (129,114,115)

Color info

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

RGB color model

#817273 color RGB value is (129,114,115).

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

RGB channels and saturation

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

129
114
115

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

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 115 = 358 (100%)
R 129 of 358 ~ 36.03%
G 114 of 358 ~ 31.84%
B 115 of 358 ~ 32.12%

%36.03
%31.84
%32.12

CMYK color model

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

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

CMYK percentages

%0
%11.63
%10.85
%49.41

Codes

Color #817273 in popluar color models

817273
RGB129114115
HSL356°6.17%47.65%
HSB/HSV356°11.63%50.59%
CMYK0.00%11.63%10.85%
49.41%

Color #817273 in popluar number systems.

HEX817273
Decimal129114115
Binary1000000111100101110011
Octal201162163

Shades and tints

Shades of #817273

#817273
(129,114,115)
#766869
(118,104,105)
#6B5E5F
(107,94,95)
#605455
(96,84,85)
#554A4B
(85,74,75)
#4A4041
(74,64,65)
#3F3637
(63,54,55)
#342C2D
(52,44,45)
#292223
(41,34,35)
#1E1819
(30,24,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #817273

#817273
(129,114,115)
#8C7E7F
(140,126,127)
#978A8B
(151,138,139)
#A29697
(162,150,151)
#ADA2A3
(173,162,163)
#B8AEAF
(184,174,175)
#C3BABB
(195,186,187)
#CEC6C7
(206,198,199)
#D9D2D3
(217,210,211)
#E4DEDF
(228,222,223)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817273; }

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

This text font color is #817273.


Background Color

.myBgColor { background-color: #817273; }

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

This div background color is #817273.


Border color

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

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

This div border color is #817273.


Opacity

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

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

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

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

This text has shadow with #817273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817273 on black background.


Color preview on white background

This text has color #817273 on white background.



Black color preview on #817273 background

This text has black color on #817273 background.


White color preview on #817273 background

This text has white color on #817273 background.