COLOR #817264

HEX: #817264
RGB: (129,114,100)

Color info

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

RGB color model

#817264 color RGB value is (129,114,100).

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

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 100 of 255 = 39%

129
114
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 100 = 343 (100%)
R 129 of 343 ~ 37.61%
G 114 of 343 ~ 33.24%
B 100 of 343 ~ 29.15%

%37.61
%33.24
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.63%
  • 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
%11.63
%22.48
%49.41

Codes

Color #817264 in popluar color models

817264
RGB129114100
HSL29°12.66%44.90%
HSB/HSV29°22.48%50.59%
CMYK0.00%11.63%22.48%
49.41%

Color #817264 in popluar number systems.

HEX817264
Decimal129114100
Binary1000000111100101100100
Octal201162144

Shades and tints

Shades of #817264

#817264
(129,114,100)
#76685B
(118,104,91)
#6B5E52
(107,94,82)
#605449
(96,84,73)
#554A40
(85,74,64)
#4A4037
(74,64,55)
#3F362E
(63,54,46)
#342C25
(52,44,37)
#29221C
(41,34,28)
#1E1813
(30,24,19)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #817264

#817264
(129,114,100)
#8C7E72
(140,126,114)
#978A80
(151,138,128)
#A2968E
(162,150,142)
#ADA29C
(173,162,156)
#B8AEAA
(184,174,170)
#C3BAB8
(195,186,184)
#CEC6C6
(206,198,198)
#D9D2D4
(217,210,212)
#E4DEE2
(228,222,226)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817264; }

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

This text font color is #817264.


Background Color

.myBgColor { background-color: #817264; }

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

This div background color is #817264.


Border color

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

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

This div border color is #817264.


Opacity

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

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

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

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

This text has shadow with #817264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817264 on black background.


Color preview on white background

This text has color #817264 on white background.



Black color preview on #817264 background

This text has black color on #817264 background.


White color preview on #817264 background

This text has white color on #817264 background.