COLOR #814D15

HEX: #814D15
RGB: (129,77,21)

Color info

#814D15 contains mainly red and green colors. Web safe color of #814D15 is #993300 (or #930).

RGB color model

#814D15 color RGB value is (129,77,21).

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

RGB channels and saturation

R 129 of 255 = 51%
G 77 of 255 = 30%
B 21 of 255 = 8%

129
77
21

R + G + B ~ 30%. #814D15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 77 + 21 = 227 (100%)
R 129 of 227 ~ 56.83%
G 77 of 227 ~ 33.92%
B 21 of 227 ~ 9.25%

%56.83
%33.92

CMYK color model

#814D15 color CMYK value is (0,40,84,49).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 83.72%
  • key color value is 49.41%
CMYK:
(0,40,84,49)
C0M40Y84K49 
(0%,40%,84%,49%)
(0.00/0.40/0.84/0.49)	

CMYK percentages

%0
%40.31
%83.72
%49.41

Codes

Color #814D15 in popluar color models

814D15
RGB1297721
HSL31°72.00%29.41%
HSB/HSV31°83.72%50.59%
CMYK0.00%40.31%83.72%
49.41%

Color #814D15 in popluar number systems.

HEX814D15
Decimal1297721
Binary10000001100110110101
Octal20111525

Shades and tints

Shades of #814D15

#814D15
(129,77,21)
#764614
(118,70,20)
#6B3F13
(107,63,19)
#603812
(96,56,18)
#553111
(85,49,17)
#4A2A10
(74,42,16)
#3F230F
(63,35,15)
#341C0E
(52,28,14)
#29150D
(41,21,13)
#1E0E0C
(30,14,12)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #814D15

#814D15
(129,77,21)
#8C5D2A
(140,93,42)
#976D3F
(151,109,63)
#A27D54
(162,125,84)
#AD8D69
(173,141,105)
#B89D7E
(184,157,126)
#C3AD93
(195,173,147)
#CEBDA8
(206,189,168)
#D9CDBD
(217,205,189)
#E4DDD2
(228,221,210)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814D15; }

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

This text font color is #814D15.


Background Color

.myBgColor { background-color: #814D15; }

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

This div background color is #814D15.


Border color

.myBorderColor { border: 1px solid #814D15; }

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

This div border color is #814D15.


Opacity

.myOpacity80 { color: #814D15; opacity: 0.8; }

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

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

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

This text has shadow with #814D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814D15 on black background.


Color preview on white background

This text has color #814D15 on white background.



Black color preview on #814D15 background

This text has black color on #814D15 background.


White color preview on #814D15 background

This text has white color on #814D15 background.