COLOR #54A87F

HEX: #54A87F
RGB: (84,168,127)

Color info

#54A87F contains mainly green and blue colors. Web safe color of #54A87F is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

84
168
127

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

Portions of RGB colors in percentages

R + G + B =
84 + 168 + 127 = 379 (100%)
R 84 of 379 ~ 22.16%
G 168 of 379 ~ 44.33%
B 127 of 379 ~ 33.51%

%22.16
%44.33
%33.51

CMYK color model

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

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

CMYK percentages

%50
%0
%24.4
%34.12

Codes

Color #54A87F in popluar color models

54A87F
RGB84168127
HSL151°33.33%49.41%
HSB/HSV151°50.00%65.88%
CMYK50.00%0.00%24.40%
34.12%

Color #54A87F in popluar number systems.

HEX54A87F
Decimal84168127
Binary1010100101010001111111
Octal124250177

Shades and tints

Shades of #54A87F

#54A87F
(84,168,127)
#4D9974
(77,153,116)
#468A69
(70,138,105)
#3F7B5E
(63,123,94)
#386C53
(56,108,83)
#315D48
(49,93,72)
#2A4E3D
(42,78,61)
#233F32
(35,63,50)
#1C3027
(28,48,39)
#15211C
(21,33,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #54A87F

#54A87F
(84,168,127)
#63AF8A
(99,175,138)
#72B695
(114,182,149)
#81BDA0
(129,189,160)
#90C4AB
(144,196,171)
#9FCBB6
(159,203,182)
#AED2C1
(174,210,193)
#BDD9CC
(189,217,204)
#CCE0D7
(204,224,215)
#DBE7E2
(219,231,226)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A87F; }

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

This text font color is #54A87F.


Background Color

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

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

This div background color is #54A87F.


Border color

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

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

This div border color is #54A87F.


Opacity

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

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

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

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

This text has shadow with #54A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A87F on black background.


Color preview on white background

This text has color #54A87F on white background.



Black color preview on #54A87F background

This text has black color on #54A87F background.


White color preview on #54A87F background

This text has white color on #54A87F background.