COLOR #545A5D

HEX: #545A5D RGB: (84,90,93)

Color info

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

RGB color model

#545A5D color RGB value is (84,90,93).

RGB: (84,90,93) (33%, 35%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 90 of 255 = 35%
B 93 of 255 = 36%

84
90
93

R + G + B ~ 35%. #545A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 90 + 93 = 267 (100%)
R 84 of 267 ~ 31.46%
G 90 of 267 ~ 33.71%
B 93 of 267 ~ 34.83'%

%31.46
%33.71
%34.83

CMYK color model

#545A5D color CMYK value is (10,3,0,64).

  • cyan value is 9.68%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (10,3,0,64)
C10M3Y0K64 (10%, 3%, 0%, 64%)
(0.10 / 0.03 / 0.00 / 0.64)

CMYK percentages

%9.68
%3.23
%0
%63.53

Codes

Color #545A5D in popluar color models

54 5A 5D
RGB 84 90 93
HSL 200° 5.08% 34.71%
HSB/HSV 200° 9.68% 36.47%
CMYK 9.68% 3.23% 0.00%
63.53%

Color #545A5D in popluar number systems.

HEX 54 5A 5D
Decimal 84 90 93
Binary 1010100 1011010 1011101
Octal 124 132 135

Shades and tints

Shades of #545A5D

#545A5D
(84,90,93)
#4D5255
(77,82,85)
#464A4D
(70,74,77)
#3F4245
(63,66,69)
#383A3D
(56,58,61)
#313235
(49,50,53)
#2A2A2D
(42,42,45)
#232225
(35,34,37)
#1C1A1D
(28,26,29)
#151215
(21,18,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #545A5D

#545A5D
(84,90,93)
#63696B
(99,105,107)
#727879
(114,120,121)
#818787
(129,135,135)
#909695
(144,150,149)
#9FA5A3
(159,165,163)
#AEB4B1
(174,180,177)
#BDC3BF
(189,195,191)
#CCD2CD
(204,210,205)
#DBE1DB
(219,225,219)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545A5D color. Also use rgb(84,90,93) instead hex code.

Text Font Color

.myTextColor { color: #545A5D; }

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

This text font color is #545A5D.

Background Color

.myBgColor { background-color: #545A5D; }

<div style="background-color:#545A5D">Inner text</div>

This div background color is #545A5D.

Border color

.myBorderColor { border: 1px solid #545A5D; }

<div style="border:3px solid #545A5D">Div</div>

This div border color is #545A5D.

Opacity

.myOpacity80 { color: #545A5D; opacity: 0.8; }

<p style="color:#545A5D;opacity:0.8;">80%</p>

Text with #545A5D 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 #545A5D;}

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

This text has shadow with #545A5D color.


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

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

This text has shadow with #545A5D primary color and red secondary color.


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

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

This text has shadow with #545A5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #545A5D.

Preview

Color preview on black background

This text has color #545A5D on black background.


Color preview on white background

This text has color #545A5D on white background.


Black color preview on #545A5D background

This text has black color on #545A5D background.


White color preview on #545A5D background

This text has white color on #545A5D background.


Related colors

Complementary color

Complementary color for #hex is #ABA5A2.


I love getcolorcode.com

Triadic colors

1 #5D545A and #5A5D54 with #545A5D are triadic colors.

2 #5D5A54 and #5A545D with #545A5D are triadic colors.