COLOR #545450

HEX: #545450
RGB: (84,84,80)

Color info

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

RGB color model

#545450 color RGB value is (84,84,80).

  • red value is 84;
  • green value is 84;
  • blue value is 80.
RGB:
(84,84,80)
(33%,33%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 80 of 255 = 31%

84
84
80

R + G + B ~ 32%. #545450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 80 = 248 (100%)
R 84 of 248 ~ 33.87%
G 84 of 248 ~ 33.87%
B 80 of 248 ~ 32.26%

%33.87
%33.87
%32.26

CMYK color model

#545450 color CMYK value is (0,0,5,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(0,0,5,67)
C0M0Y5K67 
(0%,0%,5%,67%)
(0.00/0.00/0.05/0.67)	

CMYK percentages

%0
%0
%4.76
%67.06

Codes

Color #545450 in popluar color models

545450
RGB848480
HSL60°2.44%32.16%
HSB/HSV60°4.76%32.94%
CMYK0.00%0.00%4.76%
67.06%

Color #545450 in popluar number systems.

HEX545450
Decimal848480
Binary101010010101001010000
Octal124124120

Shades and tints

Shades of #545450

#545450
(84,84,80)
#4D4D49
(77,77,73)
#464642
(70,70,66)
#3F3F3B
(63,63,59)
#383834
(56,56,52)
#31312D
(49,49,45)
#2A2A26
(42,42,38)
#23231F
(35,35,31)
#1C1C18
(28,28,24)
#151511
(21,21,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #545450

#545450
(84,84,80)
#63635F
(99,99,95)
#72726E
(114,114,110)
#81817D
(129,129,125)
#90908C
(144,144,140)
#9F9F9B
(159,159,155)
#AEAEAA
(174,174,170)
#BDBDB9
(189,189,185)
#CCCCC8
(204,204,200)
#DBDBD7
(219,219,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545450; }

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

This text font color is #545450.


Background Color

.myBgColor { background-color: #545450; }

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

This div background color is #545450.


Border color

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

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

This div border color is #545450.


Opacity

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

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

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

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

This text has shadow with #545450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545450 on black background.


Color preview on white background

This text has color #545450 on white background.



Black color preview on #545450 background

This text has black color on #545450 background.


White color preview on #545450 background

This text has white color on #545450 background.