COLOR #044231

HEX: #044231
RGB: (4,66,49)

Color info

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

RGB color model

#044231 color RGB value is (4,66,49).

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

RGB channels and saturation

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

4
66
49

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

Portions of RGB colors in percentages

R + G + B =
4 + 66 + 49 = 119 (100%)
R 4 of 119 ~ 3.36%
G 66 of 119 ~ 55.46%
B 49 of 119 ~ 41.18%

%55.46
%41.18

CMYK color model

#044231 color CMYK value is (94,0,26,74).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(94,0,26,74)
C94M0Y26K74 
(94%,0%,26%,74%)
(0.94/0.00/0.26/0.74)	

CMYK percentages

%93.94
%0
%25.76
%74.12

Codes

Color #044231 in popluar color models

044231
RGB46649
HSL164°88.57%13.73%
HSB/HSV164°93.94%25.88%
CMYK93.94%0.00%25.76%
74.12%

Color #044231 in popluar number systems.

HEX044231
Decimal46649
Binary1001000010110001
Octal410261

Shades and tints

Shades of #044231

#044231
(4,66,49)
#043C2D
(4,60,45)
#043629
(4,54,41)
#043025
(4,48,37)
#042A21
(4,42,33)
#04241D
(4,36,29)
#041E19
(4,30,25)
#041815
(4,24,21)
#041211
(4,18,17)
#040C0D
(4,12,13)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #044231

#044231
(4,66,49)
#1A5343
(26,83,67)
#306455
(48,100,85)
#467567
(70,117,103)
#5C8679
(92,134,121)
#72978B
(114,151,139)
#88A89D
(136,168,157)
#9EB9AF
(158,185,175)
#B4CAC1
(180,202,193)
#CADBD3
(202,219,211)
#E0ECE5
(224,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044231; }

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

This text font color is #044231.


Background Color

.myBgColor { background-color: #044231; }

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

This div background color is #044231.


Border color

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

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

This div border color is #044231.


Opacity

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

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

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

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

This text has shadow with #044231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044231 on black background.


Color preview on white background

This text has color #044231 on white background.



Black color preview on #044231 background

This text has black color on #044231 background.


White color preview on #044231 background

This text has white color on #044231 background.