COLOR #003C47

HEX: #003C47
RGB: (0,60,71)

Color info

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

RGB color model

#003C47 color RGB value is (0,60,71).

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

RGB channels and saturation

R 0 of 255 = 0%
G 60 of 255 = 24%
B 71 of 255 = 28%

0
60
71

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

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 71 = 131 (100%)
R 0 of 131 ~ 0%
G 60 of 131 ~ 45.8%
B 71 of 131 ~ 54.2%

%45.8
%54.2

CMYK color model

#003C47 color CMYK value is (100,15,0,72).

  • cyan value is 100.00%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(100,15,0,72)
C100M15Y0K72 
(100%,15%,0%,72%)
(1.00/0.15/0.00/0.72)	

CMYK percentages

%100
%15.49
%0
%72.16

Codes

Color #003C47 in popluar color models

003C47
RGB06071
HSL189°100.00%13.92%
HSB/HSV189°100.00%27.84%
CMYK100.00%15.49%0.00%
72.16%

Color #003C47 in popluar number systems.

HEX003C47
Decimal06071
Binary01111001000111
Octal074107

Shades and tints

Shades of #003C47

#003C47
(0,60,71)
#003741
(0,55,65)
#00323B
(0,50,59)
#002D35
(0,45,53)
#00282F
(0,40,47)
#002329
(0,35,41)
#001E23
(0,30,35)
#00191D
(0,25,29)
#001417
(0,20,23)
#000F11
(0,15,17)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #003C47

#003C47
(0,60,71)
#174D57
(23,77,87)
#2E5E67
(46,94,103)
#456F77
(69,111,119)
#5C8087
(92,128,135)
#739197
(115,145,151)
#8AA2A7
(138,162,167)
#A1B3B7
(161,179,183)
#B8C4C7
(184,196,199)
#CFD5D7
(207,213,215)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C47; }

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

This text font color is #003C47.


Background Color

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

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

This div background color is #003C47.


Border color

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

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

This div border color is #003C47.


Opacity

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

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

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

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

This text has shadow with #003C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C47 on black background.


Color preview on white background

This text has color #003C47 on white background.



Black color preview on #003C47 background

This text has black color on #003C47 background.


White color preview on #003C47 background

This text has white color on #003C47 background.