COLOR #044F5D

HEX: #044F5D
RGB: (4,79,93)

Color info

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

RGB color model

#044F5D color RGB value is (4,79,93).

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

RGB channels and saturation

R 4 of 255 = 2%
G 79 of 255 = 31%
B 93 of 255 = 36%

4
79
93

R + G + B ~ 23%. #044F5D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 79 + 93 = 176 (100%)
R 4 of 176 ~ 2.27%
G 79 of 176 ~ 44.89%
B 93 of 176 ~ 52.84%

%44.89
%52.84

CMYK color model

#044F5D color CMYK value is (96,15,0,64).

  • cyan value is 95.70%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(96,15,0,64)
C96M15Y0K64 
(96%,15%,0%,64%)
(0.96/0.15/0.00/0.64)	

CMYK percentages

%95.7
%15.05
%0
%63.53

Codes

Color #044F5D in popluar color models

044F5D
RGB47993
HSL189°91.75%19.02%
HSB/HSV189°95.70%36.47%
CMYK95.70%15.05%0.00%
63.53%

Color #044F5D in popluar number systems.

HEX044F5D
Decimal47993
Binary10010011111011101
Octal4117135

Shades and tints

Shades of #044F5D

#044F5D
(4,79,93)
#044855
(4,72,85)
#04414D
(4,65,77)
#043A45
(4,58,69)
#04333D
(4,51,61)
#042C35
(4,44,53)
#04252D
(4,37,45)
#041E25
(4,30,37)
#04171D
(4,23,29)
#041015
(4,16,21)
#04090D
(4,9,13)
#000000
(0,0,0)

Tints of #044F5D

#044F5D
(4,79,93)
#1A5F6B
(26,95,107)
#306F79
(48,111,121)
#467F87
(70,127,135)
#5C8F95
(92,143,149)
#729FA3
(114,159,163)
#88AFB1
(136,175,177)
#9EBFBF
(158,191,191)
#B4CFCD
(180,207,205)
#CADFDB
(202,223,219)
#E0EFE9
(224,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044F5D; }

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

This text font color is #044F5D.


Background Color

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

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

This div background color is #044F5D.


Border color

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

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

This div border color is #044F5D.


Opacity

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

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

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

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

This text has shadow with #044F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044F5D on black background.


Color preview on white background

This text has color #044F5D on white background.



Black color preview on #044F5D background

This text has black color on #044F5D background.


White color preview on #044F5D background

This text has white color on #044F5D background.