COLOR #814217

HEX: #814217
RGB: (129,66,23)

Color info

#814217 contains mainly red color. Web safe color of #814217 is #993300 (or #930).

RGB color model

#814217 color RGB value is (129,66,23).

  • red value is 129;
  • green value is 66;
  • blue value is 23.
RGB:
(129,66,23)
(51%,26%,9%)

RGB channels and saturation

R 129 of 255 = 51%
G 66 of 255 = 26%
B 23 of 255 = 9%

129
66
23

R + G + B ~ 29%. #814217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 66 + 23 = 218 (100%)
R 129 of 218 ~ 59.17%
G 66 of 218 ~ 30.28%
B 23 of 218 ~ 10.55%

%59.17
%30.28
%10.55

CMYK color model

#814217 color CMYK value is (0,49,82,49).

  • cyan value is 0.00%
  • magenta value is 48.84%
  • yellow value is 82.17%
  • key color value is 49.41%
CMYK:
(0,49,82,49)
C0M49Y82K49 
(0%,49%,82%,49%)
(0.00/0.49/0.82/0.49)	

CMYK percentages

%0
%48.84
%82.17
%49.41

Codes

Color #814217 in popluar color models

814217
RGB1296623
HSL24°69.74%29.80%
HSB/HSV24°82.17%50.59%
CMYK0.00%48.84%82.17%
49.41%

Color #814217 in popluar number systems.

HEX814217
Decimal1296623
Binary10000001100001010111
Octal20110227

Shades and tints

Shades of #814217

#814217
(129,66,23)
#763C15
(118,60,21)
#6B3613
(107,54,19)
#603011
(96,48,17)
#552A0F
(85,42,15)
#4A240D
(74,36,13)
#3F1E0B
(63,30,11)
#341809
(52,24,9)
#291207
(41,18,7)
#1E0C05
(30,12,5)
#130603
(19,6,3)
#000000
(0,0,0)

Tints of #814217

#814217
(129,66,23)
#8C532C
(140,83,44)
#976441
(151,100,65)
#A27556
(162,117,86)
#AD866B
(173,134,107)
#B89780
(184,151,128)
#C3A895
(195,168,149)
#CEB9AA
(206,185,170)
#D9CABF
(217,202,191)
#E4DBD4
(228,219,212)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814217 color. Also use rgb(129,66,23) instead hex code.

Text Font Color

.myTextColor { color: #814217; }

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

This text font color is #814217.


Background Color

.myBgColor { background-color: #814217; }

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

This div background color is #814217.


Border color

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

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

This div border color is #814217.


Opacity

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

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

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

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

This text has shadow with #814217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814217 on black background.


Color preview on white background

This text has color #814217 on white background.



Black color preview on #814217 background

This text has black color on #814217 background.


White color preview on #814217 background

This text has white color on #814217 background.