COLOR #54535E

HEX: #54535E
RGB: (84,83,94)

Color info

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

RGB color model

#54535E color RGB value is (84,83,94).

  • red value is 84;
  • green value is 83;
  • blue value is 94.
RGB:
(84,83,94)
(33%,33%,37%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 94 of 255 = 37%

84
83
94

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

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 94 = 261 (100%)
R 84 of 261 ~ 32.18%
G 83 of 261 ~ 31.8%
B 94 of 261 ~ 36.02%

%32.18
%31.8
%36.02

CMYK color model

#54535E color CMYK value is (11,12,0,63).

  • cyan value is 10.64%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(11,12,0,63)
C11M12Y0K63 
(11%,12%,0%,63%)
(0.11/0.12/0.00/0.63)	

CMYK percentages

%10.64
%11.7
%0
%63.14

Codes

Color #54535E in popluar color models

54535E
RGB848394
HSL245°6.21%34.71%
HSB/HSV245°11.70%36.86%
CMYK10.64%11.70%0.00%
63.14%

Color #54535E in popluar number systems.

HEX54535E
Decimal848394
Binary101010010100111011110
Octal124123136

Shades and tints

Shades of #54535E

#54535E
(84,83,94)
#4D4C56
(77,76,86)
#46454E
(70,69,78)
#3F3E46
(63,62,70)
#38373E
(56,55,62)
#313036
(49,48,54)
#2A292E
(42,41,46)
#232226
(35,34,38)
#1C1B1E
(28,27,30)
#151416
(21,20,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #54535E

#54535E
(84,83,94)
#63626C
(99,98,108)
#72717A
(114,113,122)
#818088
(129,128,136)
#908F96
(144,143,150)
#9F9EA4
(159,158,164)
#AEADB2
(174,173,178)
#BDBCC0
(189,188,192)
#CCCBCE
(204,203,206)
#DBDADC
(219,218,220)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54535E color. Also use rgb(84,83,94) instead hex code.

Text Font Color

.myTextColor { color: #54535E; }

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

This text font color is #54535E.


Background Color

.myBgColor { background-color: #54535E; }

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

This div background color is #54535E.


Border color

.myBorderColor { border: 1px solid #54535E; }

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

This div border color is #54535E.


Opacity

.myOpacity80 { color: #54535E; opacity: 0.8; }

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

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

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

This text has shadow with #54535E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54535E on black background.


Color preview on white background

This text has color #54535E on white background.



Black color preview on #54535E background

This text has black color on #54535E background.


White color preview on #54535E background

This text has white color on #54535E background.