COLOR #817F6E

HEX: #817F6E
RGB: (129,127,110)

Color info

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

RGB color model

#817F6E color RGB value is (129,127,110).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 110 of 255 = 43%

129
127
110

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 110 = 366 (100%)
R 129 of 366 ~ 35.25%
G 127 of 366 ~ 34.7%
B 110 of 366 ~ 30.05%

%35.25
%34.7
%30.05

CMYK color model

#817F6E color CMYK value is (0,2,15,49).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 14.73%
  • key color value is 49.41%
CMYK:
(0,2,15,49)
C0M2Y15K49 
(0%,2%,15%,49%)
(0.00/0.02/0.15/0.49)	

CMYK percentages

%0
%1.55
%14.73
%49.41

Codes

Color #817F6E in popluar color models

817F6E
RGB129127110
HSL54°7.95%46.86%
HSB/HSV54°14.73%50.59%
CMYK0.00%1.55%14.73%
49.41%

Color #817F6E in popluar number systems.

HEX817F6E
Decimal129127110
Binary1000000111111111101110
Octal201177156

Shades and tints

Shades of #817F6E

#817F6E
(129,127,110)
#767464
(118,116,100)
#6B695A
(107,105,90)
#605E50
(96,94,80)
#555346
(85,83,70)
#4A483C
(74,72,60)
#3F3D32
(63,61,50)
#343228
(52,50,40)
#29271E
(41,39,30)
#1E1C14
(30,28,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #817F6E

#817F6E
(129,127,110)
#8C8A7B
(140,138,123)
#979588
(151,149,136)
#A2A095
(162,160,149)
#ADABA2
(173,171,162)
#B8B6AF
(184,182,175)
#C3C1BC
(195,193,188)
#CECCC9
(206,204,201)
#D9D7D6
(217,215,214)
#E4E2E3
(228,226,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F6E; }

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

This text font color is #817F6E.


Background Color

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

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

This div background color is #817F6E.


Border color

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

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

This div border color is #817F6E.


Opacity

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

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

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

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

This text has shadow with #817F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F6E on black background.


Color preview on white background

This text has color #817F6E on white background.



Black color preview on #817F6E background

This text has black color on #817F6E background.


White color preview on #817F6E background

This text has white color on #817F6E background.