COLOR #003C38

HEX: #003C38
RGB: (0,60,56)

Color info

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

RGB color model

#003C38 color RGB value is (0,60,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 60 of 255 = 24%
B 56 of 255 = 22%

0
60
56

R + G + B ~ 15%. #003C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 56 = 116 (100%)
R 0 of 116 ~ 0%
G 60 of 116 ~ 51.72%
B 56 of 116 ~ 48.28%

%51.72
%48.28

CMYK color model

#003C38 color CMYK value is (100,0,7,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 76.47%
CMYK:
(100,0,7,76)
C100M0Y7K76 
(100%,0%,7%,76%)
(1.00/0.00/0.07/0.76)	

CMYK percentages

%100
%0
%6.67
%76.47

Codes

Color #003C38 in popluar color models

003C38
RGB06056
HSL176°100.00%11.76%
HSB/HSV176°100.00%23.53%
CMYK100.00%0.00%6.67%
76.47%

Color #003C38 in popluar number systems.

HEX003C38
Decimal06056
Binary0111100111000
Octal07470

Shades and tints

Shades of #003C38

#003C38
(0,60,56)
#003733
(0,55,51)
#00322E
(0,50,46)
#002D29
(0,45,41)
#002824
(0,40,36)
#00231F
(0,35,31)
#001E1A
(0,30,26)
#001915
(0,25,21)
#001410
(0,20,16)
#000F0B
(0,15,11)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #003C38

#003C38
(0,60,56)
#174D4A
(23,77,74)
#2E5E5C
(46,94,92)
#456F6E
(69,111,110)
#5C8080
(92,128,128)
#739192
(115,145,146)
#8AA2A4
(138,162,164)
#A1B3B6
(161,179,182)
#B8C4C8
(184,196,200)
#CFD5DA
(207,213,218)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C38; }

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

This text font color is #003C38.


Background Color

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

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

This div background color is #003C38.


Border color

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

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

This div border color is #003C38.


Opacity

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

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

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

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

This text has shadow with #003C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C38 on black background.


Color preview on white background

This text has color #003C38 on white background.



Black color preview on #003C38 background

This text has black color on #003C38 background.


White color preview on #003C38 background

This text has white color on #003C38 background.