COLOR #54958B

HEX: #54958B
RGB: (84,149,139)

Color info

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

RGB color model

#54958B color RGB value is (84,149,139).

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

RGB channels and saturation

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

84
149
139

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

Portions of RGB colors in percentages

R + G + B =
84 + 149 + 139 = 372 (100%)
R 84 of 372 ~ 22.58%
G 149 of 372 ~ 40.05%
B 139 of 372 ~ 37.37%

%22.58
%40.05
%37.37

CMYK color model

#54958B color CMYK value is (44,0,7,42).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(44,0,7,42)
C44M0Y7K42 
(44%,0%,7%,42%)
(0.44/0.00/0.07/0.42)	

CMYK percentages

%43.62
%0
%6.71
%41.57

Codes

Color #54958B in popluar color models

54958B
RGB84149139
HSL171°27.90%45.69%
HSB/HSV171°43.62%58.43%
CMYK43.62%0.00%6.71%
41.57%

Color #54958B in popluar number systems.

HEX54958B
Decimal84149139
Binary10101001001010110001011
Octal124225213

Shades and tints

Shades of #54958B

#54958B
(84,149,139)
#4D887F
(77,136,127)
#467B73
(70,123,115)
#3F6E67
(63,110,103)
#38615B
(56,97,91)
#31544F
(49,84,79)
#2A4743
(42,71,67)
#233A37
(35,58,55)
#1C2D2B
(28,45,43)
#15201F
(21,32,31)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #54958B

#54958B
(84,149,139)
#639E95
(99,158,149)
#72A79F
(114,167,159)
#81B0A9
(129,176,169)
#90B9B3
(144,185,179)
#9FC2BD
(159,194,189)
#AECBC7
(174,203,199)
#BDD4D1
(189,212,209)
#CCDDDB
(204,221,219)
#DBE6E5
(219,230,229)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54958B; }

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

This text font color is #54958B.


Background Color

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

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

This div background color is #54958B.


Border color

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

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

This div border color is #54958B.


Opacity

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

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

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

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

This text has shadow with #54958B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54958B on black background.


Color preview on white background

This text has color #54958B on white background.



Black color preview on #54958B background

This text has black color on #54958B background.


White color preview on #54958B background

This text has white color on #54958B background.