COLOR #817028

HEX: #817028
RGB: (129,112,40)

Color info

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

RGB color model

#817028 color RGB value is (129,112,40).

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

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 40 of 255 = 16%

129
112
40

R + G + B ~ 37%. #817028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 40 = 281 (100%)
R 129 of 281 ~ 45.91%
G 112 of 281 ~ 39.86%
B 40 of 281 ~ 14.23%

%45.91
%39.86
%14.23

CMYK color model

#817028 color CMYK value is (0,13,69,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 68.99%
  • key color value is 49.41%
CMYK:
(0,13,69,49)
C0M13Y69K49 
(0%,13%,69%,49%)
(0.00/0.13/0.69/0.49)	

CMYK percentages

%0
%13.18
%68.99
%49.41

Codes

Color #817028 in popluar color models

817028
RGB12911240
HSL49°52.66%33.14%
HSB/HSV49°68.99%50.59%
CMYK0.00%13.18%68.99%
49.41%

Color #817028 in popluar number systems.

HEX817028
Decimal12911240
Binary100000011110000101000
Octal20116050

Shades and tints

Shades of #817028

#817028
(129,112,40)
#766625
(118,102,37)
#6B5C22
(107,92,34)
#60521F
(96,82,31)
#55481C
(85,72,28)
#4A3E19
(74,62,25)
#3F3416
(63,52,22)
#342A13
(52,42,19)
#292010
(41,32,16)
#1E160D
(30,22,13)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #817028

#817028
(129,112,40)
#8C7D3B
(140,125,59)
#978A4E
(151,138,78)
#A29761
(162,151,97)
#ADA474
(173,164,116)
#B8B187
(184,177,135)
#C3BE9A
(195,190,154)
#CECBAD
(206,203,173)
#D9D8C0
(217,216,192)
#E4E5D3
(228,229,211)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817028; }

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

This text font color is #817028.


Background Color

.myBgColor { background-color: #817028; }

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

This div background color is #817028.


Border color

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

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

This div border color is #817028.


Opacity

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

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

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

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

This text has shadow with #817028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817028 on black background.


Color preview on white background

This text has color #817028 on white background.



Black color preview on #817028 background

This text has black color on #817028 background.


White color preview on #817028 background

This text has white color on #817028 background.