COLOR #55AA64

HEX: #55AA64
RGB: (85,170,100)

Color info

#55AA64 contains mainly green color. Web safe color of #55AA64 is #669966 (or #696).

RGB color model

#55AA64 color RGB value is (85,170,100).

  • red value is 85;
  • green value is 170;
  • blue value is 100.
RGB:
(85,170,100)
(33%,67%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 170 of 255 = 67%
B 100 of 255 = 39%

85
170
100

R + G + B ~ 46%. #55AA64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 170 + 100 = 355 (100%)
R 85 of 355 ~ 23.94%
G 170 of 355 ~ 47.89%
B 100 of 355 ~ 28.17%

%23.94
%47.89
%28.17

CMYK color model

#55AA64 color CMYK value is (50,0,41,33).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(50,0,41,33)
C50M0Y41K33 
(50%,0%,41%,33%)
(0.50/0.00/0.41/0.33)	

CMYK percentages

%50
%0
%41.18
%33.33

Codes

Color #55AA64 in popluar color models

55AA64
RGB85170100
HSL131°33.33%50.00%
HSB/HSV131°50.00%66.67%
CMYK50.00%0.00%41.18%
33.33%

Color #55AA64 in popluar number systems.

HEX55AA64
Decimal85170100
Binary1010101101010101100100
Octal125252144

Shades and tints

Shades of #55AA64

#55AA64
(85,170,100)
#4E9B5B
(78,155,91)
#478C52
(71,140,82)
#407D49
(64,125,73)
#396E40
(57,110,64)
#325F37
(50,95,55)
#2B502E
(43,80,46)
#244125
(36,65,37)
#1D321C
(29,50,28)
#162313
(22,35,19)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #55AA64

#55AA64
(85,170,100)
#64B172
(100,177,114)
#73B880
(115,184,128)
#82BF8E
(130,191,142)
#91C69C
(145,198,156)
#A0CDAA
(160,205,170)
#AFD4B8
(175,212,184)
#BEDBC6
(190,219,198)
#CDE2D4
(205,226,212)
#DCE9E2
(220,233,226)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AA64 color. Also use rgb(85,170,100) instead hex code.

Text Font Color

.myTextColor { color: #55AA64; }

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

This text font color is #55AA64.


Background Color

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

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

This div background color is #55AA64.


Border color

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

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

This div border color is #55AA64.


Opacity

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

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

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

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

This text has shadow with #55AA64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AA64 on black background.


Color preview on white background

This text has color #55AA64 on white background.



Black color preview on #55AA64 background

This text has black color on #55AA64 background.


White color preview on #55AA64 background

This text has white color on #55AA64 background.