COLOR #004A15

HEX: #004A15
RGB: (0,74,21)

Color info

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

RGB color model

#004A15 color RGB value is (0,74,21).

  • red value is 0;
  • green value is 74;
  • blue value is 21.
RGB:
(0,74,21)
(0%,29%,8%)

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 21 of 255 = 8%

0
74
21

R + G + B ~ 12%. #004A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 74 + 21 = 95 (100%)
R 0 of 95 ~ 0%
G 74 of 95 ~ 77.89%
B 21 of 95 ~ 22.11%

%77.89
%22.11

CMYK color model

#004A15 color CMYK value is (100,0,72,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.62%
  • key color value is 70.98%
CMYK:
(100,0,72,71)
C100M0Y72K71 
(100%,0%,72%,71%)
(1.00/0.00/0.72/0.71)	

CMYK percentages

%100
%0
%71.62
%70.98

Codes

Color #004A15 in popluar color models

004A15
RGB07421
HSL137°100.00%14.51%
HSB/HSV137°100.00%29.02%
CMYK100.00%0.00%71.62%
70.98%

Color #004A15 in popluar number systems.

HEX004A15
Decimal07421
Binary0100101010101
Octal011225

Shades and tints

Shades of #004A15

#004A15
(0,74,21)
#004414
(0,68,20)
#003E13
(0,62,19)
#003812
(0,56,18)
#003211
(0,50,17)
#002C10
(0,44,16)
#00260F
(0,38,15)
#00200E
(0,32,14)
#001A0D
(0,26,13)
#00140C
(0,20,12)
#000E0B
(0,14,11)
#000000
(0,0,0)

Tints of #004A15

#004A15
(0,74,21)
#175A2A
(23,90,42)
#2E6A3F
(46,106,63)
#457A54
(69,122,84)
#5C8A69
(92,138,105)
#739A7E
(115,154,126)
#8AAA93
(138,170,147)
#A1BAA8
(161,186,168)
#B8CABD
(184,202,189)
#CFDAD2
(207,218,210)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004A15 color. Also use rgb(0,74,21) instead hex code.

Text Font Color

.myTextColor { color: #004A15; }

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

This text font color is #004A15.


Background Color

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

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

This div background color is #004A15.


Border color

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

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

This div border color is #004A15.


Opacity

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

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

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

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

This text has shadow with #004A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A15 on black background.


Color preview on white background

This text has color #004A15 on white background.



Black color preview on #004A15 background

This text has black color on #004A15 background.


White color preview on #004A15 background

This text has white color on #004A15 background.