COLOR #54AA64

HEX: #54AA64
RGB: (84,170,100)

Color info

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

RGB color model

#54AA64 color RGB value is (84,170,100).

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

RGB channels and saturation

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

84
170
100

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

Portions of RGB colors in percentages

R + G + B =
84 + 170 + 100 = 354 (100%)
R 84 of 354 ~ 23.73%
G 170 of 354 ~ 48.02%
B 100 of 354 ~ 28.25%

%23.73
%48.02
%28.25

CMYK color model

#54AA64 color CMYK value is (51,0,41,33).

  • cyan value is 50.59%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(51,0,41,33)
C51M0Y41K33 
(51%,0%,41%,33%)
(0.51/0.00/0.41/0.33)	

CMYK percentages

%50.59
%0
%41.18
%33.33

Codes

Color #54AA64 in popluar color models

54AA64
RGB84170100
HSL131°33.86%49.80%
HSB/HSV131°50.59%66.67%
CMYK50.59%0.00%41.18%
33.33%

Color #54AA64 in popluar number systems.

HEX54AA64
Decimal84170100
Binary1010100101010101100100
Octal124252144

Shades and tints

Shades of #54AA64

#54AA64
(84,170,100)
#4D9B5B
(77,155,91)
#468C52
(70,140,82)
#3F7D49
(63,125,73)
#386E40
(56,110,64)
#315F37
(49,95,55)
#2A502E
(42,80,46)
#234125
(35,65,37)
#1C321C
(28,50,28)
#152313
(21,35,19)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #54AA64

#54AA64
(84,170,100)
#63B172
(99,177,114)
#72B880
(114,184,128)
#81BF8E
(129,191,142)
#90C69C
(144,198,156)
#9FCDAA
(159,205,170)
#AED4B8
(174,212,184)
#BDDBC6
(189,219,198)
#CCE2D4
(204,226,212)
#DBE9E2
(219,233,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54AA64; }

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

This text font color is #54AA64.


Background Color

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

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

This div background color is #54AA64.


Border color

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

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

This div border color is #54AA64.


Opacity

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

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

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

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

This text has shadow with #54AA64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AA64 on black background.


Color preview on white background

This text has color #54AA64 on white background.



Black color preview on #54AA64 background

This text has black color on #54AA64 background.


White color preview on #54AA64 background

This text has white color on #54AA64 background.