COLOR #817254

HEX: #817254
RGB: (129,114,84)

Color info

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

RGB color model

#817254 color RGB value is (129,114,84).

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

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 84 of 255 = 33%

129
114
84

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

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 84 = 327 (100%)
R 129 of 327 ~ 39.45%
G 114 of 327 ~ 34.86%
B 84 of 327 ~ 25.69%

%39.45
%34.86
%25.69

CMYK color model

#817254 color CMYK value is (0,12,35,49).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 34.88%
  • key color value is 49.41%
CMYK:
(0,12,35,49)
C0M12Y35K49 
(0%,12%,35%,49%)
(0.00/0.12/0.35/0.49)	

CMYK percentages

%0
%11.63
%34.88
%49.41

Codes

Color #817254 in popluar color models

817254
RGB12911484
HSL40°21.13%41.76%
HSB/HSV40°34.88%50.59%
CMYK0.00%11.63%34.88%
49.41%

Color #817254 in popluar number systems.

HEX817254
Decimal12911484
Binary1000000111100101010100
Octal201162124

Shades and tints

Shades of #817254

#817254
(129,114,84)
#76684D
(118,104,77)
#6B5E46
(107,94,70)
#60543F
(96,84,63)
#554A38
(85,74,56)
#4A4031
(74,64,49)
#3F362A
(63,54,42)
#342C23
(52,44,35)
#29221C
(41,34,28)
#1E1815
(30,24,21)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #817254

#817254
(129,114,84)
#8C7E63
(140,126,99)
#978A72
(151,138,114)
#A29681
(162,150,129)
#ADA290
(173,162,144)
#B8AE9F
(184,174,159)
#C3BAAE
(195,186,174)
#CEC6BD
(206,198,189)
#D9D2CC
(217,210,204)
#E4DEDB
(228,222,219)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817254; }

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

This text font color is #817254.


Background Color

.myBgColor { background-color: #817254; }

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

This div background color is #817254.


Border color

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

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

This div border color is #817254.


Opacity

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

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

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

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

This text has shadow with #817254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817254 on black background.


Color preview on white background

This text has color #817254 on white background.



Black color preview on #817254 background

This text has black color on #817254 background.


White color preview on #817254 background

This text has white color on #817254 background.