COLOR #55A225

HEX: #55A225
RGB: (85,162,37)

Color info

#55A225 contains mainly green color. Web safe color of #55A225 is #669933 (or #693).

RGB color model

#55A225 color RGB value is (85,162,37).

  • red value is 85;
  • green value is 162;
  • blue value is 37.
RGB:
(85,162,37)
(33%,64%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 162 of 255 = 64%
B 37 of 255 = 15%

85
162
37

R + G + B ~ 37%. #55A225 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 162 + 37 = 284 (100%)
R 85 of 284 ~ 29.93%
G 162 of 284 ~ 57.04%
B 37 of 284 ~ 13.03%

%29.93
%57.04
%13.03

CMYK color model

#55A225 color CMYK value is (48,0,77,36).

  • cyan value is 47.53%
  • magenta value is 0.00%
  • yellow value is 77.16%
  • key color value is 36.47%
CMYK:
(48,0,77,36)
C48M0Y77K36 
(48%,0%,77%,36%)
(0.48/0.00/0.77/0.36)	

CMYK percentages

%47.53
%0
%77.16
%36.47

Codes

Color #55A225 in popluar color models

55A225
RGB8516237
HSL97°62.81%39.02%
HSB/HSV97°77.16%63.53%
CMYK47.53%0.00%77.16%
36.47%

Color #55A225 in popluar number systems.

HEX55A225
Decimal8516237
Binary101010110100010100101
Octal12524245

Shades and tints

Shades of #55A225

#55A225
(85,162,37)
#4E9422
(78,148,34)
#47861F
(71,134,31)
#40781C
(64,120,28)
#396A19
(57,106,25)
#325C16
(50,92,22)
#2B4E13
(43,78,19)
#244010
(36,64,16)
#1D320D
(29,50,13)
#16240A
(22,36,10)
#0F1607
(15,22,7)
#000000
(0,0,0)

Tints of #55A225

#55A225
(85,162,37)
#64AA38
(100,170,56)
#73B24B
(115,178,75)
#82BA5E
(130,186,94)
#91C271
(145,194,113)
#A0CA84
(160,202,132)
#AFD297
(175,210,151)
#BEDAAA
(190,218,170)
#CDE2BD
(205,226,189)
#DCEAD0
(220,234,208)
#EBF2E3
(235,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A225 color. Also use rgb(85,162,37) instead hex code.

Text Font Color

.myTextColor { color: #55A225; }

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

This text font color is #55A225.


Background Color

.myBgColor { background-color: #55A225; }

<div style="background-color:#55A225">Inner text</div>

This div background color is #55A225.


Border color

.myBorderColor { border: 1px solid #55A225; }

<div style="border:3px solid #55A225">Div</div>

This div border color is #55A225.


Opacity

.myOpacity80 { color: #55A225; opacity: 0.8; }

<p style="color:#55A225;opacity:0.8;">80%</p>

Text with #55A225 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 #55A225;}

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

This text has shadow with #55A225 color.

.textShadow {text-shadow: 3px 3px 1px #55A225, 3px 3px 1px red;}

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

This text has shadow with #55A225 primary color and red secondary color.


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

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

This text has shadow with #55A225 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A225 on black background.


Color preview on white background

This text has color #55A225 on white background.



Black color preview on #55A225 background

This text has black color on #55A225 background.


White color preview on #55A225 background

This text has white color on #55A225 background.