COLOR #817061

HEX: #817061
RGB: (129,112,97)

Color info

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

RGB color model

#817061 color RGB value is (129,112,97).

  • red value is 129;
  • green value is 112;
  • blue value is 97.
RGB:
(129,112,97)
(51%,44%,38%)

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 97 of 255 = 38%

129
112
97

R + G + B ~ 44%. #817061 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 97 = 338 (100%)
R 129 of 338 ~ 38.17%
G 112 of 338 ~ 33.14%
B 97 of 338 ~ 28.7%

%38.17
%33.14
%28.7

CMYK color model

#817061 color CMYK value is (0,13,25,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 24.81%
  • key color value is 49.41%
CMYK:
(0,13,25,49)
C0M13Y25K49 
(0%,13%,25%,49%)
(0.00/0.13/0.25/0.49)	

CMYK percentages

%0
%13.18
%24.81
%49.41

Codes

Color #817061 in popluar color models

817061
RGB12911297
HSL28°14.16%44.31%
HSB/HSV28°24.81%50.59%
CMYK0.00%13.18%24.81%
49.41%

Color #817061 in popluar number systems.

HEX817061
Decimal12911297
Binary1000000111100001100001
Octal201160141

Shades and tints

Shades of #817061

#817061
(129,112,97)
#766659
(118,102,89)
#6B5C51
(107,92,81)
#605249
(96,82,73)
#554841
(85,72,65)
#4A3E39
(74,62,57)
#3F3431
(63,52,49)
#342A29
(52,42,41)
#292021
(41,32,33)
#1E1619
(30,22,25)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #817061

#817061
(129,112,97)
#8C7D6F
(140,125,111)
#978A7D
(151,138,125)
#A2978B
(162,151,139)
#ADA499
(173,164,153)
#B8B1A7
(184,177,167)
#C3BEB5
(195,190,181)
#CECBC3
(206,203,195)
#D9D8D1
(217,216,209)
#E4E5DF
(228,229,223)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817061 color. Also use rgb(129,112,97) instead hex code.

Text Font Color

.myTextColor { color: #817061; }

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

This text font color is #817061.


Background Color

.myBgColor { background-color: #817061; }

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

This div background color is #817061.


Border color

.myBorderColor { border: 1px solid #817061; }

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

This div border color is #817061.


Opacity

.myOpacity80 { color: #817061; opacity: 0.8; }

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

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

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

This text has shadow with #817061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817061 on black background.


Color preview on white background

This text has color #817061 on white background.



Black color preview on #817061 background

This text has black color on #817061 background.


White color preview on #817061 background

This text has white color on #817061 background.