COLOR #54958C

HEX: #54958C
RGB: (84,149,140)

Color info

#54958C contains mainly green and blue colors. Web safe color of #54958C is #669999 (or #699).

RGB color model

#54958C color RGB value is (84,149,140).

  • red value is 84;
  • green value is 149;
  • blue value is 140.
RGB:
(84,149,140)
(33%,58%,55%)

RGB channels and saturation

R 84 of 255 = 33%
G 149 of 255 = 58%
B 140 of 255 = 55%

84
149
140

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

Portions of RGB colors in percentages

R + G + B =
84 + 149 + 140 = 373 (100%)
R 84 of 373 ~ 22.52%
G 149 of 373 ~ 39.95%
B 140 of 373 ~ 37.53%

%22.52
%39.95
%37.53

CMYK color model

#54958C color CMYK value is (44,0,6,42).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(44,0,6,42)
C44M0Y6K42 
(44%,0%,6%,42%)
(0.44/0.00/0.06/0.42)	

CMYK percentages

%43.62
%0
%6.04
%41.57

Codes

Color #54958C in popluar color models

54958C
RGB84149140
HSL172°27.90%45.69%
HSB/HSV172°43.62%58.43%
CMYK43.62%0.00%6.04%
41.57%

Color #54958C in popluar number systems.

HEX54958C
Decimal84149140
Binary10101001001010110001100
Octal124225214

Shades and tints

Shades of #54958C

#54958C
(84,149,140)
#4D8880
(77,136,128)
#467B74
(70,123,116)
#3F6E68
(63,110,104)
#38615C
(56,97,92)
#315450
(49,84,80)
#2A4744
(42,71,68)
#233A38
(35,58,56)
#1C2D2C
(28,45,44)
#152020
(21,32,32)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #54958C

#54958C
(84,149,140)
#639E96
(99,158,150)
#72A7A0
(114,167,160)
#81B0AA
(129,176,170)
#90B9B4
(144,185,180)
#9FC2BE
(159,194,190)
#AECBC8
(174,203,200)
#BDD4D2
(189,212,210)
#CCDDDC
(204,221,220)
#DBE6E6
(219,230,230)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54958C color. Also use rgb(84,149,140) instead hex code.

Text Font Color

.myTextColor { color: #54958C; }

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

This text font color is #54958C.


Background Color

.myBgColor { background-color: #54958C; }

<div style="background-color:#54958C">Inner text</div>

This div background color is #54958C.


Border color

.myBorderColor { border: 1px solid #54958C; }

<div style="border:3px solid #54958C">Div</div>

This div border color is #54958C.


Opacity

.myOpacity80 { color: #54958C; opacity: 0.8; }

<p style="color:#54958C;opacity:0.8;">80%</p>

Text with #54958C 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 #54958C;}

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

This text has shadow with #54958C color.

.textShadow {text-shadow: 3px 3px 1px #54958C, 3px 3px 1px red;}

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

This text has shadow with #54958C primary color and red secondary color.


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

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

This text has shadow with #54958C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54958C on black background.


Color preview on white background

This text has color #54958C on white background.



Black color preview on #54958C background

This text has black color on #54958C background.


White color preview on #54958C background

This text has white color on #54958C background.