COLOR #545759

HEX: #545759
RGB: (84,87,89)

Color info

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

RGB color model

#545759 color RGB value is (84,87,89).

  • red value is 84;
  • green value is 87;
  • blue value is 89.
RGB:
(84,87,89)
(33%,34%,35%)

RGB channels and saturation

R 84 of 255 = 33%
G 87 of 255 = 34%
B 89 of 255 = 35%

84
87
89

R + G + B ~ 34%. #545759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 87 + 89 = 260 (100%)
R 84 of 260 ~ 32.31%
G 87 of 260 ~ 33.46%
B 89 of 260 ~ 34.23%

%32.31
%33.46
%34.23

CMYK color model

#545759 color CMYK value is (6,2,0,65).

  • cyan value is 5.62%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(6,2,0,65)
C6M2Y0K65 
(6%,2%,0%,65%)
(0.06/0.02/0.00/0.65)	

CMYK percentages

%5.62
%2.25
%0
%65.1

Codes

Color #545759 in popluar color models

545759
RGB848789
HSL204°2.89%33.92%
HSB/HSV204°5.62%34.90%
CMYK5.62%2.25%0.00%
65.10%

Color #545759 in popluar number systems.

HEX545759
Decimal848789
Binary101010010101111011001
Octal124127131

Shades and tints

Shades of #545759

#545759
(84,87,89)
#4D5051
(77,80,81)
#464949
(70,73,73)
#3F4241
(63,66,65)
#383B39
(56,59,57)
#313431
(49,52,49)
#2A2D29
(42,45,41)
#232621
(35,38,33)
#1C1F19
(28,31,25)
#151811
(21,24,17)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #545759

#545759
(84,87,89)
#636668
(99,102,104)
#727577
(114,117,119)
#818486
(129,132,134)
#909395
(144,147,149)
#9FA2A4
(159,162,164)
#AEB1B3
(174,177,179)
#BDC0C2
(189,192,194)
#CCCFD1
(204,207,209)
#DBDEE0
(219,222,224)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545759; }

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

This text font color is #545759.


Background Color

.myBgColor { background-color: #545759; }

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

This div background color is #545759.


Border color

.myBorderColor { border: 1px solid #545759; }

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

This div border color is #545759.


Opacity

.myOpacity80 { color: #545759; opacity: 0.8; }

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

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

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

This text has shadow with #545759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545759 on black background.


Color preview on white background

This text has color #545759 on white background.



Black color preview on #545759 background

This text has black color on #545759 background.


White color preview on #545759 background

This text has white color on #545759 background.