COLOR #044F31

HEX: #044F31
RGB: (4,79,49)

Color info

#044F31 contains mainly green and blue colors. Web safe color of #044F31 is #006633 (or #063).

RGB color model

#044F31 color RGB value is (4,79,49).

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

RGB channels and saturation

R 4 of 255 = 2%
G 79 of 255 = 31%
B 49 of 255 = 19%

4
79
49

R + G + B ~ 17%. #044F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 79 + 49 = 132 (100%)
R 4 of 132 ~ 3.03%
G 79 of 132 ~ 59.85%
B 49 of 132 ~ 37.12%

%59.85
%37.12

CMYK color model

#044F31 color CMYK value is (95,0,38,69).

  • cyan value is 94.94%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 69.02%
CMYK:
(95,0,38,69)
C95M0Y38K69 
(95%,0%,38%,69%)
(0.95/0.00/0.38/0.69)	

CMYK percentages

%94.94
%0
%37.97
%69.02

Codes

Color #044F31 in popluar color models

044F31
RGB47949
HSL156°90.36%16.27%
HSB/HSV156°94.94%30.98%
CMYK94.94%0.00%37.97%
69.02%

Color #044F31 in popluar number systems.

HEX044F31
Decimal47949
Binary1001001111110001
Octal411761

Shades and tints

Shades of #044F31

#044F31
(4,79,49)
#04482D
(4,72,45)
#044129
(4,65,41)
#043A25
(4,58,37)
#043321
(4,51,33)
#042C1D
(4,44,29)
#042519
(4,37,25)
#041E15
(4,30,21)
#041711
(4,23,17)
#04100D
(4,16,13)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #044F31

#044F31
(4,79,49)
#1A5F43
(26,95,67)
#306F55
(48,111,85)
#467F67
(70,127,103)
#5C8F79
(92,143,121)
#729F8B
(114,159,139)
#88AF9D
(136,175,157)
#9EBFAF
(158,191,175)
#B4CFC1
(180,207,193)
#CADFD3
(202,223,211)
#E0EFE5
(224,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044F31; }

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

This text font color is #044F31.


Background Color

.myBgColor { background-color: #044F31; }

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

This div background color is #044F31.


Border color

.myBorderColor { border: 1px solid #044F31; }

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

This div border color is #044F31.


Opacity

.myOpacity80 { color: #044F31; opacity: 0.8; }

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

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

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

This text has shadow with #044F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044F31 on black background.


Color preview on white background

This text has color #044F31 on white background.



Black color preview on #044F31 background

This text has black color on #044F31 background.


White color preview on #044F31 background

This text has white color on #044F31 background.