COLOR #00521E

HEX: #00521E
RGB: (0,82,30)

Color info

#00521E contains only green and blue colors. Web safe color of #00521E is #006633 (or #063).

RGB color model

#00521E color RGB value is (0,82,30).

  • red value is 0;
  • green value is 82;
  • blue value is 30.
RGB:
(0,82,30)
(0%,32%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 30 of 255 = 12%

0
82
30

R + G + B ~ 15%. #00521E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 30 = 112 (100%)
R 0 of 112 ~ 0%
G 82 of 112 ~ 73.21%
B 30 of 112 ~ 26.79%

%73.21
%26.79

CMYK color model

#00521E color CMYK value is (100,0,63,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK:
(100,0,63,68)
C100M0Y63K68 
(100%,0%,63%,68%)
(1.00/0.00/0.63/0.68)	

CMYK percentages

%100
%0
%63.41
%67.84

Codes

Color #00521E in popluar color models

00521E
RGB08230
HSL142°100.00%16.08%
HSB/HSV142°100.00%32.16%
CMYK100.00%0.00%63.41%
67.84%

Color #00521E in popluar number systems.

HEX00521E
Decimal08230
Binary0101001011110
Octal012236

Shades and tints

Shades of #00521E

#00521E
(0,82,30)
#004B1C
(0,75,28)
#00441A
(0,68,26)
#003D18
(0,61,24)
#003616
(0,54,22)
#002F14
(0,47,20)
#002812
(0,40,18)
#002110
(0,33,16)
#001A0E
(0,26,14)
#00130C
(0,19,12)
#000C0A
(0,12,10)
#000000
(0,0,0)

Tints of #00521E

#00521E
(0,82,30)
#176132
(23,97,50)
#2E7046
(46,112,70)
#457F5A
(69,127,90)
#5C8E6E
(92,142,110)
#739D82
(115,157,130)
#8AAC96
(138,172,150)
#A1BBAA
(161,187,170)
#B8CABE
(184,202,190)
#CFD9D2
(207,217,210)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00521E color. Also use rgb(0,82,30) instead hex code.

Text Font Color

.myTextColor { color: #00521E; }

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

This text font color is #00521E.


Background Color

.myBgColor { background-color: #00521E; }

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

This div background color is #00521E.


Border color

.myBorderColor { border: 1px solid #00521E; }

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

This div border color is #00521E.


Opacity

.myOpacity80 { color: #00521E; opacity: 0.8; }

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

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

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

This text has shadow with #00521E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00521E on black background.


Color preview on white background

This text has color #00521E on white background.



Black color preview on #00521E background

This text has black color on #00521E background.


White color preview on #00521E background

This text has white color on #00521E background.