COLOR #54475E

HEX: #54475E
RGB: (84,71,94)

Color info

#54475E contains red, green and blue colors in about the same proportion. Web safe color of #54475E is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

84
71
94

R + G + B ~ 33%. #54475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 71 + 94 = 249 (100%)
R 84 of 249 ~ 33.73%
G 71 of 249 ~ 28.51%
B 94 of 249 ~ 37.75%

%33.73
%28.51
%37.75

CMYK color model

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

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

CMYK percentages

%10.64
%24.47
%0
%63.14

Codes

Color #54475E in popluar color models

54475E
RGB847194
HSL274°13.94%32.35%
HSB/HSV274°24.47%36.86%
CMYK10.64%24.47%0.00%
63.14%

Color #54475E in popluar number systems.

HEX54475E
Decimal847194
Binary101010010001111011110
Octal124107136

Shades and tints

Shades of #54475E

#54475E
(84,71,94)
#4D4156
(77,65,86)
#463B4E
(70,59,78)
#3F3546
(63,53,70)
#382F3E
(56,47,62)
#312936
(49,41,54)
#2A232E
(42,35,46)
#231D26
(35,29,38)
#1C171E
(28,23,30)
#151116
(21,17,22)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #54475E

#54475E
(84,71,94)
#63576C
(99,87,108)
#72677A
(114,103,122)
#817788
(129,119,136)
#908796
(144,135,150)
#9F97A4
(159,151,164)
#AEA7B2
(174,167,178)
#BDB7C0
(189,183,192)
#CCC7CE
(204,199,206)
#DBD7DC
(219,215,220)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54475E; }

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

This text font color is #54475E.


Background Color

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

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

This div background color is #54475E.


Border color

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

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

This div border color is #54475E.


Opacity

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

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

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

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

This text has shadow with #54475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54475E on black background.


Color preview on white background

This text has color #54475E on white background.



Black color preview on #54475E background

This text has black color on #54475E background.


White color preview on #54475E background

This text has white color on #54475E background.