COLOR #545F5D

HEX: #545F5D RGB: (84,95,93)

Color info

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

RGB color model

#545F5D color RGB value is (84,95,93).

RGB: (84,95,93) (33%, 37%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 95 of 255 = 37%
B 93 of 255 = 36%

84
95
93

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

Portions of RGB colors in percentages

R + G + B = 84 + 95 + 93 = 272 (100%)
R 84 of 272 ~ 30.88%
G 95 of 272 ~ 34.93%
B 93 of 272 ~ 34.19'%

%30.88
%34.93
%34.19

CMYK color model

#545F5D color CMYK value is (12,0,2,63).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 62.75%

CMYK: (12,0,2,63)
C12M0Y2K63 (12%, 0%, 2%, 63%)
(0.12 / 0.00 / 0.02 / 0.63)

CMYK percentages

%11.58
%0
%2.11
%62.75

Codes

Color #545F5D in popluar color models

54 5F 5D
RGB 84 95 93
HSL 169° 6.15% 35.10%
HSB/HSV 169° 11.58% 37.25%
CMYK 11.58% 0.00% 2.11%
62.75%

Color #545F5D in popluar number systems.

HEX 54 5F 5D
Decimal 84 95 93
Binary 1010100 1011111 1011101
Octal 124 137 135

Shades and tints

Shades of #545F5D

#545F5D
(84,95,93)
#4D5755
(77,87,85)
#464F4D
(70,79,77)
#3F4745
(63,71,69)
#383F3D
(56,63,61)
#313735
(49,55,53)
#2A2F2D
(42,47,45)
#232725
(35,39,37)
#1C1F1D
(28,31,29)
#151715
(21,23,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #545F5D

#545F5D
(84,95,93)
#636D6B
(99,109,107)
#727B79
(114,123,121)
#818987
(129,137,135)
#909795
(144,151,149)
#9FA5A3
(159,165,163)
#AEB3B1
(174,179,177)
#BDC1BF
(189,193,191)
#CCCFCD
(204,207,205)
#DBDDDB
(219,221,219)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545F5D; }

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

This text font color is #545F5D.

Background Color

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

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

This div background color is #545F5D.

Border color

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

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

This div border color is #545F5D.

Opacity

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

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

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

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

This text has shadow with #545F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545F5D.

Preview

Color preview on black background

This text has color #545F5D on black background.


Color preview on white background

This text has color #545F5D on white background.


Black color preview on #545F5D background

This text has black color on #545F5D background.


White color preview on #545F5D background

This text has white color on #545F5D background.


Related colors

Complementary color

Complementary color for #hex is #ABA0A2.


I love getcolorcode.com

Triadic colors

1 #5D545F and #5F5D54 with #545F5D are triadic colors.

2 #5D5F54 and #5F545D with #545F5D are triadic colors.