COLOR #55A22D

HEX: #55A22D
RGB: (85,162,45)

Color info

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

RGB color model

#55A22D color RGB value is (85,162,45).

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

RGB channels and saturation

R 85 of 255 = 33%
G 162 of 255 = 64%
B 45 of 255 = 18%

85
162
45

R + G + B ~ 38%. #55A22D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 162 + 45 = 292 (100%)
R 85 of 292 ~ 29.11%
G 162 of 292 ~ 55.48%
B 45 of 292 ~ 15.41%

%29.11
%55.48
%15.41

CMYK color model

#55A22D color CMYK value is (48,0,72,36).

  • cyan value is 47.53%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 36.47%
CMYK:
(48,0,72,36)
C48M0Y72K36 
(48%,0%,72%,36%)
(0.48/0.00/0.72/0.36)	

CMYK percentages

%47.53
%0
%72.22
%36.47

Codes

Color #55A22D in popluar color models

55A22D
RGB8516245
HSL99°56.52%40.59%
HSB/HSV99°72.22%63.53%
CMYK47.53%0.00%72.22%
36.47%

Color #55A22D in popluar number systems.

HEX55A22D
Decimal8516245
Binary101010110100010101101
Octal12524255

Shades and tints

Shades of #55A22D

#55A22D
(85,162,45)
#4E9429
(78,148,41)
#478625
(71,134,37)
#407821
(64,120,33)
#396A1D
(57,106,29)
#325C19
(50,92,25)
#2B4E15
(43,78,21)
#244011
(36,64,17)
#1D320D
(29,50,13)
#162409
(22,36,9)
#0F1605
(15,22,5)
#000000
(0,0,0)

Tints of #55A22D

#55A22D
(85,162,45)
#64AA40
(100,170,64)
#73B253
(115,178,83)
#82BA66
(130,186,102)
#91C279
(145,194,121)
#A0CA8C
(160,202,140)
#AFD29F
(175,210,159)
#BEDAB2
(190,218,178)
#CDE2C5
(205,226,197)
#DCEAD8
(220,234,216)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A22D; }

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

This text font color is #55A22D.


Background Color

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

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

This div background color is #55A22D.


Border color

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

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

This div border color is #55A22D.


Opacity

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

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

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

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

This text has shadow with #55A22D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A22D on black background.


Color preview on white background

This text has color #55A22D on white background.



Black color preview on #55A22D background

This text has black color on #55A22D background.


White color preview on #55A22D background

This text has white color on #55A22D background.