COLOR #03A561

HEX: #03A561
RGB: (3,165,97)

Color info

#03A561 contains mainly green color. Web safe color of #03A561 is #009966 (or #096).

RGB color model

#03A561 color RGB value is (3,165,97).

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

RGB channels and saturation

R 3 of 255 = 1%
G 165 of 255 = 65%
B 97 of 255 = 38%

3
165
97

R + G + B ~ 35%. #03A561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 165 + 97 = 265 (100%)
R 3 of 265 ~ 1.13%
G 165 of 265 ~ 62.26%
B 97 of 265 ~ 36.6%

%62.26
%36.6

CMYK color model

#03A561 color CMYK value is (98,0,41,35).

  • cyan value is 98.18%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(98,0,41,35)
C98M0Y41K35 
(98%,0%,41%,35%)
(0.98/0.00/0.41/0.35)	

CMYK percentages

%98.18
%0
%41.21
%35.29

Codes

Color #03A561 in popluar color models

03A561
RGB316597
HSL155°96.43%32.94%
HSB/HSV155°98.18%64.71%
CMYK98.18%0.00%41.21%
35.29%

Color #03A561 in popluar number systems.

HEX03A561
Decimal316597
Binary11101001011100001
Octal3245141

Shades and tints

Shades of #03A561

#03A561
(3,165,97)
#039659
(3,150,89)
#038751
(3,135,81)
#037849
(3,120,73)
#036941
(3,105,65)
#035A39
(3,90,57)
#034B31
(3,75,49)
#033C29
(3,60,41)
#032D21
(3,45,33)
#031E19
(3,30,25)
#030F11
(3,15,17)
#000000
(0,0,0)

Tints of #03A561

#03A561
(3,165,97)
#19AD6F
(25,173,111)
#2FB57D
(47,181,125)
#45BD8B
(69,189,139)
#5BC599
(91,197,153)
#71CDA7
(113,205,167)
#87D5B5
(135,213,181)
#9DDDC3
(157,221,195)
#B3E5D1
(179,229,209)
#C9EDDF
(201,237,223)
#DFF5ED
(223,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03A561; }

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

This text font color is #03A561.


Background Color

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

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

This div background color is #03A561.


Border color

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

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

This div border color is #03A561.


Opacity

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

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

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

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

This text has shadow with #03A561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03A561 on black background.


Color preview on white background

This text has color #03A561 on white background.



Black color preview on #03A561 background

This text has black color on #03A561 background.


White color preview on #03A561 background

This text has white color on #03A561 background.