COLOR #004C16

HEX: #004C16
RGB: (0,76,22)

Color info

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

RGB color model

#004C16 color RGB value is (0,76,22).

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

RGB channels and saturation

R 0 of 255 = 0%
G 76 of 255 = 30%
B 22 of 255 = 9%

0
76
22

R + G + B ~ 13%. #004C16 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 76 + 22 = 98 (100%)
R 0 of 98 ~ 0%
G 76 of 98 ~ 77.55%
B 22 of 98 ~ 22.45%

%77.55
%22.45

CMYK color model

#004C16 color CMYK value is (100,0,71,70).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.05%
  • key color value is 70.20%
CMYK:
(100,0,71,70)
C100M0Y71K70 
(100%,0%,71%,70%)
(1.00/0.00/0.71/0.70)	

CMYK percentages

%100
%0
%71.05
%70.2

Codes

Color #004C16 in popluar color models

004C16
RGB07622
HSL137°100.00%14.90%
HSB/HSV137°100.00%29.80%
CMYK100.00%0.00%71.05%
70.20%

Color #004C16 in popluar number systems.

HEX004C16
Decimal07622
Binary0100110010110
Octal011426

Shades and tints

Shades of #004C16

#004C16
(0,76,22)
#004614
(0,70,20)
#004012
(0,64,18)
#003A10
(0,58,16)
#00340E
(0,52,14)
#002E0C
(0,46,12)
#00280A
(0,40,10)
#002208
(0,34,8)
#001C06
(0,28,6)
#001604
(0,22,4)
#001002
(0,16,2)
#000000
(0,0,0)

Tints of #004C16

#004C16
(0,76,22)
#175C2B
(23,92,43)
#2E6C40
(46,108,64)
#457C55
(69,124,85)
#5C8C6A
(92,140,106)
#739C7F
(115,156,127)
#8AAC94
(138,172,148)
#A1BCA9
(161,188,169)
#B8CCBE
(184,204,190)
#CFDCD3
(207,220,211)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004C16; }

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

This text font color is #004C16.


Background Color

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

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

This div background color is #004C16.


Border color

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

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

This div border color is #004C16.


Opacity

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

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

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

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

This text has shadow with #004C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004C16 on black background.


Color preview on white background

This text has color #004C16 on white background.



Black color preview on #004C16 background

This text has black color on #004C16 background.


White color preview on #004C16 background

This text has white color on #004C16 background.