COLOR #54AE4B

HEX: #54AE4B
RGB: (84,174,75)

Color info

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

RGB color model

#54AE4B color RGB value is (84,174,75).

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

RGB channels and saturation

R 84 of 255 = 33%
G 174 of 255 = 68%
B 75 of 255 = 29%

84
174
75

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

Portions of RGB colors in percentages

R + G + B =
84 + 174 + 75 = 333 (100%)
R 84 of 333 ~ 25.23%
G 174 of 333 ~ 52.25%
B 75 of 333 ~ 22.52%

%25.23
%52.25
%22.52

CMYK color model

#54AE4B color CMYK value is (52,0,57,32).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 56.90%
  • key color value is 31.76%
CMYK:
(52,0,57,32)
C52M0Y57K32 
(52%,0%,57%,32%)
(0.52/0.00/0.57/0.32)	

CMYK percentages

%51.72
%0
%56.9
%31.76

Codes

Color #54AE4B in popluar color models

54AE4B
RGB8417475
HSL115°39.76%48.82%
HSB/HSV115°56.90%68.24%
CMYK51.72%0.00%56.90%
31.76%

Color #54AE4B in popluar number systems.

HEX54AE4B
Decimal8417475
Binary1010100101011101001011
Octal124256113

Shades and tints

Shades of #54AE4B

#54AE4B
(84,174,75)
#4D9F45
(77,159,69)
#46903F
(70,144,63)
#3F8139
(63,129,57)
#387233
(56,114,51)
#31632D
(49,99,45)
#2A5427
(42,84,39)
#234521
(35,69,33)
#1C361B
(28,54,27)
#152715
(21,39,21)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #54AE4B

#54AE4B
(84,174,75)
#63B55B
(99,181,91)
#72BC6B
(114,188,107)
#81C37B
(129,195,123)
#90CA8B
(144,202,139)
#9FD19B
(159,209,155)
#AED8AB
(174,216,171)
#BDDFBB
(189,223,187)
#CCE6CB
(204,230,203)
#DBEDDB
(219,237,219)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54AE4B; }

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

This text font color is #54AE4B.


Background Color

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

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

This div background color is #54AE4B.


Border color

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

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

This div border color is #54AE4B.


Opacity

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

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

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

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

This text has shadow with #54AE4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AE4B on black background.


Color preview on white background

This text has color #54AE4B on white background.



Black color preview on #54AE4B background

This text has black color on #54AE4B background.


White color preview on #54AE4B background

This text has white color on #54AE4B background.