COLOR #00814B

HEX: #00814B
RGB: (0,129,75)

Color info

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

RGB color model

#00814B color RGB value is (0,129,75).

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

RGB channels and saturation

R 0 of 255 = 0%
G 129 of 255 = 51%
B 75 of 255 = 29%

0
129
75

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

Portions of RGB colors in percentages

R + G + B =
0 + 129 + 75 = 204 (100%)
R 0 of 204 ~ 0%
G 129 of 204 ~ 63.24%
B 75 of 204 ~ 36.76%

%63.24
%36.76

CMYK color model

#00814B color CMYK value is (100,0,42,49).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK:
(100,0,42,49)
C100M0Y42K49 
(100%,0%,42%,49%)
(1.00/0.00/0.42/0.49)	

CMYK percentages

%100
%0
%41.86
%49.41

Codes

Color #00814B in popluar color models

00814B
RGB012975
HSL155°100.00%25.29%
HSB/HSV155°100.00%50.59%
CMYK100.00%0.00%41.86%
49.41%

Color #00814B in popluar number systems.

HEX00814B
Decimal012975
Binary0100000011001011
Octal0201113

Shades and tints

Shades of #00814B

#00814B
(0,129,75)
#007645
(0,118,69)
#006B3F
(0,107,63)
#006039
(0,96,57)
#005533
(0,85,51)
#004A2D
(0,74,45)
#003F27
(0,63,39)
#003421
(0,52,33)
#00291B
(0,41,27)
#001E15
(0,30,21)
#00130F
(0,19,15)
#000000
(0,0,0)

Tints of #00814B

#00814B
(0,129,75)
#178C5B
(23,140,91)
#2E976B
(46,151,107)
#45A27B
(69,162,123)
#5CAD8B
(92,173,139)
#73B89B
(115,184,155)
#8AC3AB
(138,195,171)
#A1CEBB
(161,206,187)
#B8D9CB
(184,217,203)
#CFE4DB
(207,228,219)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00814B; }

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

This text font color is #00814B.


Background Color

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

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

This div background color is #00814B.


Border color

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

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

This div border color is #00814B.


Opacity

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

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

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

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

This text has shadow with #00814B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00814B on black background.


Color preview on white background

This text has color #00814B on white background.



Black color preview on #00814B background

This text has black color on #00814B background.


White color preview on #00814B background

This text has white color on #00814B background.