COLOR #545F57

HEX: #545F57 RGB: (84,95,87)

Color info

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

RGB color model

#545F57 color RGB value is (84,95,87).

RGB: (84,95,87) (33%, 37%, 34%)

RGB channels and saturation

R 84 of 255 = 33%
G 95 of 255 = 37%
B 87 of 255 = 34%

84
95
87

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

Portions of RGB colors in percentages

R + G + B = 84 + 95 + 87 = 266 (100%)
R 84 of 266 ~ 31.58%
G 95 of 266 ~ 35.71%
B 87 of 266 ~ 32.71'%

%31.58
%35.71
%32.71

CMYK color model

#545F57 color CMYK value is (12,0,8,63).

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

CMYK: (12,0,8,63)
C12M0Y8K63 (12%, 0%, 8%, 63%)
(0.12 / 0.00 / 0.08 / 0.63)

CMYK percentages

%11.58
%0
%8.42
%62.75

Codes

Color #545F57 in popluar color models

54 5F 57
RGB 84 95 87
HSL 136° 6.15% 35.10%
HSB/HSV 136° 11.58% 37.25%
CMYK 11.58% 0.00% 8.42%
62.75%

Color #545F57 in popluar number systems.

HEX 54 5F 57
Decimal 84 95 87
Binary 1010100 1011111 1010111
Octal 124 137 127

Shades and tints

Shades of #545F57

#545F57
(84,95,87)
#4D5750
(77,87,80)
#464F49
(70,79,73)
#3F4742
(63,71,66)
#383F3B
(56,63,59)
#313734
(49,55,52)
#2A2F2D
(42,47,45)
#232726
(35,39,38)
#1C1F1F
(28,31,31)
#151718
(21,23,24)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #545F57

#545F57
(84,95,87)
#636D66
(99,109,102)
#727B75
(114,123,117)
#818984
(129,137,132)
#909793
(144,151,147)
#9FA5A2
(159,165,162)
#AEB3B1
(174,179,177)
#BDC1C0
(189,193,192)
#CCCFCF
(204,207,207)
#DBDDDE
(219,221,222)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545F57; }

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

This text font color is #545F57.

Background Color

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

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

This div background color is #545F57.

Border color

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

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

This div border color is #545F57.

Opacity

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

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

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

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

This text has shadow with #545F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545F57.

Preview

Color preview on black background

This text has color #545F57 on black background.


Color preview on white background

This text has color #545F57 on white background.


Black color preview on #545F57 background

This text has black color on #545F57 background.


White color preview on #545F57 background

This text has white color on #545F57 background.


Related colors

Complementary color

Complementary color for #hex is #ABA0A8.


I love getcolorcode.com

Triadic colors

1 #57545F and #5F5754 with #545F57 are triadic colors.

2 #575F54 and #5F5457 with #545F57 are triadic colors.