COLOR #54475D

HEX: #54475D RGB: (84,71,93)

Color info

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

RGB color model

#54475D color RGB value is (84,71,93).

RGB: (84,71,93) (33%, 28%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 71 of 255 = 28%
B 93 of 255 = 36%

84
71
93

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

Portions of RGB colors in percentages

R + G + B = 84 + 71 + 93 = 248 (100%)
R 84 of 248 ~ 33.87%
G 71 of 248 ~ 28.63%
B 93 of 248 ~ 37.5'%

%33.87
%28.63
%37.5

CMYK color model

#54475D color CMYK value is (10,24,0,64).

  • cyan value is 9.68%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (10,24,0,64)
C10M24Y0K64 (10%, 24%, 0%, 64%)
(0.10 / 0.24 / 0.00 / 0.64)

CMYK percentages

%9.68
%23.66
%0
%63.53

Codes

Color #54475D in popluar color models

54 47 5D
RGB 84 71 93
HSL 275° 13.41% 32.16%
HSB/HSV 275° 23.66% 36.47%
CMYK 9.68% 23.66% 0.00%
63.53%

Color #54475D in popluar number systems.

HEX 54 47 5D
Decimal 84 71 93
Binary 1010100 1000111 1011101
Octal 124 107 135

Shades and tints

Shades of #54475D

#54475D
(84,71,93)
#4D4155
(77,65,85)
#463B4D
(70,59,77)
#3F3545
(63,53,69)
#382F3D
(56,47,61)
#312935
(49,41,53)
#2A232D
(42,35,45)
#231D25
(35,29,37)
#1C171D
(28,23,29)
#151115
(21,17,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #54475D

#54475D
(84,71,93)
#63576B
(99,87,107)
#726779
(114,103,121)
#817787
(129,119,135)
#908795
(144,135,149)
#9F97A3
(159,151,163)
#AEA7B1
(174,167,177)
#BDB7BF
(189,183,191)
#CCC7CD
(204,199,205)
#DBD7DB
(219,215,219)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54475D; }

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

This text font color is #54475D.

Background Color

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

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

This div background color is #54475D.

Border color

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

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

This div border color is #54475D.

Opacity

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

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

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

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

This text has shadow with #54475D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54475D.

Preview

Color preview on black background

This text has color #54475D on black background.


Color preview on white background

This text has color #54475D on white background.


Black color preview on #54475D background

This text has black color on #54475D background.


White color preview on #54475D background

This text has white color on #54475D background.


Related colors

Complementary color

Complementary color for #hex is #ABB8A2.


I love getcolorcode.com

Triadic colors

1 #5D5447 and #475D54 with #54475D are triadic colors.

2 #5D4754 and #47545D with #54475D are triadic colors.