COLOR #003A44

HEX: #003A44
RGB: (0,58,68)

Color info

#003A44 contains only green and blue colors. Web safe color of #003A44 is #003333 (or #033).

RGB color model

#003A44 color RGB value is (0,58,68).

  • red value is 0;
  • green value is 58;
  • blue value is 68.
RGB:
(0,58,68)
(0%,23%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 58 of 255 = 23%
B 68 of 255 = 27%

0
58
68

R + G + B ~ 17%. #003A44 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 58 + 68 = 126 (100%)
R 0 of 126 ~ 0%
G 58 of 126 ~ 46.03%
B 68 of 126 ~ 53.97%

%46.03
%53.97

CMYK color model

#003A44 color CMYK value is (100,15,0,73).

  • cyan value is 100.00%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(100,15,0,73)
C100M15Y0K73 
(100%,15%,0%,73%)
(1.00/0.15/0.00/0.73)	

CMYK percentages

%100
%14.71
%0
%73.33

Codes

Color #003A44 in popluar color models

003A44
RGB05868
HSL189°100.00%13.33%
HSB/HSV189°100.00%26.67%
CMYK100.00%14.71%0.00%
73.33%

Color #003A44 in popluar number systems.

HEX003A44
Decimal05868
Binary01110101000100
Octal072104

Shades and tints

Shades of #003A44

#003A44
(0,58,68)
#00353E
(0,53,62)
#003038
(0,48,56)
#002B32
(0,43,50)
#00262C
(0,38,44)
#002126
(0,33,38)
#001C20
(0,28,32)
#00171A
(0,23,26)
#001214
(0,18,20)
#000D0E
(0,13,14)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #003A44

#003A44
(0,58,68)
#174B55
(23,75,85)
#2E5C66
(46,92,102)
#456D77
(69,109,119)
#5C7E88
(92,126,136)
#738F99
(115,143,153)
#8AA0AA
(138,160,170)
#A1B1BB
(161,177,187)
#B8C2CC
(184,194,204)
#CFD3DD
(207,211,221)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003A44 color. Also use rgb(0,58,68) instead hex code.

Text Font Color

.myTextColor { color: #003A44; }

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

This text font color is #003A44.


Background Color

.myBgColor { background-color: #003A44; }

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

This div background color is #003A44.


Border color

.myBorderColor { border: 1px solid #003A44; }

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

This div border color is #003A44.


Opacity

.myOpacity80 { color: #003A44; opacity: 0.8; }

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

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

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

This text has shadow with #003A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003A44 on black background.


Color preview on white background

This text has color #003A44 on white background.



Black color preview on #003A44 background

This text has black color on #003A44 background.


White color preview on #003A44 background

This text has white color on #003A44 background.