COLOR #044331

HEX: #044331
RGB: (4,67,49)

Color info

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

RGB color model

#044331 color RGB value is (4,67,49).

  • red value is 4;
  • green value is 67;
  • blue value is 49.
RGB:
(4,67,49)
(2%,26%,19%)

RGB channels and saturation

R 4 of 255 = 2%
G 67 of 255 = 26%
B 49 of 255 = 19%

4
67
49

R + G + B ~ 16%. #044331 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 67 + 49 = 120 (100%)
R 4 of 120 ~ 3.33%
G 67 of 120 ~ 55.83%
B 49 of 120 ~ 40.83%

%55.83
%40.83

CMYK color model

#044331 color CMYK value is (94,0,27,74).

  • cyan value is 94.03%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 73.73%
CMYK:
(94,0,27,74)
C94M0Y27K74 
(94%,0%,27%,74%)
(0.94/0.00/0.27/0.74)	

CMYK percentages

%94.03
%0
%26.87
%73.73

Codes

Color #044331 in popluar color models

044331
RGB46749
HSL163°88.73%13.92%
HSB/HSV163°94.03%26.27%
CMYK94.03%0.00%26.87%
73.73%

Color #044331 in popluar number systems.

HEX044331
Decimal46749
Binary1001000011110001
Octal410361

Shades and tints

Shades of #044331

#044331
(4,67,49)
#043D2D
(4,61,45)
#043729
(4,55,41)
#043125
(4,49,37)
#042B21
(4,43,33)
#04251D
(4,37,29)
#041F19
(4,31,25)
#041915
(4,25,21)
#041311
(4,19,17)
#040D0D
(4,13,13)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #044331

#044331
(4,67,49)
#1A5443
(26,84,67)
#306555
(48,101,85)
#467667
(70,118,103)
#5C8779
(92,135,121)
#72988B
(114,152,139)
#88A99D
(136,169,157)
#9EBAAF
(158,186,175)
#B4CBC1
(180,203,193)
#CADCD3
(202,220,211)
#E0EDE5
(224,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044331 color. Also use rgb(4,67,49) instead hex code.

Text Font Color

.myTextColor { color: #044331; }

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

This text font color is #044331.


Background Color

.myBgColor { background-color: #044331; }

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

This div background color is #044331.


Border color

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

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

This div border color is #044331.


Opacity

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

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

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

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

This text has shadow with #044331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044331 on black background.


Color preview on white background

This text has color #044331 on white background.



Black color preview on #044331 background

This text has black color on #044331 background.


White color preview on #044331 background

This text has white color on #044331 background.