COLOR #817040

HEX: #817040
RGB: (129,112,64)

Color info

#817040 contains mainly red and green colors. Web safe color of #817040 is #996633 (or #963).

RGB color model

#817040 color RGB value is (129,112,64).

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

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 64 of 255 = 25%

129
112
64

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

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 64 = 305 (100%)
R 129 of 305 ~ 42.3%
G 112 of 305 ~ 36.72%
B 64 of 305 ~ 20.98%

%42.3
%36.72
%20.98

CMYK color model

#817040 color CMYK value is (0,13,50,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 50.39%
  • key color value is 49.41%
CMYK:
(0,13,50,49)
C0M13Y50K49 
(0%,13%,50%,49%)
(0.00/0.13/0.50/0.49)	

CMYK percentages

%0
%13.18
%50.39
%49.41

Codes

Color #817040 in popluar color models

817040
RGB12911264
HSL44°33.68%37.84%
HSB/HSV44°50.39%50.59%
CMYK0.00%13.18%50.39%
49.41%

Color #817040 in popluar number systems.

HEX817040
Decimal12911264
Binary1000000111100001000000
Octal201160100

Shades and tints

Shades of #817040

#817040
(129,112,64)
#76663B
(118,102,59)
#6B5C36
(107,92,54)
#605231
(96,82,49)
#55482C
(85,72,44)
#4A3E27
(74,62,39)
#3F3422
(63,52,34)
#342A1D
(52,42,29)
#292018
(41,32,24)
#1E1613
(30,22,19)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #817040

#817040
(129,112,64)
#8C7D51
(140,125,81)
#978A62
(151,138,98)
#A29773
(162,151,115)
#ADA484
(173,164,132)
#B8B195
(184,177,149)
#C3BEA6
(195,190,166)
#CECBB7
(206,203,183)
#D9D8C8
(217,216,200)
#E4E5D9
(228,229,217)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817040; }

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

This text font color is #817040.


Background Color

.myBgColor { background-color: #817040; }

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

This div background color is #817040.


Border color

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

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

This div border color is #817040.


Opacity

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

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

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

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

This text has shadow with #817040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817040 on black background.


Color preview on white background

This text has color #817040 on white background.



Black color preview on #817040 background

This text has black color on #817040 background.


White color preview on #817040 background

This text has white color on #817040 background.