COLOR #54A953

HEX: #54A953
RGB: (84,169,83)

Color info

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

RGB color model

#54A953 color RGB value is (84,169,83).

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

RGB channels and saturation

R 84 of 255 = 33%
G 169 of 255 = 66%
B 83 of 255 = 33%

84
169
83

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

Portions of RGB colors in percentages

R + G + B =
84 + 169 + 83 = 336 (100%)
R 84 of 336 ~ 25%
G 169 of 336 ~ 50.3%
B 83 of 336 ~ 24.7%

%25
%50.3
%24.7

CMYK color model

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

  • cyan value is 50.30%
  • magenta value is 0.00%
  • yellow value is 50.89%
  • key color value is 33.73%
CMYK:
(50,0,51,34)
C50M0Y51K34 
(50%,0%,51%,34%)
(0.50/0.00/0.51/0.34)	

CMYK percentages

%50.3
%0
%50.89
%33.73

Codes

Color #54A953 in popluar color models

54A953
RGB8416983
HSL119°34.13%49.41%
HSB/HSV119°50.89%66.27%
CMYK50.30%0.00%50.89%
33.73%

Color #54A953 in popluar number systems.

HEX54A953
Decimal8416983
Binary1010100101010011010011
Octal124251123

Shades and tints

Shades of #54A953

#54A953
(84,169,83)
#4D9A4C
(77,154,76)
#468B45
(70,139,69)
#3F7C3E
(63,124,62)
#386D37
(56,109,55)
#315E30
(49,94,48)
#2A4F29
(42,79,41)
#234022
(35,64,34)
#1C311B
(28,49,27)
#152214
(21,34,20)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #54A953

#54A953
(84,169,83)
#63B062
(99,176,98)
#72B771
(114,183,113)
#81BE80
(129,190,128)
#90C58F
(144,197,143)
#9FCC9E
(159,204,158)
#AED3AD
(174,211,173)
#BDDABC
(189,218,188)
#CCE1CB
(204,225,203)
#DBE8DA
(219,232,218)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A953; }

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

This text font color is #54A953.


Background Color

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

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

This div background color is #54A953.


Border color

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

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

This div border color is #54A953.


Opacity

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

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

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

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

This text has shadow with #54A953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A953 on black background.


Color preview on white background

This text has color #54A953 on white background.



Black color preview on #54A953 background

This text has black color on #54A953 background.


White color preview on #54A953 background

This text has white color on #54A953 background.