COLOR #003947

HEX: #003947 RGB: (0,57,71)

Color info

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

RGB color model

#003947 color RGB value is (0,57,71).

RGB: (0,57,71) (0%, 22%, 28%)

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 71 of 255 = 28%

0
57
71

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

Portions of RGB colors in percentages

R + G + B = 0 + 57 + 71 = 128 (100%)
R 0 of 128 ~ 0%
G 57 of 128 ~ 44.53%
B 71 of 128 ~ 55.47'%

%44.53
%55.47

CMYK color model

#003947 color CMYK value is (100,20,0,72).

  • cyan value is 100.00%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (100,20,0,72)
C100M20Y0K72 (100%, 20%, 0%, 72%)
(1.00 / 0.20 / 0.00 / 0.72)

CMYK percentages

%100
%19.72
%0
%72.16

Codes

Color #003947 in popluar color models

00 39 47
RGB 0 57 71
HSL 192° 100.00% 13.92%
HSB/HSV 192° 100.00% 27.84%
CMYK 100.00% 19.72% 0.00%
72.16%

Color #003947 in popluar number systems.

HEX 00 39 47
Decimal 0 57 71
Binary 0 111001 1000111
Octal 0 71 107

Shades and tints

Shades of #003947

#003947
(0,57,71)
#003441
(0,52,65)
#002F3B
(0,47,59)
#002A35
(0,42,53)
#00252F
(0,37,47)
#002029
(0,32,41)
#001B23
(0,27,35)
#00161D
(0,22,29)
#001117
(0,17,23)
#000C11
(0,12,17)
#00070B
(0,7,11)
#000000
(0,0,0)

Tints of #003947

#003947
(0,57,71)
#174B57
(23,75,87)
#2E5D67
(46,93,103)
#456F77
(69,111,119)
#5C8187
(92,129,135)
#739397
(115,147,151)
#8AA5A7
(138,165,167)
#A1B7B7
(161,183,183)
#B8C9C7
(184,201,199)
#CFDBD7
(207,219,215)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003947; }

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

This text font color is #003947.

Background Color

.myBgColor { background-color: #003947; }

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

This div background color is #003947.

Border color

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

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

This div border color is #003947.

Opacity

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

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

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

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

This text has shadow with #003947 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003947.

Preview

Color preview on black background

This text has color #003947 on black background.


Color preview on white background

This text has color #003947 on white background.


Black color preview on #003947 background

This text has black color on #003947 background.


White color preview on #003947 background

This text has white color on #003947 background.


Related colors

Complementary color

Complementary color for #hex is #FFC6B8.


I love getcolorcode.com

Triadic colors

1 #470039 and #394700 with #003947 are triadic colors.

2 #473900 and #390047 with #003947 are triadic colors.