COLOR #003C1F

HEX: #003C1F
RGB: (0,60,31)

Color info

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

RGB color model

#003C1F color RGB value is (0,60,31).

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

RGB channels and saturation

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

0
60
31

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

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 31 = 91 (100%)
R 0 of 91 ~ 0%
G 60 of 91 ~ 65.93%
B 31 of 91 ~ 34.07%

%65.93
%34.07

CMYK color model

#003C1F color CMYK value is (100,0,48,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.33%
  • key color value is 76.47%
CMYK:
(100,0,48,76)
C100M0Y48K76 
(100%,0%,48%,76%)
(1.00/0.00/0.48/0.76)	

CMYK percentages

%100
%0
%48.33
%76.47

Codes

Color #003C1F in popluar color models

003C1F
RGB06031
HSL151°100.00%11.76%
HSB/HSV151°100.00%23.53%
CMYK100.00%0.00%48.33%
76.47%

Color #003C1F in popluar number systems.

HEX003C1F
Decimal06031
Binary011110011111
Octal07437

Shades and tints

Shades of #003C1F

#003C1F
(0,60,31)
#00371D
(0,55,29)
#00321B
(0,50,27)
#002D19
(0,45,25)
#002817
(0,40,23)
#002315
(0,35,21)
#001E13
(0,30,19)
#001911
(0,25,17)
#00140F
(0,20,15)
#000F0D
(0,15,13)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #003C1F

#003C1F
(0,60,31)
#174D33
(23,77,51)
#2E5E47
(46,94,71)
#456F5B
(69,111,91)
#5C806F
(92,128,111)
#739183
(115,145,131)
#8AA297
(138,162,151)
#A1B3AB
(161,179,171)
#B8C4BF
(184,196,191)
#CFD5D3
(207,213,211)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C1F; }

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

This text font color is #003C1F.


Background Color

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

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

This div background color is #003C1F.


Border color

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

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

This div border color is #003C1F.


Opacity

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

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

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

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

This text has shadow with #003C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C1F on black background.


Color preview on white background

This text has color #003C1F on white background.



Black color preview on #003C1F background

This text has black color on #003C1F background.


White color preview on #003C1F background

This text has white color on #003C1F background.