COLOR #817F65

HEX: #817F65
RGB: (129,127,101)

Color info

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

RGB color model

#817F65 color RGB value is (129,127,101).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 101 of 255 = 40%

129
127
101

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 101 = 357 (100%)
R 129 of 357 ~ 36.13%
G 127 of 357 ~ 35.57%
B 101 of 357 ~ 28.29%

%36.13
%35.57
%28.29

CMYK color model

#817F65 color CMYK value is (0,2,22,49).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(0,2,22,49)
C0M2Y22K49 
(0%,2%,22%,49%)
(0.00/0.02/0.22/0.49)	

CMYK percentages

%0
%1.55
%21.71
%49.41

Codes

Color #817F65 in popluar color models

817F65
RGB129127101
HSL56°12.17%45.10%
HSB/HSV56°21.71%50.59%
CMYK0.00%1.55%21.71%
49.41%

Color #817F65 in popluar number systems.

HEX817F65
Decimal129127101
Binary1000000111111111100101
Octal201177145

Shades and tints

Shades of #817F65

#817F65
(129,127,101)
#76745C
(118,116,92)
#6B6953
(107,105,83)
#605E4A
(96,94,74)
#555341
(85,83,65)
#4A4838
(74,72,56)
#3F3D2F
(63,61,47)
#343226
(52,50,38)
#29271D
(41,39,29)
#1E1C14
(30,28,20)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #817F65

#817F65
(129,127,101)
#8C8A73
(140,138,115)
#979581
(151,149,129)
#A2A08F
(162,160,143)
#ADAB9D
(173,171,157)
#B8B6AB
(184,182,171)
#C3C1B9
(195,193,185)
#CECCC7
(206,204,199)
#D9D7D5
(217,215,213)
#E4E2E3
(228,226,227)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F65; }

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

This text font color is #817F65.


Background Color

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

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

This div background color is #817F65.


Border color

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

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

This div border color is #817F65.


Opacity

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

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

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

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

This text has shadow with #817F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F65 on black background.


Color preview on white background

This text has color #817F65 on white background.



Black color preview on #817F65 background

This text has black color on #817F65 background.


White color preview on #817F65 background

This text has white color on #817F65 background.