COLOR #044F57

HEX: #044F57
RGB: (4,79,87)

Color info

#044F57 contains mainly green and blue colors. Web safe color of #044F57 is #006666 (or #066).

RGB color model

#044F57 color RGB value is (4,79,87).

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

RGB channels and saturation

R 4 of 255 = 2%
G 79 of 255 = 31%
B 87 of 255 = 34%

4
79
87

R + G + B ~ 22%. #044F57 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 79 + 87 = 170 (100%)
R 4 of 170 ~ 2.35%
G 79 of 170 ~ 46.47%
B 87 of 170 ~ 51.18%

%46.47
%51.18

CMYK color model

#044F57 color CMYK value is (95,9,0,66).

  • cyan value is 95.40%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(95,9,0,66)
C95M9Y0K66 
(95%,9%,0%,66%)
(0.95/0.09/0.00/0.66)	

CMYK percentages

%95.4
%9.2
%0
%65.88

Codes

Color #044F57 in popluar color models

044F57
RGB47987
HSL186°91.21%17.84%
HSB/HSV186°95.40%34.12%
CMYK95.40%9.20%0.00%
65.88%

Color #044F57 in popluar number systems.

HEX044F57
Decimal47987
Binary10010011111010111
Octal4117127

Shades and tints

Shades of #044F57

#044F57
(4,79,87)
#044850
(4,72,80)
#044149
(4,65,73)
#043A42
(4,58,66)
#04333B
(4,51,59)
#042C34
(4,44,52)
#04252D
(4,37,45)
#041E26
(4,30,38)
#04171F
(4,23,31)
#041018
(4,16,24)
#040911
(4,9,17)
#000000
(0,0,0)

Tints of #044F57

#044F57
(4,79,87)
#1A5F66
(26,95,102)
#306F75
(48,111,117)
#467F84
(70,127,132)
#5C8F93
(92,143,147)
#729FA2
(114,159,162)
#88AFB1
(136,175,177)
#9EBFC0
(158,191,192)
#B4CFCF
(180,207,207)
#CADFDE
(202,223,222)
#E0EFED
(224,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044F57; }

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

This text font color is #044F57.


Background Color

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

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

This div background color is #044F57.


Border color

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

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

This div border color is #044F57.


Opacity

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

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

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

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

This text has shadow with #044F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044F57 on black background.


Color preview on white background

This text has color #044F57 on white background.



Black color preview on #044F57 background

This text has black color on #044F57 background.


White color preview on #044F57 background

This text has white color on #044F57 background.