COLOR #54506C

HEX: #54506C RGB: (84,80,108)

Color info

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

RGB color model

#54506C color RGB value is (84,80,108).

RGB: (84,80,108) (33%, 31%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 108 of 255 = 42%

84
80
108

R + G + B ~ 35%. #54506C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 80 + 108 = 272 (100%)
R 84 of 272 ~ 30.88%
G 80 of 272 ~ 29.41%
B 108 of 272 ~ 39.71'%

%30.88
%29.41
%39.71

CMYK color model

#54506C color CMYK value is (22,26,0,58).

  • cyan value is 22.22%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (22,26,0,58) C22M26Y0K58 (22%,26%,0%,58%) (0.22/0.26/0.00/0.58) 

CMYK percentages

%22.22
%25.93
%0
%57.65

Codes

Color #54506C in popluar color models

54 50 6C
RGB 84 80 108
HSL 249° 14.89% 36.86%
HSB/HSV 249° 25.93% 42.35%
CMYK 22.22% 25.93% 0.00%
57.65%

Color #54506C in popluar number systems.

HEX 54 50 6C
Decimal 84 80 108
Binary 1010100 1010000 1101100
Octal 124 120 154

Shades and tints

Shades of #54506C

#54506C
(84,80,108)
#4D4963
(77,73,99)
#46425A
(70,66,90)
#3F3B51
(63,59,81)
#383448
(56,52,72)
#312D3F
(49,45,63)
#2A2636
(42,38,54)
#231F2D
(35,31,45)
#1C1824
(28,24,36)
#15111B
(21,17,27)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #54506C

#54506C
(84,80,108)
#635F79
(99,95,121)
#726E86
(114,110,134)
#817D93
(129,125,147)
#908CA0
(144,140,160)
#9F9BAD
(159,155,173)
#AEAABA
(174,170,186)
#BDB9C7
(189,185,199)
#CCC8D4
(204,200,212)
#DBD7E1
(219,215,225)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54506C color. Also use rgb(84,80,108) instead hex code.

Text Font Color

.myTextColor { color: #54506C; }

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

This text font color is #54506C.

Background Color

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

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

This div background color is #54506C.

Border color

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

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

This div border color is #54506C.

Opacity

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

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

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

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

This text has shadow with #54506C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54506C.

Preview

Color preview on black background

This text has color #54506C on black background.


Color preview on white background

This text has color #54506C on white background.


Black color preview on #54506C background

This text has black color on #54506C background.


White color preview on #54506C background

This text has white color on #54506C background.


Related colors

Complementary color

Complementary color for #hex is #ABAF93.


I love getcolorcode.com

Triadic colors

1 #6C5450 and #506C54 with #54506C are triadic colors.

2 #6C5054 and #50546C with #54506C are triadic colors.