COLOR #04D325

HEX: #04D325
RGB: (4,211,37)

Color info

#04D325 contains mainly green color. Web safe color of #04D325 is #00CC33 (or #0C3).

RGB color model

#04D325 color RGB value is (4,211,37).

  • red value is 4;
  • green value is 211;
  • blue value is 37.
RGB:
(4,211,37)
(2%,83%,15%)

RGB channels and saturation

R 4 of 255 = 2%
G 211 of 255 = 83%
B 37 of 255 = 15%

4
211
37

R + G + B ~ 33%. #04D325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 211 + 37 = 252 (100%)
R 4 of 252 ~ 1.59%
G 211 of 252 ~ 83.73%
B 37 of 252 ~ 14.68%

%83.73
%14.68

CMYK color model

#04D325 color CMYK value is (98,0,82,17).

  • cyan value is 98.10%
  • magenta value is 0.00%
  • yellow value is 82.46%
  • key color value is 17.25%
CMYK:
(98,0,82,17)
C98M0Y82K17 
(98%,0%,82%,17%)
(0.98/0.00/0.82/0.17)	

CMYK percentages

%98.1
%0
%82.46
%17.25

Codes

Color #04D325 in popluar color models

04D325
RGB421137
HSL130°96.28%42.16%
HSB/HSV130°98.10%82.75%
CMYK98.10%0.00%82.46%
17.25%

Color #04D325 in popluar number systems.

HEX04D325
Decimal421137
Binary10011010011100101
Octal432345

Shades and tints

Shades of #04D325

#04D325
(4,211,37)
#04C022
(4,192,34)
#04AD1F
(4,173,31)
#049A1C
(4,154,28)
#048719
(4,135,25)
#047416
(4,116,22)
#046113
(4,97,19)
#044E10
(4,78,16)
#043B0D
(4,59,13)
#04280A
(4,40,10)
#041507
(4,21,7)
#000000
(0,0,0)

Tints of #04D325

#04D325
(4,211,37)
#1AD738
(26,215,56)
#30DB4B
(48,219,75)
#46DF5E
(70,223,94)
#5CE371
(92,227,113)
#72E784
(114,231,132)
#88EB97
(136,235,151)
#9EEFAA
(158,239,170)
#B4F3BD
(180,243,189)
#CAF7D0
(202,247,208)
#E0FBE3
(224,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04D325 color. Also use rgb(4,211,37) instead hex code.

Text Font Color

.myTextColor { color: #04D325; }

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

This text font color is #04D325.


Background Color

.myBgColor { background-color: #04D325; }

<div style="background-color:#04D325">Inner text</div>

This div background color is #04D325.


Border color

.myBorderColor { border: 1px solid #04D325; }

<div style="border:3px solid #04D325">Div</div>

This div border color is #04D325.


Opacity

.myOpacity80 { color: #04D325; opacity: 0.8; }

<p style="color:#04D325;opacity:0.8;">80%</p>

Text with #04D325 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 #04D325;}

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

This text has shadow with #04D325 color.

.textShadow {text-shadow: 3px 3px 1px #04D325, 3px 3px 1px red;}

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

This text has shadow with #04D325 primary color and red secondary color.


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

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

This text has shadow with #04D325 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04D325 on black background.


Color preview on white background

This text has color #04D325 on white background.



Black color preview on #04D325 background

This text has black color on #04D325 background.


White color preview on #04D325 background

This text has white color on #04D325 background.