COLOR #54977E

HEX: #54977E
RGB: (84,151,126)

Color info

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

RGB color model

#54977E color RGB value is (84,151,126).

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

RGB channels and saturation

R 84 of 255 = 33%
G 151 of 255 = 59%
B 126 of 255 = 49%

84
151
126

R + G + B ~ 47%. #54977E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 151 + 126 = 361 (100%)
R 84 of 361 ~ 23.27%
G 151 of 361 ~ 41.83%
B 126 of 361 ~ 34.9%

%23.27
%41.83
%34.9

CMYK color model

#54977E color CMYK value is (44,0,17,41).

  • cyan value is 44.37%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(44,0,17,41)
C44M0Y17K41 
(44%,0%,17%,41%)
(0.44/0.00/0.17/0.41)	

CMYK percentages

%44.37
%0
%16.56
%40.78

Codes

Color #54977E in popluar color models

54977E
RGB84151126
HSL158°28.51%46.08%
HSB/HSV158°44.37%59.22%
CMYK44.37%0.00%16.56%
40.78%

Color #54977E in popluar number systems.

HEX54977E
Decimal84151126
Binary1010100100101111111110
Octal124227176

Shades and tints

Shades of #54977E

#54977E
(84,151,126)
#4D8A73
(77,138,115)
#467D68
(70,125,104)
#3F705D
(63,112,93)
#386352
(56,99,82)
#315647
(49,86,71)
#2A493C
(42,73,60)
#233C31
(35,60,49)
#1C2F26
(28,47,38)
#15221B
(21,34,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #54977E

#54977E
(84,151,126)
#63A089
(99,160,137)
#72A994
(114,169,148)
#81B29F
(129,178,159)
#90BBAA
(144,187,170)
#9FC4B5
(159,196,181)
#AECDC0
(174,205,192)
#BDD6CB
(189,214,203)
#CCDFD6
(204,223,214)
#DBE8E1
(219,232,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54977E color. Also use rgb(84,151,126) instead hex code.

Text Font Color

.myTextColor { color: #54977E; }

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

This text font color is #54977E.


Background Color

.myBgColor { background-color: #54977E; }

<div style="background-color:#54977E">Inner text</div>

This div background color is #54977E.


Border color

.myBorderColor { border: 1px solid #54977E; }

<div style="border:3px solid #54977E">Div</div>

This div border color is #54977E.


Opacity

.myOpacity80 { color: #54977E; opacity: 0.8; }

<p style="color:#54977E;opacity:0.8;">80%</p>

Text with #54977E 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 #54977E;}

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

This text has shadow with #54977E color.

.textShadow {text-shadow: 3px 3px 1px #54977E, 3px 3px 1px red;}

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

This text has shadow with #54977E primary color and red secondary color.


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

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

This text has shadow with #54977E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54977E on black background.


Color preview on white background

This text has color #54977E on white background.



Black color preview on #54977E background

This text has black color on #54977E background.


White color preview on #54977E background

This text has white color on #54977E background.