COLOR #54505A

HEX: #54505A
RGB: (84,80,90)

Color info

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

RGB color model

#54505A color RGB value is (84,80,90).

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

RGB channels and saturation

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

84
80
90

R + G + B ~ 33%. #54505A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 90 = 254 (100%)
R 84 of 254 ~ 33.07%
G 80 of 254 ~ 31.5%
B 90 of 254 ~ 35.43%

%33.07
%31.5
%35.43

CMYK color model

#54505A color CMYK value is (7,11,0,65).

  • cyan value is 6.67%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(7,11,0,65)
C7M11Y0K65 
(7%,11%,0%,65%)
(0.07/0.11/0.00/0.65)	

CMYK percentages

%6.67
%11.11
%0
%64.71

Codes

Color #54505A in popluar color models

54505A
RGB848090
HSL264°5.88%33.33%
HSB/HSV264°11.11%35.29%
CMYK6.67%11.11%0.00%
64.71%

Color #54505A in popluar number systems.

HEX54505A
Decimal848090
Binary101010010100001011010
Octal124120132

Shades and tints

Shades of #54505A

#54505A
(84,80,90)
#4D4952
(77,73,82)
#46424A
(70,66,74)
#3F3B42
(63,59,66)
#38343A
(56,52,58)
#312D32
(49,45,50)
#2A262A
(42,38,42)
#231F22
(35,31,34)
#1C181A
(28,24,26)
#151112
(21,17,18)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #54505A

#54505A
(84,80,90)
#635F69
(99,95,105)
#726E78
(114,110,120)
#817D87
(129,125,135)
#908C96
(144,140,150)
#9F9BA5
(159,155,165)
#AEAAB4
(174,170,180)
#BDB9C3
(189,185,195)
#CCC8D2
(204,200,210)
#DBD7E1
(219,215,225)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54505A; }

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

This text font color is #54505A.


Background Color

.myBgColor { background-color: #54505A; }

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

This div background color is #54505A.


Border color

.myBorderColor { border: 1px solid #54505A; }

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

This div border color is #54505A.


Opacity

.myOpacity80 { color: #54505A; opacity: 0.8; }

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

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

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

This text has shadow with #54505A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54505A on black background.


Color preview on white background

This text has color #54505A on white background.



Black color preview on #54505A background

This text has black color on #54505A background.


White color preview on #54505A background

This text has white color on #54505A background.