COLOR #044B51

HEX: #044B51 RGB: (4,75,81)

Color info

#044B51 contains mainly green and blue colors. Web safe color of #044B51 is #003366 (or #036).

RGB color model

#044B51 color RGB value is (4,75,81).

RGB: (4,75,81) (2%, 29%, 32%)

RGB channels and saturation

R 4 of 255 = 2%
G 75 of 255 = 29%
B 81 of 255 = 32%

4
75
81

R + G + B ~ 21%. #044B51 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 75 + 81 = 160 (100%)
R 4 of 160 ~ 2.5%
G 75 of 160 ~ 46.88%
B 81 of 160 ~ 50.63'%

%46.88
%50.63

CMYK color model

#044B51 color CMYK value is (95,7,0,68).

  • cyan value is 95.06%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (95,7,0,68)
C95M7Y0K68 (95%, 7%, 0%, 68%)
(0.95 / 0.07 / 0.00 / 0.68)

CMYK percentages

%95.06
%7.41
%0
%68.24

Codes

Color #044B51 in popluar color models

04 4B 51
RGB 4 75 81
HSL 185° 90.59% 16.67%
HSB/HSV 185° 95.06% 31.76%
CMYK 95.06% 7.41% 0.00%
68.24%

Color #044B51 in popluar number systems.

HEX 04 4B 51
Decimal 4 75 81
Binary 100 1001011 1010001
Octal 4 113 121

Shades and tints

Shades of #044B51

#044B51
(4,75,81)
#04454A
(4,69,74)
#043F43
(4,63,67)
#04393C
(4,57,60)
#043335
(4,51,53)
#042D2E
(4,45,46)
#042727
(4,39,39)
#042120
(4,33,32)
#041B19
(4,27,25)
#041512
(4,21,18)
#040F0B
(4,15,11)
#000000
(0,0,0)

Tints of #044B51

#044B51
(4,75,81)
#1A5B60
(26,91,96)
#306B6F
(48,107,111)
#467B7E
(70,123,126)
#5C8B8D
(92,139,141)
#729B9C
(114,155,156)
#88ABAB
(136,171,171)
#9EBBBA
(158,187,186)
#B4CBC9
(180,203,201)
#CADBD8
(202,219,216)
#E0EBE7
(224,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044B51 color. Also use rgb(4,75,81) instead hex code.

Text Font Color

.myTextColor { color: #044B51; }

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

This text font color is #044B51.

Background Color

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

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

This div background color is #044B51.

Border color

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

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

This div border color is #044B51.

Opacity

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

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

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

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

This text has shadow with #044B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044B51.

Preview

Color preview on black background

This text has color #044B51 on black background.


Color preview on white background

This text has color #044B51 on white background.


Black color preview on #044B51 background

This text has black color on #044B51 background.


White color preview on #044B51 background

This text has white color on #044B51 background.


Related colors

Complementary color

Complementary color for #hex is #FBB4AE.


I love getcolorcode.com

Triadic colors

1 #51044B and #4B5104 with #044B51 are triadic colors.

2 #514B04 and #4B0451 with #044B51 are triadic colors.