COLOR #54505E

HEX: #54505E RGB: (84,80,94)

Color info

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

RGB color model

#54505E color RGB value is (84,80,94).

RGB: (84,80,94) (33%, 31%, 37%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 94 of 255 = 37%

84
80
94

R + G + B ~ 34%. #54505E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 80 + 94 = 258 (100%)
R 84 of 258 ~ 32.56%
G 80 of 258 ~ 31.01%
B 94 of 258 ~ 36.43'%

%32.56
%31.01
%36.43

CMYK color model

#54505E color CMYK value is (11,15,0,63).

  • cyan value is 10.64%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (11,15,0,63)
C11M15Y0K63 (11%, 15%, 0%, 63%)
(0.11 / 0.15 / 0.00 / 0.63)

CMYK percentages

%10.64
%14.89
%0
%63.14

Codes

Color #54505E in popluar color models

54 50 5E
RGB 84 80 94
HSL 257° 8.05% 34.12%
HSB/HSV 257° 14.89% 36.86%
CMYK 10.64% 14.89% 0.00%
63.14%

Color #54505E in popluar number systems.

HEX 54 50 5E
Decimal 84 80 94
Binary 1010100 1010000 1011110
Octal 124 120 136

Shades and tints

Shades of #54505E

#54505E
(84,80,94)
#4D4956
(77,73,86)
#46424E
(70,66,78)
#3F3B46
(63,59,70)
#38343E
(56,52,62)
#312D36
(49,45,54)
#2A262E
(42,38,46)
#231F26
(35,31,38)
#1C181E
(28,24,30)
#151116
(21,17,22)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #54505E

#54505E
(84,80,94)
#635F6C
(99,95,108)
#726E7A
(114,110,122)
#817D88
(129,125,136)
#908C96
(144,140,150)
#9F9BA4
(159,155,164)
#AEAAB2
(174,170,178)
#BDB9C0
(189,185,192)
#CCC8CE
(204,200,206)
#DBD7DC
(219,215,220)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54505E color. Also use rgb(84,80,94) instead hex code.

Text Font Color

.myTextColor { color: #54505E; }

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

This text font color is #54505E.

Background Color

.myBgColor { background-color: #54505E; }

<div style="background-color:#54505E">Inner text</div>

This div background color is #54505E.

Border color

.myBorderColor { border: 1px solid #54505E; }

<div style="border:3px solid #54505E">Div</div>

This div border color is #54505E.

Opacity

.myOpacity80 { color: #54505E; opacity: 0.8; }

<p style="color:#54505E;opacity:0.8;">80%</p>

Text with #54505E 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 #54505E;}

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

This text has shadow with #54505E color.


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

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

This text has shadow with #54505E primary color and red secondary color.


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

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

This text has shadow with #54505E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54505E.

Preview

Color preview on black background

This text has color #54505E on black background.


Color preview on white background

This text has color #54505E on white background.


Black color preview on #54505E background

This text has black color on #54505E background.


White color preview on #54505E background

This text has white color on #54505E background.


Related colors

Complementary color

Complementary color for #hex is #ABAFA1.


I love getcolorcode.com

Triadic colors

1 #5E5450 and #505E54 with #54505E are triadic colors.

2 #5E5054 and #50545E with #54505E are triadic colors.