COLOR #545D6B

HEX: #545D6B RGB: (84,93,107)

Color info

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

RGB color model

#545D6B color RGB value is (84,93,107).

RGB: (84,93,107) (33%, 36%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 93 of 255 = 36%
B 107 of 255 = 42%

84
93
107

R + G + B ~ 37%. #545D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 93 + 107 = 284 (100%)
R 84 of 284 ~ 29.58%
G 93 of 284 ~ 32.75%
B 107 of 284 ~ 37.68'%

%29.58
%32.75
%37.68

CMYK color model

#545D6B color CMYK value is (21,13,0,58).

  • cyan value is 21.50%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (21,13,0,58)
C21M13Y0K58 (21%, 13%, 0%, 58%)
(0.21 / 0.13 / 0.00 / 0.58)

CMYK percentages

%21.5
%13.08
%0
%58.04

Codes

Color #545D6B in popluar color models

54 5D 6B
RGB 84 93 107
HSL 217° 12.04% 37.45%
HSB/HSV 217° 21.50% 41.96%
CMYK 21.50% 13.08% 0.00%
58.04%

Color #545D6B in popluar number systems.

HEX 54 5D 6B
Decimal 84 93 107
Binary 1010100 1011101 1101011
Octal 124 135 153

Shades and tints

Shades of #545D6B

#545D6B
(84,93,107)
#4D5562
(77,85,98)
#464D59
(70,77,89)
#3F4550
(63,69,80)
#383D47
(56,61,71)
#31353E
(49,53,62)
#2A2D35
(42,45,53)
#23252C
(35,37,44)
#1C1D23
(28,29,35)
#15151A
(21,21,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #545D6B

#545D6B
(84,93,107)
#636B78
(99,107,120)
#727985
(114,121,133)
#818792
(129,135,146)
#90959F
(144,149,159)
#9FA3AC
(159,163,172)
#AEB1B9
(174,177,185)
#BDBFC6
(189,191,198)
#CCCDD3
(204,205,211)
#DBDBE0
(219,219,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545D6B; }

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

This text font color is #545D6B.

Background Color

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

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

This div background color is #545D6B.

Border color

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

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

This div border color is #545D6B.

Opacity

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

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

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

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

This text has shadow with #545D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545D6B.

Preview

Color preview on black background

This text has color #545D6B on black background.


Color preview on white background

This text has color #545D6B on white background.


Black color preview on #545D6B background

This text has black color on #545D6B background.


White color preview on #545D6B background

This text has white color on #545D6B background.


Related colors

Complementary color

Complementary color for #hex is #ABA294.


I love getcolorcode.com

Triadic colors

1 #6B545D and #5D6B54 with #545D6B are triadic colors.

2 #6B5D54 and #5D546B with #545D6B are triadic colors.