COLOR #005020

HEX: #005020 RGB: (0,80,32)

Color info

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

RGB color model

#005020 color RGB value is (0,80,32).

RGB: (0,80,32) (0%, 31%, 13%)

RGB channels and saturation

R 0 of 255 = 0%
G 80 of 255 = 31%
B 32 of 255 = 13%

0
80
32

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

Portions of RGB colors in percentages

R + G + B = 0 + 80 + 32 = 112 (100%)
R 0 of 112 ~ 0%
G 80 of 112 ~ 71.43%
B 32 of 112 ~ 28.57'%

%71.43
%28.57

CMYK color model

#005020 color CMYK value is (100,0,60,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 68.63%

CMYK: (100,0,60,69)
C100M0Y60K69 (100%, 0%, 60%, 69%)
(1.00 / 0.00 / 0.60 / 0.69)

CMYK percentages

%100
%0
%60
%68.63

Codes

Color #005020 in popluar color models

00 50 20
RGB 0 80 32
HSL 144° 100.00% 15.69%
HSB/HSV 144° 100.00% 31.37%
CMYK 100.00% 0.00% 60.00%
68.63%

Color #005020 in popluar number systems.

HEX 00 50 20
Decimal 0 80 32
Binary 0 1010000 100000
Octal 0 120 40

Shades and tints

Shades of #005020

#005020
(0,80,32)
#00491E
(0,73,30)
#00421C
(0,66,28)
#003B1A
(0,59,26)
#003418
(0,52,24)
#002D16
(0,45,22)
#002614
(0,38,20)
#001F12
(0,31,18)
#001810
(0,24,16)
#00110E
(0,17,14)
#000A0C
(0,10,12)
#000000
(0,0,0)

Tints of #005020

#005020
(0,80,32)
#175F34
(23,95,52)
#2E6E48
(46,110,72)
#457D5C
(69,125,92)
#5C8C70
(92,140,112)
#739B84
(115,155,132)
#8AAA98
(138,170,152)
#A1B9AC
(161,185,172)
#B8C8C0
(184,200,192)
#CFD7D4
(207,215,212)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005020 color. Also use rgb(0,80,32) instead hex code.

Text Font Color

.myTextColor { color: #005020; }

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

This text font color is #005020.

Background Color

.myBgColor { background-color: #005020; }

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

This div background color is #005020.

Border color

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

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

This div border color is #005020.

Opacity

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

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

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

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

This text has shadow with #005020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005020.

Preview

Color preview on black background

This text has color #005020 on black background.


Color preview on white background

This text has color #005020 on white background.


Black color preview on #005020 background

This text has black color on #005020 background.


White color preview on #005020 background

This text has white color on #005020 background.


Related colors

Complementary color

Complementary color for #hex is #FFAFDF.


I love getcolorcode.com

Triadic colors

1 #200050 and #502000 with #005020 are triadic colors.

2 #205000 and #500020 with #005020 are triadic colors.