COLOR #54687C

HEX: #54687C RGB: (84,104,124)

Color info

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

RGB color model

#54687C color RGB value is (84,104,124).

RGB: (84,104,124) (33%, 41%, 49%)

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 124 of 255 = 49%

84
104
124

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

Portions of RGB colors in percentages

R + G + B = 84 + 104 + 124 = 312 (100%)
R 84 of 312 ~ 26.92%
G 104 of 312 ~ 33.33%
B 124 of 312 ~ 39.74'%

%26.92
%33.33
%39.74

CMYK color model

#54687C color CMYK value is (32,16,0,51).

  • cyan value is 32.26%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (32,16,0,51)
C32M16Y0K51 (32%, 16%, 0%, 51%)
(0.32 / 0.16 / 0.00 / 0.51)

CMYK percentages

%32.26
%16.13
%0
%51.37

Codes

Color #54687C in popluar color models

54 68 7C
RGB 84 104 124
HSL 210° 19.23% 40.78%
HSB/HSV 210° 32.26% 48.63%
CMYK 32.26% 16.13% 0.00%
51.37%

Color #54687C in popluar number systems.

HEX 54 68 7C
Decimal 84 104 124
Binary 1010100 1101000 1111100
Octal 124 150 174

Shades and tints

Shades of #54687C

#54687C
(84,104,124)
#4D5F71
(77,95,113)
#465666
(70,86,102)
#3F4D5B
(63,77,91)
#384450
(56,68,80)
#313B45
(49,59,69)
#2A323A
(42,50,58)
#23292F
(35,41,47)
#1C2024
(28,32,36)
#151719
(21,23,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #54687C

#54687C
(84,104,124)
#637587
(99,117,135)
#728292
(114,130,146)
#818F9D
(129,143,157)
#909CA8
(144,156,168)
#9FA9B3
(159,169,179)
#AEB6BE
(174,182,190)
#BDC3C9
(189,195,201)
#CCD0D4
(204,208,212)
#DBDDDF
(219,221,223)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54687C color. Also use rgb(84,104,124) instead hex code.

Text Font Color

.myTextColor { color: #54687C; }

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

This text font color is #54687C.

Background Color

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

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

This div background color is #54687C.

Border color

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

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

This div border color is #54687C.

Opacity

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

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

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

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

This text has shadow with #54687C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54687C.

Preview

Color preview on black background

This text has color #54687C on black background.


Color preview on white background

This text has color #54687C on white background.


Black color preview on #54687C background

This text has black color on #54687C background.


White color preview on #54687C background

This text has white color on #54687C background.


Related colors

Complementary color

Complementary color for #hex is #AB9783.


I love getcolorcode.com

Triadic colors

1 #7C5468 and #687C54 with #54687C are triadic colors.

2 #7C6854 and #68547C with #54687C are triadic colors.