COLOR #003C1E

HEX: #003C1E
RGB: (0,60,30)

Color info

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

RGB color model

#003C1E color RGB value is (0,60,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 60 of 255 = 24%
B 30 of 255 = 12%

0
60
30

R + G + B ~ 12%. #003C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 30 = 90 (100%)
R 0 of 90 ~ 0%
G 60 of 90 ~ 66.67%
B 30 of 90 ~ 33.33%

%66.67
%33.33

CMYK color model

#003C1E color CMYK value is (100,0,50,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 76.47%
CMYK:
(100,0,50,76)
C100M0Y50K76 
(100%,0%,50%,76%)
(1.00/0.00/0.50/0.76)	

CMYK percentages

%100
%0
%50
%76.47

Codes

Color #003C1E in popluar color models

003C1E
RGB06030
HSL150°100.00%11.76%
HSB/HSV150°100.00%23.53%
CMYK100.00%0.00%50.00%
76.47%

Color #003C1E in popluar number systems.

HEX003C1E
Decimal06030
Binary011110011110
Octal07436

Shades and tints

Shades of #003C1E

#003C1E
(0,60,30)
#00371C
(0,55,28)
#00321A
(0,50,26)
#002D18
(0,45,24)
#002816
(0,40,22)
#002314
(0,35,20)
#001E12
(0,30,18)
#001910
(0,25,16)
#00140E
(0,20,14)
#000F0C
(0,15,12)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #003C1E

#003C1E
(0,60,30)
#174D32
(23,77,50)
#2E5E46
(46,94,70)
#456F5A
(69,111,90)
#5C806E
(92,128,110)
#739182
(115,145,130)
#8AA296
(138,162,150)
#A1B3AA
(161,179,170)
#B8C4BE
(184,196,190)
#CFD5D2
(207,213,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C1E; }

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

This text font color is #003C1E.


Background Color

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

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

This div background color is #003C1E.


Border color

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

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

This div border color is #003C1E.


Opacity

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

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

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

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

This text has shadow with #003C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C1E on black background.


Color preview on white background

This text has color #003C1E on white background.



Black color preview on #003C1E background

This text has black color on #003C1E background.


White color preview on #003C1E background

This text has white color on #003C1E background.