COLOR #003C3A

HEX: #003C3A
RGB: (0,60,58)

Color info

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

RGB color model

#003C3A color RGB value is (0,60,58).

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

RGB channels and saturation

R 0 of 255 = 0%
G 60 of 255 = 24%
B 58 of 255 = 23%

0
60
58

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

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 58 = 118 (100%)
R 0 of 118 ~ 0%
G 60 of 118 ~ 50.85%
B 58 of 118 ~ 49.15%

%50.85
%49.15

CMYK color model

#003C3A color CMYK value is (100,0,3,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 76.47%
CMYK:
(100,0,3,76)
C100M0Y3K76 
(100%,0%,3%,76%)
(1.00/0.00/0.03/0.76)	

CMYK percentages

%100
%0
%3.33
%76.47

Codes

Color #003C3A in popluar color models

003C3A
RGB06058
HSL178°100.00%11.76%
HSB/HSV178°100.00%23.53%
CMYK100.00%0.00%3.33%
76.47%

Color #003C3A in popluar number systems.

HEX003C3A
Decimal06058
Binary0111100111010
Octal07472

Shades and tints

Shades of #003C3A

#003C3A
(0,60,58)
#003735
(0,55,53)
#003230
(0,50,48)
#002D2B
(0,45,43)
#002826
(0,40,38)
#002321
(0,35,33)
#001E1C
(0,30,28)
#001917
(0,25,23)
#001412
(0,20,18)
#000F0D
(0,15,13)
#000A08
(0,10,8)
#000000
(0,0,0)

Tints of #003C3A

#003C3A
(0,60,58)
#174D4B
(23,77,75)
#2E5E5C
(46,94,92)
#456F6D
(69,111,109)
#5C807E
(92,128,126)
#73918F
(115,145,143)
#8AA2A0
(138,162,160)
#A1B3B1
(161,179,177)
#B8C4C2
(184,196,194)
#CFD5D3
(207,213,211)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C3A; }

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

This text font color is #003C3A.


Background Color

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

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

This div background color is #003C3A.


Border color

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

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

This div border color is #003C3A.


Opacity

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

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

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

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

This text has shadow with #003C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C3A on black background.


Color preview on white background

This text has color #003C3A on white background.



Black color preview on #003C3A background

This text has black color on #003C3A background.


White color preview on #003C3A background

This text has white color on #003C3A background.