COLOR #003C40

HEX: #003C40
RGB: (0,60,64)

Color info

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

RGB color model

#003C40 color RGB value is (0,60,64).

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

RGB channels and saturation

R 0 of 255 = 0%
G 60 of 255 = 24%
B 64 of 255 = 25%

0
60
64

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

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 64 = 124 (100%)
R 0 of 124 ~ 0%
G 60 of 124 ~ 48.39%
B 64 of 124 ~ 51.61%

%48.39
%51.61

CMYK color model

#003C40 color CMYK value is (100,6,0,75).

  • cyan value is 100.00%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(100,6,0,75)
C100M6Y0K75 
(100%,6%,0%,75%)
(1.00/0.06/0.00/0.75)	

CMYK percentages

%100
%6.25
%0
%74.9

Codes

Color #003C40 in popluar color models

003C40
RGB06064
HSL184°100.00%12.55%
HSB/HSV184°100.00%25.10%
CMYK100.00%6.25%0.00%
74.90%

Color #003C40 in popluar number systems.

HEX003C40
Decimal06064
Binary01111001000000
Octal074100

Shades and tints

Shades of #003C40

#003C40
(0,60,64)
#00373B
(0,55,59)
#003236
(0,50,54)
#002D31
(0,45,49)
#00282C
(0,40,44)
#002327
(0,35,39)
#001E22
(0,30,34)
#00191D
(0,25,29)
#001418
(0,20,24)
#000F13
(0,15,19)
#000A0E
(0,10,14)
#000000
(0,0,0)

Tints of #003C40

#003C40
(0,60,64)
#174D51
(23,77,81)
#2E5E62
(46,94,98)
#456F73
(69,111,115)
#5C8084
(92,128,132)
#739195
(115,145,149)
#8AA2A6
(138,162,166)
#A1B3B7
(161,179,183)
#B8C4C8
(184,196,200)
#CFD5D9
(207,213,217)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C40; }

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

This text font color is #003C40.


Background Color

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

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

This div background color is #003C40.


Border color

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

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

This div border color is #003C40.


Opacity

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

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

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

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

This text has shadow with #003C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C40 on black background.


Color preview on white background

This text has color #003C40 on white background.



Black color preview on #003C40 background

This text has black color on #003C40 background.


White color preview on #003C40 background

This text has white color on #003C40 background.