COLOR #54AD52

HEX: #54AD52
RGB: (84,173,82)

Color info

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

RGB color model

#54AD52 color RGB value is (84,173,82).

  • red value is 84;
  • green value is 173;
  • blue value is 82.
RGB:
(84,173,82)
(33%,68%,32%)

RGB channels and saturation

R 84 of 255 = 33%
G 173 of 255 = 68%
B 82 of 255 = 32%

84
173
82

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

Portions of RGB colors in percentages

R + G + B =
84 + 173 + 82 = 339 (100%)
R 84 of 339 ~ 24.78%
G 173 of 339 ~ 51.03%
B 82 of 339 ~ 24.19%

%24.78
%51.03
%24.19

CMYK color model

#54AD52 color CMYK value is (51,0,53,32).

  • cyan value is 51.45%
  • magenta value is 0.00%
  • yellow value is 52.60%
  • key color value is 32.16%
CMYK:
(51,0,53,32)
C51M0Y53K32 
(51%,0%,53%,32%)
(0.51/0.00/0.53/0.32)	

CMYK percentages

%51.45
%0
%52.6
%32.16

Codes

Color #54AD52 in popluar color models

54AD52
RGB8417382
HSL119°35.69%50.00%
HSB/HSV119°52.60%67.84%
CMYK51.45%0.00%52.60%
32.16%

Color #54AD52 in popluar number systems.

HEX54AD52
Decimal8417382
Binary1010100101011011010010
Octal124255122

Shades and tints

Shades of #54AD52

#54AD52
(84,173,82)
#4D9E4B
(77,158,75)
#468F44
(70,143,68)
#3F803D
(63,128,61)
#387136
(56,113,54)
#31622F
(49,98,47)
#2A5328
(42,83,40)
#234421
(35,68,33)
#1C351A
(28,53,26)
#152613
(21,38,19)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #54AD52

#54AD52
(84,173,82)
#63B461
(99,180,97)
#72BB70
(114,187,112)
#81C27F
(129,194,127)
#90C98E
(144,201,142)
#9FD09D
(159,208,157)
#AED7AC
(174,215,172)
#BDDEBB
(189,222,187)
#CCE5CA
(204,229,202)
#DBECD9
(219,236,217)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AD52 color. Also use rgb(84,173,82) instead hex code.

Text Font Color

.myTextColor { color: #54AD52; }

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

This text font color is #54AD52.


Background Color

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

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

This div background color is #54AD52.


Border color

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

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

This div border color is #54AD52.


Opacity

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

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

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

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

This text has shadow with #54AD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AD52 on black background.


Color preview on white background

This text has color #54AD52 on white background.



Black color preview on #54AD52 background

This text has black color on #54AD52 background.


White color preview on #54AD52 background

This text has white color on #54AD52 background.