COLOR #54677D

HEX: #54677D RGB: (84,103,125)

Color info

#54677D contains red, green and blue colors in about the same proportion. Web safe color of #54677D is #666666 (or #666).

RGB color model

#54677D color RGB value is (84,103,125).

RGB: (84,103,125) (33%, 40%, 49%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 125 of 255 = 49%

84
103
125

R + G + B ~ 41%. #54677D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 103 + 125 = 312 (100%)
R 84 of 312 ~ 26.92%
G 103 of 312 ~ 33.01%
B 125 of 312 ~ 40.06'%

%26.92
%33.01
%40.06

CMYK color model

#54677D color CMYK value is (33,18,0,51).

  • cyan value is 32.80%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (33,18,0,51)
C33M18Y0K51 (33%, 18%, 0%, 51%)
(0.33 / 0.18 / 0.00 / 0.51)

CMYK percentages

%32.8
%17.6
%0
%50.98

Codes

Color #54677D in popluar color models

54 67 7D
RGB 84 103 125
HSL 212° 19.62% 40.98%
HSB/HSV 212° 32.80% 49.02%
CMYK 32.80% 17.60% 0.00%
50.98%

Color #54677D in popluar number systems.

HEX 54 67 7D
Decimal 84 103 125
Binary 1010100 1100111 1111101
Octal 124 147 175

Shades and tints

Shades of #54677D

#54677D
(84,103,125)
#4D5E72
(77,94,114)
#465567
(70,85,103)
#3F4C5C
(63,76,92)
#384351
(56,67,81)
#313A46
(49,58,70)
#2A313B
(42,49,59)
#232830
(35,40,48)
#1C1F25
(28,31,37)
#15161A
(21,22,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #54677D

#54677D
(84,103,125)
#637488
(99,116,136)
#728193
(114,129,147)
#818E9E
(129,142,158)
#909BA9
(144,155,169)
#9FA8B4
(159,168,180)
#AEB5BF
(174,181,191)
#BDC2CA
(189,194,202)
#CCCFD5
(204,207,213)
#DBDCE0
(219,220,224)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54677D color. Also use rgb(84,103,125) instead hex code.

Text Font Color

.myTextColor { color: #54677D; }

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

This text font color is #54677D.

Background Color

.myBgColor { background-color: #54677D; }

<div style="background-color:#54677D">Inner text</div>

This div background color is #54677D.

Border color

.myBorderColor { border: 1px solid #54677D; }

<div style="border:3px solid #54677D">Div</div>

This div border color is #54677D.

Opacity

.myOpacity80 { color: #54677D; opacity: 0.8; }

<p style="color:#54677D;opacity:0.8;">80%</p>

Text with #54677D 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 #54677D;}

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

This text has shadow with #54677D color.


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

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

This text has shadow with #54677D primary color and red secondary color.


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

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

This text has shadow with #54677D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54677D.

Preview

Color preview on black background

This text has color #54677D on black background.


Color preview on white background

This text has color #54677D on white background.


Black color preview on #54677D background

This text has black color on #54677D background.


White color preview on #54677D background

This text has white color on #54677D background.


Related colors

Complementary color

Complementary color for #hex is #AB9882.


I love getcolorcode.com

Triadic colors

1 #7D5467 and #677D54 with #54677D are triadic colors.

2 #7D6754 and #67547D with #54677D are triadic colors.