COLOR #008213

HEX: #008213
RGB: (0,130,19)

Color info

#008213 contains mainly green color. Web safe color of #008213 is #009900 (or #090).

RGB color model

#008213 color RGB value is (0,130,19).

  • red value is 0;
  • green value is 130;
  • blue value is 19.
RGB:
(0,130,19)
(0%,51%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 130 of 255 = 51%
B 19 of 255 = 7%

0
130
19

R + G + B ~ 19%. #008213 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 130 + 19 = 149 (100%)
R 0 of 149 ~ 0%
G 130 of 149 ~ 87.25%
B 19 of 149 ~ 12.75%

%87.25
%12.75

CMYK color model

#008213 color CMYK value is (100,0,85,49).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 85.38%
  • key color value is 49.02%
CMYK:
(100,0,85,49)
C100M0Y85K49 
(100%,0%,85%,49%)
(1.00/0.00/0.85/0.49)	

CMYK percentages

%100
%0
%85.38
%49.02

Codes

Color #008213 in popluar color models

008213
RGB013019
HSL129°100.00%25.49%
HSB/HSV129°100.00%50.98%
CMYK100.00%0.00%85.38%
49.02%

Color #008213 in popluar number systems.

HEX008213
Decimal013019
Binary01000001010011
Octal020223

Shades and tints

Shades of #008213

#008213
(0,130,19)
#007712
(0,119,18)
#006C11
(0,108,17)
#006110
(0,97,16)
#00560F
(0,86,15)
#004B0E
(0,75,14)
#00400D
(0,64,13)
#00350C
(0,53,12)
#002A0B
(0,42,11)
#001F0A
(0,31,10)
#001409
(0,20,9)
#000000
(0,0,0)

Tints of #008213

#008213
(0,130,19)
#178D28
(23,141,40)
#2E983D
(46,152,61)
#45A352
(69,163,82)
#5CAE67
(92,174,103)
#73B97C
(115,185,124)
#8AC491
(138,196,145)
#A1CFA6
(161,207,166)
#B8DABB
(184,218,187)
#CFE5D0
(207,229,208)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008213 color. Also use rgb(0,130,19) instead hex code.

Text Font Color

.myTextColor { color: #008213; }

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

This text font color is #008213.


Background Color

.myBgColor { background-color: #008213; }

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

This div background color is #008213.


Border color

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

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

This div border color is #008213.


Opacity

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

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

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

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

This text has shadow with #008213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008213 on black background.


Color preview on white background

This text has color #008213 on white background.



Black color preview on #008213 background

This text has black color on #008213 background.


White color preview on #008213 background

This text has white color on #008213 background.