COLOR #044429

HEX: #044429
RGB: (4,68,41)

Color info

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

RGB color model

#044429 color RGB value is (4,68,41).

  • red value is 4;
  • green value is 68;
  • blue value is 41.
RGB:
(4,68,41)
(2%,27%,16%)

RGB channels and saturation

R 4 of 255 = 2%
G 68 of 255 = 27%
B 41 of 255 = 16%

4
68
41

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

Portions of RGB colors in percentages

R + G + B =
4 + 68 + 41 = 113 (100%)
R 4 of 113 ~ 3.54%
G 68 of 113 ~ 60.18%
B 41 of 113 ~ 36.28%

%60.18
%36.28

CMYK color model

#044429 color CMYK value is (94,0,40,73).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(94,0,40,73)
C94M0Y40K73 
(94%,0%,40%,73%)
(0.94/0.00/0.40/0.73)	

CMYK percentages

%94.12
%0
%39.71
%73.33

Codes

Color #044429 in popluar color models

044429
RGB46841
HSL155°88.89%14.12%
HSB/HSV155°94.12%26.67%
CMYK94.12%0.00%39.71%
73.33%

Color #044429 in popluar number systems.

HEX044429
Decimal46841
Binary1001000100101001
Octal410451

Shades and tints

Shades of #044429

#044429
(4,68,41)
#043E26
(4,62,38)
#043823
(4,56,35)
#043220
(4,50,32)
#042C1D
(4,44,29)
#04261A
(4,38,26)
#042017
(4,32,23)
#041A14
(4,26,20)
#041411
(4,20,17)
#040E0E
(4,14,14)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #044429

#044429
(4,68,41)
#1A553C
(26,85,60)
#30664F
(48,102,79)
#467762
(70,119,98)
#5C8875
(92,136,117)
#729988
(114,153,136)
#88AA9B
(136,170,155)
#9EBBAE
(158,187,174)
#B4CCC1
(180,204,193)
#CADDD4
(202,221,212)
#E0EEE7
(224,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044429; }

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

This text font color is #044429.


Background Color

.myBgColor { background-color: #044429; }

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

This div background color is #044429.


Border color

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

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

This div border color is #044429.


Opacity

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

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

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

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

This text has shadow with #044429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044429 on black background.


Color preview on white background

This text has color #044429 on white background.



Black color preview on #044429 background

This text has black color on #044429 background.


White color preview on #044429 background

This text has white color on #044429 background.