COLOR #54A77E

HEX: #54A77E
RGB: (84,167,126)

Color info

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

RGB color model

#54A77E color RGB value is (84,167,126).

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

RGB channels and saturation

R 84 of 255 = 33%
G 167 of 255 = 65%
B 126 of 255 = 49%

84
167
126

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

Portions of RGB colors in percentages

R + G + B =
84 + 167 + 126 = 377 (100%)
R 84 of 377 ~ 22.28%
G 167 of 377 ~ 44.3%
B 126 of 377 ~ 33.42%

%22.28
%44.3
%33.42

CMYK color model

#54A77E color CMYK value is (50,0,25,35).

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(50,0,25,35)
C50M0Y25K35 
(50%,0%,25%,35%)
(0.50/0.00/0.25/0.35)	

CMYK percentages

%49.7
%0
%24.55
%34.51

Codes

Color #54A77E in popluar color models

54A77E
RGB84167126
HSL150°33.07%49.22%
HSB/HSV150°49.70%65.49%
CMYK49.70%0.00%24.55%
34.51%

Color #54A77E in popluar number systems.

HEX54A77E
Decimal84167126
Binary1010100101001111111110
Octal124247176

Shades and tints

Shades of #54A77E

#54A77E
(84,167,126)
#4D9873
(77,152,115)
#468968
(70,137,104)
#3F7A5D
(63,122,93)
#386B52
(56,107,82)
#315C47
(49,92,71)
#2A4D3C
(42,77,60)
#233E31
(35,62,49)
#1C2F26
(28,47,38)
#15201B
(21,32,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #54A77E

#54A77E
(84,167,126)
#63AF89
(99,175,137)
#72B794
(114,183,148)
#81BF9F
(129,191,159)
#90C7AA
(144,199,170)
#9FCFB5
(159,207,181)
#AED7C0
(174,215,192)
#BDDFCB
(189,223,203)
#CCE7D6
(204,231,214)
#DBEFE1
(219,239,225)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A77E; }

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

This text font color is #54A77E.


Background Color

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

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

This div background color is #54A77E.


Border color

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

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

This div border color is #54A77E.


Opacity

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

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

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

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

This text has shadow with #54A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A77E on black background.


Color preview on white background

This text has color #54A77E on white background.



Black color preview on #54A77E background

This text has black color on #54A77E background.


White color preview on #54A77E background

This text has white color on #54A77E background.