COLOR #545D6D

HEX: #545D6D RGB: (84,93,109)

Color info

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

RGB color model

#545D6D color RGB value is (84,93,109).

RGB: (84,93,109) (33%, 36%, 43%)

RGB channels and saturation

R 84 of 255 = 33%
G 93 of 255 = 36%
B 109 of 255 = 43%

84
93
109

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

Portions of RGB colors in percentages

R + G + B = 84 + 93 + 109 = 286 (100%)
R 84 of 286 ~ 29.37%
G 93 of 286 ~ 32.52%
B 109 of 286 ~ 38.11'%

%29.37
%32.52
%38.11

CMYK color model

#545D6D color CMYK value is (23,15,0,57).

  • cyan value is 22.94%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (23,15,0,57)
C23M15Y0K57 (23%, 15%, 0%, 57%)
(0.23 / 0.15 / 0.00 / 0.57)

CMYK percentages

%22.94
%14.68
%0
%57.25

Codes

Color #545D6D in popluar color models

54 5D 6D
RGB 84 93 109
HSL 218° 12.95% 37.84%
HSB/HSV 218° 22.94% 42.75%
CMYK 22.94% 14.68% 0.00%
57.25%

Color #545D6D in popluar number systems.

HEX 54 5D 6D
Decimal 84 93 109
Binary 1010100 1011101 1101101
Octal 124 135 155

Shades and tints

Shades of #545D6D

#545D6D
(84,93,109)
#4D5564
(77,85,100)
#464D5B
(70,77,91)
#3F4552
(63,69,82)
#383D49
(56,61,73)
#313540
(49,53,64)
#2A2D37
(42,45,55)
#23252E
(35,37,46)
#1C1D25
(28,29,37)
#15151C
(21,21,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #545D6D

#545D6D
(84,93,109)
#636B7A
(99,107,122)
#727987
(114,121,135)
#818794
(129,135,148)
#9095A1
(144,149,161)
#9FA3AE
(159,163,174)
#AEB1BB
(174,177,187)
#BDBFC8
(189,191,200)
#CCCDD5
(204,205,213)
#DBDBE2
(219,219,226)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545D6D; }

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

This text font color is #545D6D.

Background Color

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

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

This div background color is #545D6D.

Border color

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

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

This div border color is #545D6D.

Opacity

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

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

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

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

This text has shadow with #545D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545D6D.

Preview

Color preview on black background

This text has color #545D6D on black background.


Color preview on white background

This text has color #545D6D on white background.


Black color preview on #545D6D background

This text has black color on #545D6D background.


White color preview on #545D6D background

This text has white color on #545D6D background.


Related colors

Complementary color

Complementary color for #hex is #ABA292.


I love getcolorcode.com

Triadic colors

1 #6D545D and #5D6D54 with #545D6D are triadic colors.

2 #6D5D54 and #5D546D with #545D6D are triadic colors.