COLOR #044020

HEX: #044020 RGB: (4,64,32)

Color info

#044020 contains mainly green and blue colors. Web safe color of #044020 is #003333 (or #033).

RGB color model

#044020 color RGB value is (4,64,32).

RGB: (4,64,32) (2%, 25%, 13%)

RGB channels and saturation

R 4 of 255 = 2%
G 64 of 255 = 25%
B 32 of 255 = 13%

4
64
32

R + G + B ~ 13%. #044020 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 64 + 32 = 100 (100%)
R 4 of 100 ~ 4%
G 64 of 100 ~ 64%
B 32 of 100 ~ 32'%

%64
%32

CMYK color model

#044020 color CMYK value is (94,0,50,75).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.90%
CMYK: (94,0,50,75) C94M0Y50K75 (94%,0%,50%,75%) (0.94/0.00/0.50/0.75) 

CMYK percentages

%93.75
%0
%50
%74.9

Codes

Color #044020 in popluar color models

04 40 20
RGB 4 64 32
HSL 148° 88.24% 13.33%
HSB/HSV 148° 93.75% 25.10%
CMYK 93.75% 0.00% 50.00%
74.90%

Color #044020 in popluar number systems.

HEX 04 40 20
Decimal 4 64 32
Binary 100 1000000 100000
Octal 4 100 40

Shades and tints

Shades of #044020

#044020
(4,64,32)
#043B1E
(4,59,30)
#04361C
(4,54,28)
#04311A
(4,49,26)
#042C18
(4,44,24)
#042716
(4,39,22)
#042214
(4,34,20)
#041D12
(4,29,18)
#041810
(4,24,16)
#04130E
(4,19,14)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #044020

#044020
(4,64,32)
#1A5134
(26,81,52)
#306248
(48,98,72)
#46735C
(70,115,92)
#5C8470
(92,132,112)
#729584
(114,149,132)
#88A698
(136,166,152)
#9EB7AC
(158,183,172)
#B4C8C0
(180,200,192)
#CAD9D4
(202,217,212)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044020 color. Also use rgb(4,64,32) instead hex code.

Text Font Color

.myTextColor { color: #044020; }

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

This text font color is #044020.

Background Color

.myBgColor { background-color: #044020; }

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

This div background color is #044020.

Border color

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

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

This div border color is #044020.

Opacity

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

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

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

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

This text has shadow with #044020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044020.

Preview

Color preview on black background

This text has color #044020 on black background.


Color preview on white background

This text has color #044020 on white background.


Black color preview on #044020 background

This text has black color on #044020 background.


White color preview on #044020 background

This text has white color on #044020 background.


Related colors

Complementary color

Complementary color for #hex is #FBBFDF.


I love getcolorcode.com

Triadic colors

1 #200440 and #402004 with #044020 are triadic colors.

2 #204004 and #400420 with #044020 are triadic colors.