COLOR #54AE44

HEX: #54AE44
RGB: (84,174,68)

Color info

#54AE44 contains mainly green color. Web safe color of #54AE44 is #669933 (or #693).

RGB color model

#54AE44 color RGB value is (84,174,68).

  • red value is 84;
  • green value is 174;
  • blue value is 68.
RGB:
(84,174,68)
(33%,68%,27%)

RGB channels and saturation

R 84 of 255 = 33%
G 174 of 255 = 68%
B 68 of 255 = 27%

84
174
68

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

Portions of RGB colors in percentages

R + G + B =
84 + 174 + 68 = 326 (100%)
R 84 of 326 ~ 25.77%
G 174 of 326 ~ 53.37%
B 68 of 326 ~ 20.86%

%25.77
%53.37
%20.86

CMYK color model

#54AE44 color CMYK value is (52,0,61,32).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 60.92%
  • key color value is 31.76%
CMYK:
(52,0,61,32)
C52M0Y61K32 
(52%,0%,61%,32%)
(0.52/0.00/0.61/0.32)	

CMYK percentages

%51.72
%0
%60.92
%31.76

Codes

Color #54AE44 in popluar color models

54AE44
RGB8417468
HSL111°43.80%47.45%
HSB/HSV111°60.92%68.24%
CMYK51.72%0.00%60.92%
31.76%

Color #54AE44 in popluar number systems.

HEX54AE44
Decimal8417468
Binary1010100101011101000100
Octal124256104

Shades and tints

Shades of #54AE44

#54AE44
(84,174,68)
#4D9F3E
(77,159,62)
#469038
(70,144,56)
#3F8132
(63,129,50)
#38722C
(56,114,44)
#316326
(49,99,38)
#2A5420
(42,84,32)
#23451A
(35,69,26)
#1C3614
(28,54,20)
#15270E
(21,39,14)
#0E1808
(14,24,8)
#000000
(0,0,0)

Tints of #54AE44

#54AE44
(84,174,68)
#63B555
(99,181,85)
#72BC66
(114,188,102)
#81C377
(129,195,119)
#90CA88
(144,202,136)
#9FD199
(159,209,153)
#AED8AA
(174,216,170)
#BDDFBB
(189,223,187)
#CCE6CC
(204,230,204)
#DBEDDD
(219,237,221)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AE44 color. Also use rgb(84,174,68) instead hex code.

Text Font Color

.myTextColor { color: #54AE44; }

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

This text font color is #54AE44.


Background Color

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

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

This div background color is #54AE44.


Border color

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

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

This div border color is #54AE44.


Opacity

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

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

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

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

This text has shadow with #54AE44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AE44 on black background.


Color preview on white background

This text has color #54AE44 on white background.



Black color preview on #54AE44 background

This text has black color on #54AE44 background.


White color preview on #54AE44 background

This text has white color on #54AE44 background.