COLOR #00814D

HEX: #00814D
RGB: (0,129,77)

Color info

#00814D contains only green and blue colors. Web safe color of #00814D is #009933 (or #093).

RGB color model

#00814D color RGB value is (0,129,77).

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

RGB channels and saturation

R 0 of 255 = 0%
G 129 of 255 = 51%
B 77 of 255 = 30%

0
129
77

R + G + B ~ 27%. #00814D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 129 + 77 = 206 (100%)
R 0 of 206 ~ 0%
G 129 of 206 ~ 62.62%
B 77 of 206 ~ 37.38%

%62.62
%37.38

CMYK color model

#00814D color CMYK value is (100,0,40,49).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 49.41%
CMYK:
(100,0,40,49)
C100M0Y40K49 
(100%,0%,40%,49%)
(1.00/0.00/0.40/0.49)	

CMYK percentages

%100
%0
%40.31
%49.41

Codes

Color #00814D in popluar color models

00814D
RGB012977
HSL156°100.00%25.29%
HSB/HSV156°100.00%50.59%
CMYK100.00%0.00%40.31%
49.41%

Color #00814D in popluar number systems.

HEX00814D
Decimal012977
Binary0100000011001101
Octal0201115

Shades and tints

Shades of #00814D

#00814D
(0,129,77)
#007646
(0,118,70)
#006B3F
(0,107,63)
#006038
(0,96,56)
#005531
(0,85,49)
#004A2A
(0,74,42)
#003F23
(0,63,35)
#00341C
(0,52,28)
#002915
(0,41,21)
#001E0E
(0,30,14)
#001307
(0,19,7)
#000000
(0,0,0)

Tints of #00814D

#00814D
(0,129,77)
#178C5D
(23,140,93)
#2E976D
(46,151,109)
#45A27D
(69,162,125)
#5CAD8D
(92,173,141)
#73B89D
(115,184,157)
#8AC3AD
(138,195,173)
#A1CEBD
(161,206,189)
#B8D9CD
(184,217,205)
#CFE4DD
(207,228,221)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00814D color. Also use rgb(0,129,77) instead hex code.

Text Font Color

.myTextColor { color: #00814D; }

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

This text font color is #00814D.


Background Color

.myBgColor { background-color: #00814D; }

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

This div background color is #00814D.


Border color

.myBorderColor { border: 1px solid #00814D; }

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

This div border color is #00814D.


Opacity

.myOpacity80 { color: #00814D; opacity: 0.8; }

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

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

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

This text has shadow with #00814D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00814D on black background.


Color preview on white background

This text has color #00814D on white background.



Black color preview on #00814D background

This text has black color on #00814D background.


White color preview on #00814D background

This text has white color on #00814D background.