COLOR #54545E

HEX: #54545E
RGB: (84,84,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

84
84
94

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

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 94 = 262 (100%)
R 84 of 262 ~ 32.06%
G 84 of 262 ~ 32.06%
B 94 of 262 ~ 35.88%

%32.06
%32.06
%35.88

CMYK color model

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

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

CMYK percentages

%10.64
%10.64
%0
%63.14

Codes

Color #54545E in popluar color models

54545E
RGB848494
HSL240°5.62%34.90%
HSB/HSV240°10.64%36.86%
CMYK10.64%10.64%0.00%
63.14%

Color #54545E in popluar number systems.

HEX54545E
Decimal848494
Binary101010010101001011110
Octal124124136

Shades and tints

Shades of #54545E

#54545E
(84,84,94)
#4D4D56
(77,77,86)
#46464E
(70,70,78)
#3F3F46
(63,63,70)
#38383E
(56,56,62)
#313136
(49,49,54)
#2A2A2E
(42,42,46)
#232326
(35,35,38)
#1C1C1E
(28,28,30)
#151516
(21,21,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #54545E

#54545E
(84,84,94)
#63636C
(99,99,108)
#72727A
(114,114,122)
#818188
(129,129,136)
#909096
(144,144,150)
#9F9FA4
(159,159,164)
#AEAEB2
(174,174,178)
#BDBDC0
(189,189,192)
#CCCCCE
(204,204,206)
#DBDBDC
(219,219,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54545E; }

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

This text font color is #54545E.


Background Color

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

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

This div background color is #54545E.


Border color

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

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

This div border color is #54545E.


Opacity

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

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

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

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

This text has shadow with #54545E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54545E on black background.


Color preview on white background

This text has color #54545E on white background.



Black color preview on #54545E background

This text has black color on #54545E background.


White color preview on #54545E background

This text has white color on #54545E background.