COLOR #817F55

HEX: #817F55
RGB: (129,127,85)

Color info

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

RGB color model

#817F55 color RGB value is (129,127,85).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 85 of 255 = 33%

129
127
85

R + G + B ~ 45%. #817F55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 85 = 341 (100%)
R 129 of 341 ~ 37.83%
G 127 of 341 ~ 37.24%
B 85 of 341 ~ 24.93%

%37.83
%37.24
%24.93

CMYK color model

#817F55 color CMYK value is (0,2,34,49).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 34.11%
  • key color value is 49.41%
CMYK:
(0,2,34,49)
C0M2Y34K49 
(0%,2%,34%,49%)
(0.00/0.02/0.34/0.49)	

CMYK percentages

%0
%1.55
%34.11
%49.41

Codes

Color #817F55 in popluar color models

817F55
RGB12912785
HSL57°20.56%41.96%
HSB/HSV57°34.11%50.59%
CMYK0.00%1.55%34.11%
49.41%

Color #817F55 in popluar number systems.

HEX817F55
Decimal12912785
Binary1000000111111111010101
Octal201177125

Shades and tints

Shades of #817F55

#817F55
(129,127,85)
#76744E
(118,116,78)
#6B6947
(107,105,71)
#605E40
(96,94,64)
#555339
(85,83,57)
#4A4832
(74,72,50)
#3F3D2B
(63,61,43)
#343224
(52,50,36)
#29271D
(41,39,29)
#1E1C16
(30,28,22)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #817F55

#817F55
(129,127,85)
#8C8A64
(140,138,100)
#979573
(151,149,115)
#A2A082
(162,160,130)
#ADAB91
(173,171,145)
#B8B6A0
(184,182,160)
#C3C1AF
(195,193,175)
#CECCBE
(206,204,190)
#D9D7CD
(217,215,205)
#E4E2DC
(228,226,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817F55 color. Also use rgb(129,127,85) instead hex code.

Text Font Color

.myTextColor { color: #817F55; }

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

This text font color is #817F55.


Background Color

.myBgColor { background-color: #817F55; }

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

This div background color is #817F55.


Border color

.myBorderColor { border: 1px solid #817F55; }

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

This div border color is #817F55.


Opacity

.myOpacity80 { color: #817F55; opacity: 0.8; }

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

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

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

This text has shadow with #817F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F55 on black background.


Color preview on white background

This text has color #817F55 on white background.



Black color preview on #817F55 background

This text has black color on #817F55 background.


White color preview on #817F55 background

This text has white color on #817F55 background.