COLOR #03A528

HEX: #03A528 RGB: (3,165,40)

Color info

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

RGB color model

#03A528 color RGB value is (3,165,40).

RGB: (3,165,40) (1%, 65%, 16%)

RGB channels and saturation

R 3 of 255 = 1%
G 165 of 255 = 65%
B 40 of 255 = 16%

3
165
40

R + G + B ~ 27%. #03A528 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 165 + 40 = 208 (100%)
R 3 of 208 ~ 1.44%
G 165 of 208 ~ 79.33%
B 40 of 208 ~ 19.23'%

%79.33
%19.23

CMYK color model

#03A528 color CMYK value is (98,0,76,35).

  • cyan value is 98.18%
  • magenta value is 0.00%
  • yellow value is 75.76%
  • key color value is 35.29%
CMYK: (98,0,76,35) C98M0Y76K35 (98%,0%,76%,35%) (0.98/0.00/0.76/0.35) 

CMYK percentages

%98.18
%0
%75.76
%35.29

Codes

Color #03A528 in popluar color models

03 A5 28
RGB 3 165 40
HSL 134° 96.43% 32.94%
HSB/HSV 134° 98.18% 64.71%
CMYK 98.18% 0.00% 75.76%
35.29%

Color #03A528 in popluar number systems.

HEX 03 A5 28
Decimal 3 165 40
Binary 11 10100101 101000
Octal 3 245 50

Shades and tints

Shades of #03A528

#03A528
(3,165,40)
#039625
(3,150,37)
#038722
(3,135,34)
#03781F
(3,120,31)
#03691C
(3,105,28)
#035A19
(3,90,25)
#034B16
(3,75,22)
#033C13
(3,60,19)
#032D10
(3,45,16)
#031E0D
(3,30,13)
#030F0A
(3,15,10)
#000000
(0,0,0)

Tints of #03A528

#03A528
(3,165,40)
#19AD3B
(25,173,59)
#2FB54E
(47,181,78)
#45BD61
(69,189,97)
#5BC574
(91,197,116)
#71CD87
(113,205,135)
#87D59A
(135,213,154)
#9DDDAD
(157,221,173)
#B3E5C0
(179,229,192)
#C9EDD3
(201,237,211)
#DFF5E6
(223,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03A528; }

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

This text font color is #03A528.

Background Color

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

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

This div background color is #03A528.

Border color

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

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

This div border color is #03A528.

Opacity

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

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

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

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

This text has shadow with #03A528 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03A528.

Preview

Color preview on black background

This text has color #03A528 on black background.


Color preview on white background

This text has color #03A528 on white background.


Black color preview on #03A528 background

This text has black color on #03A528 background.


White color preview on #03A528 background

This text has white color on #03A528 background.


Related colors

Complementary color

Complementary color for #hex is #FC5AD7.


I love getcolorcode.com

Triadic colors

1 #2803A5 and #A52803 with #03A528 are triadic colors.

2 #28A503 and #A50328 with #03A528 are triadic colors.