COLOR #54959C

HEX: #54959C
RGB: (84,149,156)

Color info

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

RGB color model

#54959C color RGB value is (84,149,156).

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

RGB channels and saturation

R 84 of 255 = 33%
G 149 of 255 = 58%
B 156 of 255 = 61%

84
149
156

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

Portions of RGB colors in percentages

R + G + B =
84 + 149 + 156 = 389 (100%)
R 84 of 389 ~ 21.59%
G 149 of 389 ~ 38.3%
B 156 of 389 ~ 40.1%

%21.59
%38.3
%40.1

CMYK color model

#54959C color CMYK value is (46,4,0,39).

  • cyan value is 46.15%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(46,4,0,39)
C46M4Y0K39 
(46%,4%,0%,39%)
(0.46/0.04/0.00/0.39)	

CMYK percentages

%46.15
%4.49
%0
%38.82

Codes

Color #54959C in popluar color models

54959C
RGB84149156
HSL186°30.00%47.06%
HSB/HSV186°46.15%61.18%
CMYK46.15%4.49%0.00%
38.82%

Color #54959C in popluar number systems.

HEX54959C
Decimal84149156
Binary10101001001010110011100
Octal124225234

Shades and tints

Shades of #54959C

#54959C
(84,149,156)
#4D888E
(77,136,142)
#467B80
(70,123,128)
#3F6E72
(63,110,114)
#386164
(56,97,100)
#315456
(49,84,86)
#2A4748
(42,71,72)
#233A3A
(35,58,58)
#1C2D2C
(28,45,44)
#15201E
(21,32,30)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #54959C

#54959C
(84,149,156)
#639EA5
(99,158,165)
#72A7AE
(114,167,174)
#81B0B7
(129,176,183)
#90B9C0
(144,185,192)
#9FC2C9
(159,194,201)
#AECBD2
(174,203,210)
#BDD4DB
(189,212,219)
#CCDDE4
(204,221,228)
#DBE6ED
(219,230,237)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54959C; }

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

This text font color is #54959C.


Background Color

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

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

This div background color is #54959C.


Border color

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

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

This div border color is #54959C.


Opacity

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

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

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

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

This text has shadow with #54959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54959C on black background.


Color preview on white background

This text has color #54959C on white background.



Black color preview on #54959C background

This text has black color on #54959C background.


White color preview on #54959C background

This text has white color on #54959C background.