COLOR #54949C

HEX: #54949C RGB: (84,148,156)

Color info

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

RGB color model

#54949C color RGB value is (84,148,156).

RGB: (84,148,156) (33%, 58%, 61%)

RGB channels and saturation

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

84
148
156

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

Portions of RGB colors in percentages

R + G + B = 84 + 148 + 156 = 388 (100%)
R 84 of 388 ~ 21.65%
G 148 of 388 ~ 38.14%
B 156 of 388 ~ 40.21'%

%21.65
%38.14
%40.21

CMYK color model

#54949C color CMYK value is (46,5,0,39).

  • cyan value is 46.15%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (46,5,0,39) C46M5Y0K39 (46%,5%,0%,39%) (0.46/0.05/0.00/0.39) 

CMYK percentages

%46.15
%5.13
%0
%38.82

Codes

Color #54949C in popluar color models

54 94 9C
RGB 84 148 156
HSL 187° 30.00% 47.06%
HSB/HSV 187° 46.15% 61.18%
CMYK 46.15% 5.13% 0.00%
38.82%

Color #54949C in popluar number systems.

HEX 54 94 9C
Decimal 84 148 156
Binary 1010100 10010100 10011100
Octal 124 224 234

Shades and tints

Shades of #54949C

#54949C
(84,148,156)
#4D878E
(77,135,142)
#467A80
(70,122,128)
#3F6D72
(63,109,114)
#386064
(56,96,100)
#315356
(49,83,86)
#2A4648
(42,70,72)
#23393A
(35,57,58)
#1C2C2C
(28,44,44)
#151F1E
(21,31,30)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #54949C

#54949C
(84,148,156)
#639DA5
(99,157,165)
#72A6AE
(114,166,174)
#81AFB7
(129,175,183)
#90B8C0
(144,184,192)
#9FC1C9
(159,193,201)
#AECAD2
(174,202,210)
#BDD3DB
(189,211,219)
#CCDCE4
(204,220,228)
#DBE5ED
(219,229,237)
#EAEEF6
(234,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54949C; }

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

This text font color is #54949C.

Background Color

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

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

This div background color is #54949C.

Border color

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

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

This div border color is #54949C.

Opacity

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

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

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

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

This text has shadow with #54949C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54949C.

Preview

Color preview on black background

This text has color #54949C on black background.


Color preview on white background

This text has color #54949C on white background.


Black color preview on #54949C background

This text has black color on #54949C background.


White color preview on #54949C background

This text has white color on #54949C background.


Related colors

Complementary color

Complementary color for #hex is #AB6B63.


I love getcolorcode.com

Triadic colors

1 #9C5494 and #949C54 with #54949C are triadic colors.

2 #9C9454 and #94549C with #54949C are triadic colors.