COLOR #003C16

HEX: #003C16
RGB: (0,60,22)

Color info

#003C16 contains only green and blue colors. Web safe color of #003C16 is #003300 (or #030).

RGB color model

#003C16 color RGB value is (0,60,22).

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

RGB channels and saturation

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

0
60
22

R + G + B ~ 11%. #003C16 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 60 + 22 = 82 (100%)
R 0 of 82 ~ 0%
G 60 of 82 ~ 73.17%
B 22 of 82 ~ 26.83%

%73.17
%26.83

CMYK color model

#003C16 color CMYK value is (100,0,63,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 76.47%
CMYK:
(100,0,63,76)
C100M0Y63K76 
(100%,0%,63%,76%)
(1.00/0.00/0.63/0.76)	

CMYK percentages

%100
%0
%63.33
%76.47

Codes

Color #003C16 in popluar color models

003C16
RGB06022
HSL142°100.00%11.76%
HSB/HSV142°100.00%23.53%
CMYK100.00%0.00%63.33%
76.47%

Color #003C16 in popluar number systems.

HEX003C16
Decimal06022
Binary011110010110
Octal07426

Shades and tints

Shades of #003C16

#003C16
(0,60,22)
#003714
(0,55,20)
#003212
(0,50,18)
#002D10
(0,45,16)
#00280E
(0,40,14)
#00230C
(0,35,12)
#001E0A
(0,30,10)
#001908
(0,25,8)
#001406
(0,20,6)
#000F04
(0,15,4)
#000A02
(0,10,2)
#000000
(0,0,0)

Tints of #003C16

#003C16
(0,60,22)
#174D2B
(23,77,43)
#2E5E40
(46,94,64)
#456F55
(69,111,85)
#5C806A
(92,128,106)
#73917F
(115,145,127)
#8AA294
(138,162,148)
#A1B3A9
(161,179,169)
#B8C4BE
(184,196,190)
#CFD5D3
(207,213,211)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C16; }

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

This text font color is #003C16.


Background Color

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

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

This div background color is #003C16.


Border color

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

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

This div border color is #003C16.


Opacity

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

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

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

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

This text has shadow with #003C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C16 on black background.


Color preview on white background

This text has color #003C16 on white background.



Black color preview on #003C16 background

This text has black color on #003C16 background.


White color preview on #003C16 background

This text has white color on #003C16 background.