COLOR #54B57E

HEX: #54B57E
RGB: (84,181,126)

Color info

#54B57E contains mainly green and blue colors. Web safe color of #54B57E is #66CC66 (or #6C6).

RGB color model

#54B57E color RGB value is (84,181,126).

  • red value is 84;
  • green value is 181;
  • blue value is 126.
RGB:
(84,181,126)
(33%,71%,49%)

RGB channels and saturation

R 84 of 255 = 33%
G 181 of 255 = 71%
B 126 of 255 = 49%

84
181
126

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

Portions of RGB colors in percentages

R + G + B =
84 + 181 + 126 = 391 (100%)
R 84 of 391 ~ 21.48%
G 181 of 391 ~ 46.29%
B 126 of 391 ~ 32.23%

%21.48
%46.29
%32.23

CMYK color model

#54B57E color CMYK value is (54,0,30,29).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK:
(54,0,30,29)
C54M0Y30K29 
(54%,0%,30%,29%)
(0.54/0.00/0.30/0.29)	

CMYK percentages

%53.59
%0
%30.39
%29.02

Codes

Color #54B57E in popluar color models

54B57E
RGB84181126
HSL146°39.59%51.96%
HSB/HSV146°53.59%70.98%
CMYK53.59%0.00%30.39%
29.02%

Color #54B57E in popluar number systems.

HEX54B57E
Decimal84181126
Binary1010100101101011111110
Octal124265176

Shades and tints

Shades of #54B57E

#54B57E
(84,181,126)
#4DA573
(77,165,115)
#469568
(70,149,104)
#3F855D
(63,133,93)
#387552
(56,117,82)
#316547
(49,101,71)
#2A553C
(42,85,60)
#234531
(35,69,49)
#1C3526
(28,53,38)
#15251B
(21,37,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #54B57E

#54B57E
(84,181,126)
#63BB89
(99,187,137)
#72C194
(114,193,148)
#81C79F
(129,199,159)
#90CDAA
(144,205,170)
#9FD3B5
(159,211,181)
#AED9C0
(174,217,192)
#BDDFCB
(189,223,203)
#CCE5D6
(204,229,214)
#DBEBE1
(219,235,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B57E; }

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

This text font color is #54B57E.


Background Color

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

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

This div background color is #54B57E.


Border color

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

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

This div border color is #54B57E.


Opacity

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

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

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

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

This text has shadow with #54B57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B57E on black background.


Color preview on white background

This text has color #54B57E on white background.



Black color preview on #54B57E background

This text has black color on #54B57E background.


White color preview on #54B57E background

This text has white color on #54B57E background.