COLOR #545764

HEX: #545764
RGB: (84,87,100)

Color info

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

RGB color model

#545764 color RGB value is (84,87,100).

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

RGB channels and saturation

R 84 of 255 = 33%
G 87 of 255 = 34%
B 100 of 255 = 39%

84
87
100

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

Portions of RGB colors in percentages

R + G + B =
84 + 87 + 100 = 271 (100%)
R 84 of 271 ~ 31%
G 87 of 271 ~ 32.1%
B 100 of 271 ~ 36.9%

%31
%32.1
%36.9

CMYK color model

#545764 color CMYK value is (16,13,0,61).

  • cyan value is 16.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(16,13,0,61)
C16M13Y0K61 
(16%,13%,0%,61%)
(0.16/0.13/0.00/0.61)	

CMYK percentages

%16
%13
%0
%60.78

Codes

Color #545764 in popluar color models

545764
RGB8487100
HSL229°8.70%36.08%
HSB/HSV229°16.00%39.22%
CMYK16.00%13.00%0.00%
60.78%

Color #545764 in popluar number systems.

HEX545764
Decimal8487100
Binary101010010101111100100
Octal124127144

Shades and tints

Shades of #545764

#545764
(84,87,100)
#4D505B
(77,80,91)
#464952
(70,73,82)
#3F4249
(63,66,73)
#383B40
(56,59,64)
#313437
(49,52,55)
#2A2D2E
(42,45,46)
#232625
(35,38,37)
#1C1F1C
(28,31,28)
#151813
(21,24,19)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #545764

#545764
(84,87,100)
#636672
(99,102,114)
#727580
(114,117,128)
#81848E
(129,132,142)
#90939C
(144,147,156)
#9FA2AA
(159,162,170)
#AEB1B8
(174,177,184)
#BDC0C6
(189,192,198)
#CCCFD4
(204,207,212)
#DBDEE2
(219,222,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545764; }

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

This text font color is #545764.


Background Color

.myBgColor { background-color: #545764; }

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

This div background color is #545764.


Border color

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

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

This div border color is #545764.


Opacity

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

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

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

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

This text has shadow with #545764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545764 on black background.


Color preview on white background

This text has color #545764 on white background.



Black color preview on #545764 background

This text has black color on #545764 background.


White color preview on #545764 background

This text has white color on #545764 background.