COLOR #54575A

HEX: #54575A RGB: (84,87,90)

Color info

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

RGB color model

#54575A color RGB value is (84,87,90).

RGB: (84,87,90) (33%, 34%, 35%)

RGB channels and saturation

R 84 of 255 = 33%
G 87 of 255 = 34%
B 90 of 255 = 35%

84
87
90

R + G + B ~ 34%. #54575A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 87 + 90 = 261 (100%)
R 84 of 261 ~ 32.18%
G 87 of 261 ~ 33.33%
B 90 of 261 ~ 34.48'%

%32.18
%33.33
%34.48

CMYK color model

#54575A color CMYK value is (7,3,0,65).

  • cyan value is 6.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (7,3,0,65) C7M3Y0K65 (7%,3%,0%,65%) (0.07/0.03/0.00/0.65) 

CMYK percentages

%6.67
%3.33
%0
%64.71

Codes

Color #54575A in popluar color models

54 57 5A
RGB 84 87 90
HSL 210° 3.45% 34.12%
HSB/HSV 210° 6.67% 35.29%
CMYK 6.67% 3.33% 0.00%
64.71%

Color #54575A in popluar number systems.

HEX 54 57 5A
Decimal 84 87 90
Binary 1010100 1010111 1011010
Octal 124 127 132

Shades and tints

Shades of #54575A

#54575A
(84,87,90)
#4D5052
(77,80,82)
#46494A
(70,73,74)
#3F4242
(63,66,66)
#383B3A
(56,59,58)
#313432
(49,52,50)
#2A2D2A
(42,45,42)
#232622
(35,38,34)
#1C1F1A
(28,31,26)
#151812
(21,24,18)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #54575A

#54575A
(84,87,90)
#636669
(99,102,105)
#727578
(114,117,120)
#818487
(129,132,135)
#909396
(144,147,150)
#9FA2A5
(159,162,165)
#AEB1B4
(174,177,180)
#BDC0C3
(189,192,195)
#CCCFD2
(204,207,210)
#DBDEE1
(219,222,225)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54575A color. Also use rgb(84,87,90) instead hex code.

Text Font Color

.myTextColor { color: #54575A; }

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

This text font color is #54575A.

Background Color

.myBgColor { background-color: #54575A; }

<div style="background-color:#54575A">Inner text</div>

This div background color is #54575A.

Border color

.myBorderColor { border: 1px solid #54575A; }

<div style="border:3px solid #54575A">Div</div>

This div border color is #54575A.

Opacity

.myOpacity80 { color: #54575A; opacity: 0.8; }

<p style="color:#54575A;opacity:0.8;">80%</p>

Text with #54575A 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 #54575A;}

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

This text has shadow with #54575A color.


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

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

This text has shadow with #54575A primary color and red secondary color.


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

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

This text has shadow with #54575A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54575A.

Preview

Color preview on black background

This text has color #54575A on black background.


Color preview on white background

This text has color #54575A on white background.


Black color preview on #54575A background

This text has black color on #54575A background.


White color preview on #54575A background

This text has white color on #54575A background.


Related colors

Complementary color

Complementary color for #hex is #ABA8A5.


I love getcolorcode.com

Triadic colors

1 #5A5457 and #575A54 with #54575A are triadic colors.

2 #5A5754 and #57545A with #54575A are triadic colors.