COLOR #54A854

HEX: #54A854
RGB: (84,168,84)

Color info

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

RGB color model

#54A854 color RGB value is (84,168,84).

  • red value is 84;
  • green value is 168;
  • blue value is 84.
RGB:
(84,168,84)
(33%,66%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 168 of 255 = 66%
B 84 of 255 = 33%

84
168
84

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

Portions of RGB colors in percentages

R + G + B =
84 + 168 + 84 = 336 (100%)
R 84 of 336 ~ 25%
G 168 of 336 ~ 50%
B 84 of 336 ~ 25%

%25
%50
%25

CMYK color model

#54A854 color CMYK value is (50,0,50,34).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 34.12%
CMYK:
(50,0,50,34)
C50M0Y50K34 
(50%,0%,50%,34%)
(0.50/0.00/0.50/0.34)	

CMYK percentages

%50
%0
%50
%34.12

Codes

Color #54A854 in popluar color models

54A854
RGB8416884
HSL120°33.33%49.41%
HSB/HSV120°50.00%65.88%
CMYK50.00%0.00%50.00%
34.12%

Color #54A854 in popluar number systems.

HEX54A854
Decimal8416884
Binary1010100101010001010100
Octal124250124

Shades and tints

Shades of #54A854

#54A854
(84,168,84)
#4D994D
(77,153,77)
#468A46
(70,138,70)
#3F7B3F
(63,123,63)
#386C38
(56,108,56)
#315D31
(49,93,49)
#2A4E2A
(42,78,42)
#233F23
(35,63,35)
#1C301C
(28,48,28)
#152115
(21,33,21)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #54A854

#54A854
(84,168,84)
#63AF63
(99,175,99)
#72B672
(114,182,114)
#81BD81
(129,189,129)
#90C490
(144,196,144)
#9FCB9F
(159,203,159)
#AED2AE
(174,210,174)
#BDD9BD
(189,217,189)
#CCE0CC
(204,224,204)
#DBE7DB
(219,231,219)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A854; }

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

This text font color is #54A854.


Background Color

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

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

This div background color is #54A854.


Border color

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

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

This div border color is #54A854.


Opacity

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

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

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

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

This text has shadow with #54A854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A854 on black background.


Color preview on white background

This text has color #54A854 on white background.



Black color preview on #54A854 background

This text has black color on #54A854 background.


White color preview on #54A854 background

This text has white color on #54A854 background.