COLOR #817015

HEX: #817015
RGB: (129,112,21)

Color info

#817015 contains mainly red and green colors. Web safe color of #817015 is #996600 (or #960).

RGB color model

#817015 color RGB value is (129,112,21).

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

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 21 of 255 = 8%

129
112
21

R + G + B ~ 34%. #817015 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 21 = 262 (100%)
R 129 of 262 ~ 49.24%
G 112 of 262 ~ 42.75%
B 21 of 262 ~ 8.02%

%49.24
%42.75

CMYK color model

#817015 color CMYK value is (0,13,84,49).

  • cyan value is 0.00%
  • magenta value is 13.18%
  • yellow value is 83.72%
  • key color value is 49.41%
CMYK:
(0,13,84,49)
C0M13Y84K49 
(0%,13%,84%,49%)
(0.00/0.13/0.84/0.49)	

CMYK percentages

%0
%13.18
%83.72
%49.41

Codes

Color #817015 in popluar color models

817015
RGB12911221
HSL51°72.00%29.41%
HSB/HSV51°83.72%50.59%
CMYK0.00%13.18%83.72%
49.41%

Color #817015 in popluar number systems.

HEX817015
Decimal12911221
Binary10000001111000010101
Octal20116025

Shades and tints

Shades of #817015

#817015
(129,112,21)
#766614
(118,102,20)
#6B5C13
(107,92,19)
#605212
(96,82,18)
#554811
(85,72,17)
#4A3E10
(74,62,16)
#3F340F
(63,52,15)
#342A0E
(52,42,14)
#29200D
(41,32,13)
#1E160C
(30,22,12)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #817015

#817015
(129,112,21)
#8C7D2A
(140,125,42)
#978A3F
(151,138,63)
#A29754
(162,151,84)
#ADA469
(173,164,105)
#B8B17E
(184,177,126)
#C3BE93
(195,190,147)
#CECBA8
(206,203,168)
#D9D8BD
(217,216,189)
#E4E5D2
(228,229,210)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817015; }

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

This text font color is #817015.


Background Color

.myBgColor { background-color: #817015; }

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

This div background color is #817015.


Border color

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

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

This div border color is #817015.


Opacity

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

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

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

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

This text has shadow with #817015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817015 on black background.


Color preview on white background

This text has color #817015 on white background.



Black color preview on #817015 background

This text has black color on #817015 background.


White color preview on #817015 background

This text has white color on #817015 background.