COLOR #814D03

HEX: #814D03
RGB: (129,77,3)

Color info

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

RGB color model

#814D03 color RGB value is (129,77,3).

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

RGB channels and saturation

R 129 of 255 = 51%
G 77 of 255 = 30%
B 3 of 255 = 1%

129
77
3

R + G + B ~ 27%. #814D03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 77 + 3 = 209 (100%)
R 129 of 209 ~ 61.72%
G 77 of 209 ~ 36.84%
B 3 of 209 ~ 1.44%

%61.72
%36.84

CMYK color model

#814D03 color CMYK value is (0,40,98,49).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 97.67%
  • key color value is 49.41%
CMYK:
(0,40,98,49)
C0M40Y98K49 
(0%,40%,98%,49%)
(0.00/0.40/0.98/0.49)	

CMYK percentages

%0
%40.31
%97.67
%49.41

Codes

Color #814D03 in popluar color models

814D03
RGB129773
HSL35°95.45%25.88%
HSB/HSV35°97.67%50.59%
CMYK0.00%40.31%97.67%
49.41%

Color #814D03 in popluar number systems.

HEX814D03
Decimal129773
Binary10000001100110111
Octal2011153

Shades and tints

Shades of #814D03

#814D03
(129,77,3)
#764603
(118,70,3)
#6B3F03
(107,63,3)
#603803
(96,56,3)
#553103
(85,49,3)
#4A2A03
(74,42,3)
#3F2303
(63,35,3)
#341C03
(52,28,3)
#291503
(41,21,3)
#1E0E03
(30,14,3)
#130703
(19,7,3)
#000000
(0,0,0)

Tints of #814D03

#814D03
(129,77,3)
#8C5D19
(140,93,25)
#976D2F
(151,109,47)
#A27D45
(162,125,69)
#AD8D5B
(173,141,91)
#B89D71
(184,157,113)
#C3AD87
(195,173,135)
#CEBD9D
(206,189,157)
#D9CDB3
(217,205,179)
#E4DDC9
(228,221,201)
#EFEDDF
(239,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814D03; }

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

This text font color is #814D03.


Background Color

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

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

This div background color is #814D03.


Border color

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

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

This div border color is #814D03.


Opacity

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

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

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

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

This text has shadow with #814D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814D03 on black background.


Color preview on white background

This text has color #814D03 on white background.



Black color preview on #814D03 background

This text has black color on #814D03 background.


White color preview on #814D03 background

This text has white color on #814D03 background.