COLOR #817D6A

HEX: #817D6A
RGB: (129,125,106)

Color info

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

RGB color model

#817D6A color RGB value is (129,125,106).

  • red value is 129;
  • green value is 125;
  • blue value is 106.
RGB:
(129,125,106)
(51%,49%,42%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 106 of 255 = 42%

129
125
106

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

Portions of RGB colors in percentages

R + G + B =
129 + 125 + 106 = 360 (100%)
R 129 of 360 ~ 35.83%
G 125 of 360 ~ 34.72%
B 106 of 360 ~ 29.44%

%35.83
%34.72
%29.44

CMYK color model

#817D6A color CMYK value is (0,3,18,49).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(0,3,18,49)
C0M3Y18K49 
(0%,3%,18%,49%)
(0.00/0.03/0.18/0.49)	

CMYK percentages

%0
%3.1
%17.83
%49.41

Codes

Color #817D6A in popluar color models

817D6A
RGB129125106
HSL50°9.79%46.08%
HSB/HSV50°17.83%50.59%
CMYK0.00%3.10%17.83%
49.41%

Color #817D6A in popluar number systems.

HEX817D6A
Decimal129125106
Binary1000000111111011101010
Octal201175152

Shades and tints

Shades of #817D6A

#817D6A
(129,125,106)
#767261
(118,114,97)
#6B6758
(107,103,88)
#605C4F
(96,92,79)
#555146
(85,81,70)
#4A463D
(74,70,61)
#3F3B34
(63,59,52)
#34302B
(52,48,43)
#292522
(41,37,34)
#1E1A19
(30,26,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #817D6A

#817D6A
(129,125,106)
#8C8877
(140,136,119)
#979384
(151,147,132)
#A29E91
(162,158,145)
#ADA99E
(173,169,158)
#B8B4AB
(184,180,171)
#C3BFB8
(195,191,184)
#CECAC5
(206,202,197)
#D9D5D2
(217,213,210)
#E4E0DF
(228,224,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817D6A color. Also use rgb(129,125,106) instead hex code.

Text Font Color

.myTextColor { color: #817D6A; }

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

This text font color is #817D6A.


Background Color

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

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

This div background color is #817D6A.


Border color

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

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

This div border color is #817D6A.


Opacity

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

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

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

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

This text has shadow with #817D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817D6A on black background.


Color preview on white background

This text has color #817D6A on white background.



Black color preview on #817D6A background

This text has black color on #817D6A background.


White color preview on #817D6A background

This text has white color on #817D6A background.