COLOR #545F6B

HEX: #545F6B
RGB: (84,95,107)

Color info

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

RGB color model

#545F6B color RGB value is (84,95,107).

  • red value is 84;
  • green value is 95;
  • blue value is 107.
RGB:
(84,95,107)
(33%,37%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 95 of 255 = 37%
B 107 of 255 = 42%

84
95
107

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

Portions of RGB colors in percentages

R + G + B =
84 + 95 + 107 = 286 (100%)
R 84 of 286 ~ 29.37%
G 95 of 286 ~ 33.22%
B 107 of 286 ~ 37.41%

%29.37
%33.22
%37.41

CMYK color model

#545F6B color CMYK value is (21,11,0,58).

  • cyan value is 21.50%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,11,0,58)
C21M11Y0K58 
(21%,11%,0%,58%)
(0.21/0.11/0.00/0.58)	

CMYK percentages

%21.5
%11.21
%0
%58.04

Codes

Color #545F6B in popluar color models

545F6B
RGB8495107
HSL211°12.04%37.45%
HSB/HSV211°21.50%41.96%
CMYK21.50%11.21%0.00%
58.04%

Color #545F6B in popluar number systems.

HEX545F6B
Decimal8495107
Binary101010010111111101011
Octal124137153

Shades and tints

Shades of #545F6B

#545F6B
(84,95,107)
#4D5762
(77,87,98)
#464F59
(70,79,89)
#3F4750
(63,71,80)
#383F47
(56,63,71)
#31373E
(49,55,62)
#2A2F35
(42,47,53)
#23272C
(35,39,44)
#1C1F23
(28,31,35)
#15171A
(21,23,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #545F6B

#545F6B
(84,95,107)
#636D78
(99,109,120)
#727B85
(114,123,133)
#818992
(129,137,146)
#90979F
(144,151,159)
#9FA5AC
(159,165,172)
#AEB3B9
(174,179,185)
#BDC1C6
(189,193,198)
#CCCFD3
(204,207,211)
#DBDDE0
(219,221,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545F6B; }

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

This text font color is #545F6B.


Background Color

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

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

This div background color is #545F6B.


Border color

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

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

This div border color is #545F6B.


Opacity

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

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

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

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

This text has shadow with #545F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545F6B on black background.


Color preview on white background

This text has color #545F6B on white background.



Black color preview on #545F6B background

This text has black color on #545F6B background.


White color preview on #545F6B background

This text has white color on #545F6B background.