COLOR #044058

HEX: #044058
RGB: (4,64,88)

Color info

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

RGB color model

#044058 color RGB value is (4,64,88).

  • red value is 4;
  • green value is 64;
  • blue value is 88.
RGB:
(4,64,88)
(2%,25%,35%)

RGB channels and saturation

R 4 of 255 = 2%
G 64 of 255 = 25%
B 88 of 255 = 35%

4
64
88

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

Portions of RGB colors in percentages

R + G + B =
4 + 64 + 88 = 156 (100%)
R 4 of 156 ~ 2.56%
G 64 of 156 ~ 41.03%
B 88 of 156 ~ 56.41%

%41.03
%56.41

CMYK color model

#044058 color CMYK value is (95,27,0,65).

  • cyan value is 95.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(95,27,0,65)
C95M27Y0K65 
(95%,27%,0%,65%)
(0.95/0.27/0.00/0.65)	

CMYK percentages

%95.45
%27.27
%0
%65.49

Codes

Color #044058 in popluar color models

044058
RGB46488
HSL197°91.30%18.04%
HSB/HSV197°95.45%34.51%
CMYK95.45%27.27%0.00%
65.49%

Color #044058 in popluar number systems.

HEX044058
Decimal46488
Binary10010000001011000
Octal4100130

Shades and tints

Shades of #044058

#044058
(4,64,88)
#043B50
(4,59,80)
#043648
(4,54,72)
#043140
(4,49,64)
#042C38
(4,44,56)
#042730
(4,39,48)
#042228
(4,34,40)
#041D20
(4,29,32)
#041818
(4,24,24)
#041310
(4,19,16)
#040E08
(4,14,8)
#000000
(0,0,0)

Tints of #044058

#044058
(4,64,88)
#1A5167
(26,81,103)
#306276
(48,98,118)
#467385
(70,115,133)
#5C8494
(92,132,148)
#7295A3
(114,149,163)
#88A6B2
(136,166,178)
#9EB7C1
(158,183,193)
#B4C8D0
(180,200,208)
#CAD9DF
(202,217,223)
#E0EAEE
(224,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044058 color. Also use rgb(4,64,88) instead hex code.

Text Font Color

.myTextColor { color: #044058; }

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

This text font color is #044058.


Background Color

.myBgColor { background-color: #044058; }

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

This div background color is #044058.


Border color

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

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

This div border color is #044058.


Opacity

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

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

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

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

This text has shadow with #044058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044058 on black background.


Color preview on white background

This text has color #044058 on white background.



Black color preview on #044058 background

This text has black color on #044058 background.


White color preview on #044058 background

This text has white color on #044058 background.