COLOR #044400

HEX: #044400 RGB: (4,68,0)

Color info

#044400 contains mainly green color. Web safe color of #044400 is #003300 (or #030).

RGB color model

#044400 color RGB value is (4,68,0).

RGB: (4,68,0) (2%, 27%, 0%)

RGB channels and saturation

R 4 of 255 = 2%
G 68 of 255 = 27%
B 0 of 255 = 0%

4
68
0

R + G + B ~ 10%. #044400 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 68 + 0 = 72 (100%)
R 4 of 72 ~ 5.56%
G 68 of 72 ~ 94.44%
B 0 of 72 ~ 0'%

%94.44

CMYK color model

#044400 color CMYK value is (94,0,100,73).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 73.33%

CMYK: (94,0,100,73)
C94M0Y100K73 (94%, 0%, 100%, 73%)
(0.94 / 0.00 / 1.00 / 0.73)

CMYK percentages

%94.12
%0
%100
%73.33

Codes

Color #044400 in popluar color models

04 44 00
RGB 4 68 0
HSL 116° 100.00% 13.33%
HSB/HSV 116° 100.00% 26.67%
CMYK 94.12% 0.00% 100.00%
73.33%

Color #044400 in popluar number systems.

HEX 04 44 00
Decimal 4 68 0
Binary 100 1000100 0
Octal 4 104 0

Shades and tints

Shades of #044400

#044400
(4,68,0)
#043E00
(4,62,0)
#043800
(4,56,0)
#043200
(4,50,0)
#042C00
(4,44,0)
#042600
(4,38,0)
#042000
(4,32,0)
#041A00
(4,26,0)
#041400
(4,20,0)
#040E00
(4,14,0)
#040800
(4,8,0)
#000000
(0,0,0)

Tints of #044400

#044400
(4,68,0)
#1A5517
(26,85,23)
#30662E
(48,102,46)
#467745
(70,119,69)
#5C885C
(92,136,92)
#729973
(114,153,115)
#88AA8A
(136,170,138)
#9EBBA1
(158,187,161)
#B4CCB8
(180,204,184)
#CADDCF
(202,221,207)
#E0EEE6
(224,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044400 color. Also use rgb(4,68,0) instead hex code.

Text Font Color

.myTextColor { color: #044400; }

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

This text font color is #044400.

Background Color

.myBgColor { background-color: #044400; }

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

This div background color is #044400.

Border color

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

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

This div border color is #044400.

Opacity

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

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

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

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

This text has shadow with #044400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044400.

Preview

Color preview on black background

This text has color #044400 on black background.


Color preview on white background

This text has color #044400 on white background.


Black color preview on #044400 background

This text has black color on #044400 background.


White color preview on #044400 background

This text has white color on #044400 background.


Related colors

Complementary color

Complementary color for #hex is #FBBBFF.


I love getcolorcode.com

Triadic colors

1 #000444 and #440004 with #044400 are triadic colors.

2 #004404 and #440400 with #044400 are triadic colors.