COLOR #03A52F

HEX: #03A52F
RGB: (3,165,47)

Color info

#03A52F contains mainly green color. Web safe color of #03A52F is #009933 (or #093).

RGB color model

#03A52F color RGB value is (3,165,47).

  • red value is 3;
  • green value is 165;
  • blue value is 47.
RGB:
(3,165,47)
(1%,65%,18%)

RGB channels and saturation

R 3 of 255 = 1%
G 165 of 255 = 65%
B 47 of 255 = 18%

3
165
47

R + G + B ~ 28%. #03A52F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 165 + 47 = 215 (100%)
R 3 of 215 ~ 1.4%
G 165 of 215 ~ 76.74%
B 47 of 215 ~ 21.86%

%76.74
%21.86

CMYK color model

#03A52F color CMYK value is (98,0,72,35).

  • cyan value is 98.18%
  • magenta value is 0.00%
  • yellow value is 71.52%
  • key color value is 35.29%
CMYK:
(98,0,72,35)
C98M0Y72K35 
(98%,0%,72%,35%)
(0.98/0.00/0.72/0.35)	

CMYK percentages

%98.18
%0
%71.52
%35.29

Codes

Color #03A52F in popluar color models

03A52F
RGB316547
HSL136°96.43%32.94%
HSB/HSV136°98.18%64.71%
CMYK98.18%0.00%71.52%
35.29%

Color #03A52F in popluar number systems.

HEX03A52F
Decimal316547
Binary1110100101101111
Octal324557

Shades and tints

Shades of #03A52F

#03A52F
(3,165,47)
#03962B
(3,150,43)
#038727
(3,135,39)
#037823
(3,120,35)
#03691F
(3,105,31)
#035A1B
(3,90,27)
#034B17
(3,75,23)
#033C13
(3,60,19)
#032D0F
(3,45,15)
#031E0B
(3,30,11)
#030F07
(3,15,7)
#000000
(0,0,0)

Tints of #03A52F

#03A52F
(3,165,47)
#19AD41
(25,173,65)
#2FB553
(47,181,83)
#45BD65
(69,189,101)
#5BC577
(91,197,119)
#71CD89
(113,205,137)
#87D59B
(135,213,155)
#9DDDAD
(157,221,173)
#B3E5BF
(179,229,191)
#C9EDD1
(201,237,209)
#DFF5E3
(223,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03A52F color. Also use rgb(3,165,47) instead hex code.

Text Font Color

.myTextColor { color: #03A52F; }

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

This text font color is #03A52F.


Background Color

.myBgColor { background-color: #03A52F; }

<div style="background-color:#03A52F">Inner text</div>

This div background color is #03A52F.


Border color

.myBorderColor { border: 1px solid #03A52F; }

<div style="border:3px solid #03A52F">Div</div>

This div border color is #03A52F.


Opacity

.myOpacity80 { color: #03A52F; opacity: 0.8; }

<p style="color:#03A52F;opacity:0.8;">80%</p>

Text with #03A52F 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 #03A52F;}

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

This text has shadow with #03A52F color.

.textShadow {text-shadow: 3px 3px 1px #03A52F, 3px 3px 1px red;}

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

This text has shadow with #03A52F primary color and red secondary color.


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

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

This text has shadow with #03A52F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03A52F on black background.


Color preview on white background

This text has color #03A52F on white background.



Black color preview on #03A52F background

This text has black color on #03A52F background.


White color preview on #03A52F background

This text has white color on #03A52F background.