COLOR #004C24

HEX: #004C24
RGB: (0,76,36)

Color info

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

RGB color model

#004C24 color RGB value is (0,76,36).

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

RGB channels and saturation

R 0 of 255 = 0%
G 76 of 255 = 30%
B 36 of 255 = 14%

0
76
36

R + G + B ~ 15%. #004C24 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 76 + 36 = 112 (100%)
R 0 of 112 ~ 0%
G 76 of 112 ~ 67.86%
B 36 of 112 ~ 32.14%

%67.86
%32.14

CMYK color model

#004C24 color CMYK value is (100,0,53,70).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 70.20%
CMYK:
(100,0,53,70)
C100M0Y53K70 
(100%,0%,53%,70%)
(1.00/0.00/0.53/0.70)	

CMYK percentages

%100
%0
%52.63
%70.2

Codes

Color #004C24 in popluar color models

004C24
RGB07636
HSL148°100.00%14.90%
HSB/HSV148°100.00%29.80%
CMYK100.00%0.00%52.63%
70.20%

Color #004C24 in popluar number systems.

HEX004C24
Decimal07636
Binary01001100100100
Octal011444

Shades and tints

Shades of #004C24

#004C24
(0,76,36)
#004621
(0,70,33)
#00401E
(0,64,30)
#003A1B
(0,58,27)
#003418
(0,52,24)
#002E15
(0,46,21)
#002812
(0,40,18)
#00220F
(0,34,15)
#001C0C
(0,28,12)
#001609
(0,22,9)
#001006
(0,16,6)
#000000
(0,0,0)

Tints of #004C24

#004C24
(0,76,36)
#175C37
(23,92,55)
#2E6C4A
(46,108,74)
#457C5D
(69,124,93)
#5C8C70
(92,140,112)
#739C83
(115,156,131)
#8AAC96
(138,172,150)
#A1BCA9
(161,188,169)
#B8CCBC
(184,204,188)
#CFDCCF
(207,220,207)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004C24; }

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

This text font color is #004C24.


Background Color

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

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

This div background color is #004C24.


Border color

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

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

This div border color is #004C24.


Opacity

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

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

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

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

This text has shadow with #004C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004C24 on black background.


Color preview on white background

This text has color #004C24 on white background.



Black color preview on #004C24 background

This text has black color on #004C24 background.


White color preview on #004C24 background

This text has white color on #004C24 background.