COLOR #003047

HEX: #003047 RGB: (0,48,71)

Color info

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

RGB color model

#003047 color RGB value is (0,48,71).

RGB: (0,48,71) (0%, 19%, 28%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 71 of 255 = 28%

0
48
71

R + G + B ~ 16%. #003047 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 48 + 71 = 119 (100%)
R 0 of 119 ~ 0%
G 48 of 119 ~ 40.34%
B 71 of 119 ~ 59.66'%

%40.34
%59.66

CMYK color model

#003047 color CMYK value is (100,32,0,72).

  • cyan value is 100.00%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK: (100,32,0,72) C100M32Y0K72 (100%,32%,0%,72%) (1.00/0.32/0.00/0.72) 

CMYK percentages

%100
%32.39
%0
%72.16

Codes

Color #003047 in popluar color models

00 30 47
RGB 0 48 71
HSL 199° 100.00% 13.92%
HSB/HSV 199° 100.00% 27.84%
CMYK 100.00% 32.39% 0.00%
72.16%

Color #003047 in popluar number systems.

HEX 00 30 47
Decimal 0 48 71
Binary 0 110000 1000111
Octal 0 60 107

Shades and tints

Shades of #003047

#003047
(0,48,71)
#002C41
(0,44,65)
#00283B
(0,40,59)
#002435
(0,36,53)
#00202F
(0,32,47)
#001C29
(0,28,41)
#001823
(0,24,35)
#00141D
(0,20,29)
#001017
(0,16,23)
#000C11
(0,12,17)
#00080B
(0,8,11)
#000000
(0,0,0)

Tints of #003047

#003047
(0,48,71)
#174257
(23,66,87)
#2E5467
(46,84,103)
#456677
(69,102,119)
#5C7887
(92,120,135)
#738A97
(115,138,151)
#8A9CA7
(138,156,167)
#A1AEB7
(161,174,183)
#B8C0C7
(184,192,199)
#CFD2D7
(207,210,215)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003047; }

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

This text font color is #003047.

Background Color

.myBgColor { background-color: #003047; }

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

This div background color is #003047.

Border color

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

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

This div border color is #003047.

Opacity

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

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

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

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

This text has shadow with #003047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003047.

Preview

Color preview on black background

This text has color #003047 on black background.


Color preview on white background

This text has color #003047 on white background.


Black color preview on #003047 background

This text has black color on #003047 background.


White color preview on #003047 background

This text has white color on #003047 background.


Related colors

Complementary color

Complementary color for #hex is #FFCFB8.


I love getcolorcode.com

Triadic colors

1 #470030 and #304700 with #003047 are triadic colors.

2 #473000 and #300047 with #003047 are triadic colors.