COLOR #003A47

HEX: #003A47
RGB: (0,58,71)

Color info

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

RGB color model

#003A47 color RGB value is (0,58,71).

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

RGB channels and saturation

R 0 of 255 = 0%
G 58 of 255 = 23%
B 71 of 255 = 28%

0
58
71

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

Portions of RGB colors in percentages

R + G + B =
0 + 58 + 71 = 129 (100%)
R 0 of 129 ~ 0%
G 58 of 129 ~ 44.96%
B 71 of 129 ~ 55.04%

%44.96
%55.04

CMYK color model

#003A47 color CMYK value is (100,18,0,72).

  • cyan value is 100.00%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(100,18,0,72)
C100M18Y0K72 
(100%,18%,0%,72%)
(1.00/0.18/0.00/0.72)	

CMYK percentages

%100
%18.31
%0
%72.16

Codes

Color #003A47 in popluar color models

003A47
RGB05871
HSL191°100.00%13.92%
HSB/HSV191°100.00%27.84%
CMYK100.00%18.31%0.00%
72.16%

Color #003A47 in popluar number systems.

HEX003A47
Decimal05871
Binary01110101000111
Octal072107

Shades and tints

Shades of #003A47

#003A47
(0,58,71)
#003541
(0,53,65)
#00303B
(0,48,59)
#002B35
(0,43,53)
#00262F
(0,38,47)
#002129
(0,33,41)
#001C23
(0,28,35)
#00171D
(0,23,29)
#001217
(0,18,23)
#000D11
(0,13,17)
#00080B
(0,8,11)
#000000
(0,0,0)

Tints of #003A47

#003A47
(0,58,71)
#174B57
(23,75,87)
#2E5C67
(46,92,103)
#456D77
(69,109,119)
#5C7E87
(92,126,135)
#738F97
(115,143,151)
#8AA0A7
(138,160,167)
#A1B1B7
(161,177,183)
#B8C2C7
(184,194,199)
#CFD3D7
(207,211,215)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003A47; }

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

This text font color is #003A47.


Background Color

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

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

This div background color is #003A47.


Border color

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

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

This div border color is #003A47.


Opacity

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

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

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

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

This text has shadow with #003A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003A47 on black background.


Color preview on white background

This text has color #003A47 on white background.



Black color preview on #003A47 background

This text has black color on #003A47 background.


White color preview on #003A47 background

This text has white color on #003A47 background.