COLOR #003C50

HEX: #003C50
RGB: (0,60,80)

Color info

#003C50 contains only green and blue colors. Web safe color of #003C50 is #003366 (or #036).

RGB color model

#003C50 color RGB value is (0,60,80).

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

RGB channels and saturation

R 0 of 255 = 0%
G 60 of 255 = 24%
B 80 of 255 = 31%

0
60
80

R + G + B ~ 18%. #003C50 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 80 = 140 (100%)
R 0 of 140 ~ 0%
G 60 of 140 ~ 42.86%
B 80 of 140 ~ 57.14%

%42.86
%57.14

CMYK color model

#003C50 color CMYK value is (100,25,0,69).

  • cyan value is 100.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(100,25,0,69)
C100M25Y0K69 
(100%,25%,0%,69%)
(1.00/0.25/0.00/0.69)	

CMYK percentages

%100
%25
%0
%68.63

Codes

Color #003C50 in popluar color models

003C50
RGB06080
HSL195°100.00%15.69%
HSB/HSV195°100.00%31.37%
CMYK100.00%25.00%0.00%
68.63%

Color #003C50 in popluar number systems.

HEX003C50
Decimal06080
Binary01111001010000
Octal074120

Shades and tints

Shades of #003C50

#003C50
(0,60,80)
#003749
(0,55,73)
#003242
(0,50,66)
#002D3B
(0,45,59)
#002834
(0,40,52)
#00232D
(0,35,45)
#001E26
(0,30,38)
#00191F
(0,25,31)
#001418
(0,20,24)
#000F11
(0,15,17)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #003C50

#003C50
(0,60,80)
#174D5F
(23,77,95)
#2E5E6E
(46,94,110)
#456F7D
(69,111,125)
#5C808C
(92,128,140)
#73919B
(115,145,155)
#8AA2AA
(138,162,170)
#A1B3B9
(161,179,185)
#B8C4C8
(184,196,200)
#CFD5D7
(207,213,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C50; }

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

This text font color is #003C50.


Background Color

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

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

This div background color is #003C50.


Border color

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

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

This div border color is #003C50.


Opacity

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

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

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

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

This text has shadow with #003C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C50 on black background.


Color preview on white background

This text has color #003C50 on white background.



Black color preview on #003C50 background

This text has black color on #003C50 background.


White color preview on #003C50 background

This text has white color on #003C50 background.