COLOR #817164

HEX: #817164
RGB: (129,113,100)

Color info

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

RGB color model

#817164 color RGB value is (129,113,100).

  • red value is 129;
  • green value is 113;
  • blue value is 100.
RGB:
(129,113,100)
(51%,44%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 113 of 255 = 44%
B 100 of 255 = 39%

129
113
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 113 + 100 = 342 (100%)
R 129 of 342 ~ 37.72%
G 113 of 342 ~ 33.04%
B 100 of 342 ~ 29.24%

%37.72
%33.04
%29.24

CMYK color model

#817164 color CMYK value is (0,12,22,49).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(0,12,22,49)
C0M12Y22K49 
(0%,12%,22%,49%)
(0.00/0.12/0.22/0.49)	

CMYK percentages

%0
%12.4
%22.48
%49.41

Codes

Color #817164 in popluar color models

817164
RGB129113100
HSL27°12.66%44.90%
HSB/HSV27°22.48%50.59%
CMYK0.00%12.40%22.48%
49.41%

Color #817164 in popluar number systems.

HEX817164
Decimal129113100
Binary1000000111100011100100
Octal201161144

Shades and tints

Shades of #817164

#817164
(129,113,100)
#76675B
(118,103,91)
#6B5D52
(107,93,82)
#605349
(96,83,73)
#554940
(85,73,64)
#4A3F37
(74,63,55)
#3F352E
(63,53,46)
#342B25
(52,43,37)
#29211C
(41,33,28)
#1E1713
(30,23,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #817164

#817164
(129,113,100)
#8C7D72
(140,125,114)
#978980
(151,137,128)
#A2958E
(162,149,142)
#ADA19C
(173,161,156)
#B8ADAA
(184,173,170)
#C3B9B8
(195,185,184)
#CEC5C6
(206,197,198)
#D9D1D4
(217,209,212)
#E4DDE2
(228,221,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817164 color. Also use rgb(129,113,100) instead hex code.

Text Font Color

.myTextColor { color: #817164; }

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

This text font color is #817164.


Background Color

.myBgColor { background-color: #817164; }

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

This div background color is #817164.


Border color

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

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

This div border color is #817164.


Opacity

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

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

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

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

This text has shadow with #817164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817164 on black background.


Color preview on white background

This text has color #817164 on white background.



Black color preview on #817164 background

This text has black color on #817164 background.


White color preview on #817164 background

This text has white color on #817164 background.