COLOR #044602

HEX: #044602 RGB: (4,70,2)

Color info

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

RGB color model

#044602 color RGB value is (4,70,2).

RGB: (4,70,2) (2%, 27%, 1%)

RGB channels and saturation

R 4 of 255 = 2%
G 70 of 255 = 27%
B 2 of 255 = 1%

4
70
2

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

Portions of RGB colors in percentages

R + G + B = 4 + 70 + 2 = 76 (100%)
R 4 of 76 ~ 5.26%
G 70 of 76 ~ 92.11%
B 2 of 76 ~ 2.63'%

%92.11

CMYK color model

#044602 color CMYK value is (94,0,97,73).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 97.14%
  • key color value is 72.55%

CMYK: (94,0,97,73)
C94M0Y97K73 (94%, 0%, 97%, 73%)
(0.94 / 0.00 / 0.97 / 0.73)

CMYK percentages

%94.29
%0
%97.14
%72.55

Codes

Color #044602 in popluar color models

04 46 02
RGB 4 70 2
HSL 118° 94.44% 14.12%
HSB/HSV 118° 97.14% 27.45%
CMYK 94.29% 0.00% 97.14%
72.55%

Color #044602 in popluar number systems.

HEX 04 46 02
Decimal 4 70 2
Binary 100 1000110 10
Octal 4 106 2

Shades and tints

Shades of #044602

#044602
(4,70,2)
#044002
(4,64,2)
#043A02
(4,58,2)
#043402
(4,52,2)
#042E02
(4,46,2)
#042802
(4,40,2)
#042202
(4,34,2)
#041C02
(4,28,2)
#041602
(4,22,2)
#041002
(4,16,2)
#040A02
(4,10,2)
#000000
(0,0,0)

Tints of #044602

#044602
(4,70,2)
#1A5619
(26,86,25)
#306630
(48,102,48)
#467647
(70,118,71)
#5C865E
(92,134,94)
#729675
(114,150,117)
#88A68C
(136,166,140)
#9EB6A3
(158,182,163)
#B4C6BA
(180,198,186)
#CAD6D1
(202,214,209)
#E0E6E8
(224,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044602 color. Also use rgb(4,70,2) instead hex code.

Text Font Color

.myTextColor { color: #044602; }

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

This text font color is #044602.

Background Color

.myBgColor { background-color: #044602; }

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

This div background color is #044602.

Border color

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

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

This div border color is #044602.

Opacity

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

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

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

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

This text has shadow with #044602 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044602.

Preview

Color preview on black background

This text has color #044602 on black background.


Color preview on white background

This text has color #044602 on white background.


Black color preview on #044602 background

This text has black color on #044602 background.


White color preview on #044602 background

This text has white color on #044602 background.


Related colors

Complementary color

Complementary color for #hex is #FBB9FD.


I love getcolorcode.com

Triadic colors

1 #020446 and #460204 with #044602 are triadic colors.

2 #024604 and #460402 with #044602 are triadic colors.