COLOR #54A77D

HEX: #54A77D
RGB: (84,167,125)

Color info

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

RGB color model

#54A77D color RGB value is (84,167,125).

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

RGB channels and saturation

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

84
167
125

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

Portions of RGB colors in percentages

R + G + B =
84 + 167 + 125 = 376 (100%)
R 84 of 376 ~ 22.34%
G 167 of 376 ~ 44.41%
B 125 of 376 ~ 33.24%

%22.34
%44.41
%33.24

CMYK color model

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

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • 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
%25.15
%34.51

Codes

Color #54A77D in popluar color models

54A77D
RGB84167125
HSL150°33.07%49.22%
HSB/HSV150°49.70%65.49%
CMYK49.70%0.00%25.15%
34.51%

Color #54A77D in popluar number systems.

HEX54A77D
Decimal84167125
Binary1010100101001111111101
Octal124247175

Shades and tints

Shades of #54A77D

#54A77D
(84,167,125)
#4D9872
(77,152,114)
#468967
(70,137,103)
#3F7A5C
(63,122,92)
#386B51
(56,107,81)
#315C46
(49,92,70)
#2A4D3B
(42,77,59)
#233E30
(35,62,48)
#1C2F25
(28,47,37)
#15201A
(21,32,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #54A77D

#54A77D
(84,167,125)
#63AF88
(99,175,136)
#72B793
(114,183,147)
#81BF9E
(129,191,158)
#90C7A9
(144,199,169)
#9FCFB4
(159,207,180)
#AED7BF
(174,215,191)
#BDDFCA
(189,223,202)
#CCE7D5
(204,231,213)
#DBEFE0
(219,239,224)
#EAF7EB
(234,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A77D; }

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

This text font color is #54A77D.


Background Color

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

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

This div background color is #54A77D.


Border color

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

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

This div border color is #54A77D.


Opacity

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

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

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

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

This text has shadow with #54A77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A77D on black background.


Color preview on white background

This text has color #54A77D on white background.



Black color preview on #54A77D background

This text has black color on #54A77D background.


White color preview on #54A77D background

This text has white color on #54A77D background.