COLOR #54476A

HEX: #54476A
RGB: (84,71,106)

Color info

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

RGB color model

#54476A color RGB value is (84,71,106).

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

RGB channels and saturation

R 84 of 255 = 33%
G 71 of 255 = 28%
B 106 of 255 = 42%

84
71
106

R + G + B ~ 34%. #54476A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 71 + 106 = 261 (100%)
R 84 of 261 ~ 32.18%
G 71 of 261 ~ 27.2%
B 106 of 261 ~ 40.61%

%32.18
%27.2
%40.61

CMYK color model

#54476A color CMYK value is (21,33,0,58).

  • cyan value is 20.75%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(21,33,0,58)
C21M33Y0K58 
(21%,33%,0%,58%)
(0.21/0.33/0.00/0.58)	

CMYK percentages

%20.75
%33.02
%0
%58.43

Codes

Color #54476A in popluar color models

54476A
RGB8471106
HSL262°19.77%34.71%
HSB/HSV262°33.02%41.57%
CMYK20.75%33.02%0.00%
58.43%

Color #54476A in popluar number systems.

HEX54476A
Decimal8471106
Binary101010010001111101010
Octal124107152

Shades and tints

Shades of #54476A

#54476A
(84,71,106)
#4D4161
(77,65,97)
#463B58
(70,59,88)
#3F354F
(63,53,79)
#382F46
(56,47,70)
#31293D
(49,41,61)
#2A2334
(42,35,52)
#231D2B
(35,29,43)
#1C1722
(28,23,34)
#151119
(21,17,25)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #54476A

#54476A
(84,71,106)
#635777
(99,87,119)
#726784
(114,103,132)
#817791
(129,119,145)
#90879E
(144,135,158)
#9F97AB
(159,151,171)
#AEA7B8
(174,167,184)
#BDB7C5
(189,183,197)
#CCC7D2
(204,199,210)
#DBD7DF
(219,215,223)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54476A color. Also use rgb(84,71,106) instead hex code.

Text Font Color

.myTextColor { color: #54476A; }

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

This text font color is #54476A.


Background Color

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

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

This div background color is #54476A.


Border color

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

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

This div border color is #54476A.


Opacity

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

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

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

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

This text has shadow with #54476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54476A on black background.


Color preview on white background

This text has color #54476A on white background.



Black color preview on #54476A background

This text has black color on #54476A background.


White color preview on #54476A background

This text has white color on #54476A background.