COLOR #817D6D

HEX: #817D6D RGB: (129,125,109)

Color info

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

RGB color model

#817D6D color RGB value is (129,125,109).

RGB: (129,125,109) (51%, 49%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 109 of 255 = 43%

129
125
109

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

Portions of RGB colors in percentages

R + G + B = 129 + 125 + 109 = 363 (100%)
R 129 of 363 ~ 35.54%
G 125 of 363 ~ 34.44%
B 109 of 363 ~ 30.03'%

%35.54
%34.44
%30.03

CMYK color model

#817D6D color CMYK value is (0,3,16,49).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 15.50%
  • key color value is 49.41%

CMYK: (0,3,16,49)
C0M3Y16K49 (0%, 3%, 16%, 49%)
(0.00 / 0.03 / 0.16 / 0.49)

CMYK percentages

%0
%3.1
%15.5
%49.41

Codes

Color #817D6D in popluar color models

81 7D 6D
RGB 129 125 109
HSL 48° 8.40% 46.67%
HSB/HSV 48° 15.50% 50.59%
CMYK 0.00% 3.10% 15.50%
49.41%

Color #817D6D in popluar number systems.

HEX 81 7D 6D
Decimal 129 125 109
Binary 10000001 1111101 1101101
Octal 201 175 155

Shades and tints

Shades of #817D6D

#817D6D
(129,125,109)
#767264
(118,114,100)
#6B675B
(107,103,91)
#605C52
(96,92,82)
#555149
(85,81,73)
#4A4640
(74,70,64)
#3F3B37
(63,59,55)
#34302E
(52,48,46)
#292525
(41,37,37)
#1E1A1C
(30,26,28)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #817D6D

#817D6D
(129,125,109)
#8C887A
(140,136,122)
#979387
(151,147,135)
#A29E94
(162,158,148)
#ADA9A1
(173,169,161)
#B8B4AE
(184,180,174)
#C3BFBB
(195,191,187)
#CECAC8
(206,202,200)
#D9D5D5
(217,213,213)
#E4E0E2
(228,224,226)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817D6D; }

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

This text font color is #817D6D.

Background Color

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

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

This div background color is #817D6D.

Border color

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

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

This div border color is #817D6D.

Opacity

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

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

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

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

This text has shadow with #817D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817D6D.

Preview

Color preview on black background

This text has color #817D6D on black background.


Color preview on white background

This text has color #817D6D on white background.


Black color preview on #817D6D background

This text has black color on #817D6D background.


White color preview on #817D6D background

This text has white color on #817D6D background.


Related colors

Complementary color

Complementary color for #hex is #7E8292.


I love getcolorcode.com

Triadic colors

1 #6D817D and #7D6D81 with #817D6D are triadic colors.

2 #6D7D81 and #7D816D with #817D6D are triadic colors.