COLOR #817A64

HEX: #817A64
RGB: (129,122,100)

Color info

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

RGB color model

#817A64 color RGB value is (129,122,100).

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

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 100 of 255 = 39%

129
122
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 100 = 351 (100%)
R 129 of 351 ~ 36.75%
G 122 of 351 ~ 34.76%
B 100 of 351 ~ 28.49%

%36.75
%34.76
%28.49

CMYK color model

#817A64 color CMYK value is (0,5,22,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(0,5,22,49)
C0M5Y22K49 
(0%,5%,22%,49%)
(0.00/0.05/0.22/0.49)	

CMYK percentages

%0
%5.43
%22.48
%49.41

Codes

Color #817A64 in popluar color models

817A64
RGB129122100
HSL46°12.66%44.90%
HSB/HSV46°22.48%50.59%
CMYK0.00%5.43%22.48%
49.41%

Color #817A64 in popluar number systems.

HEX817A64
Decimal129122100
Binary1000000111110101100100
Octal201172144

Shades and tints

Shades of #817A64

#817A64
(129,122,100)
#766F5B
(118,111,91)
#6B6452
(107,100,82)
#605949
(96,89,73)
#554E40
(85,78,64)
#4A4337
(74,67,55)
#3F382E
(63,56,46)
#342D25
(52,45,37)
#29221C
(41,34,28)
#1E1713
(30,23,19)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #817A64

#817A64
(129,122,100)
#8C8672
(140,134,114)
#979280
(151,146,128)
#A29E8E
(162,158,142)
#ADAA9C
(173,170,156)
#B8B6AA
(184,182,170)
#C3C2B8
(195,194,184)
#CECEC6
(206,206,198)
#D9DAD4
(217,218,212)
#E4E6E2
(228,230,226)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A64; }

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

This text font color is #817A64.


Background Color

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

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

This div background color is #817A64.


Border color

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

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

This div border color is #817A64.


Opacity

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

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

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

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

This text has shadow with #817A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A64 on black background.


Color preview on white background

This text has color #817A64 on white background.



Black color preview on #817A64 background

This text has black color on #817A64 background.


White color preview on #817A64 background

This text has white color on #817A64 background.