COLOR #54416A

HEX: #54416A
RGB: (84,65,106)

Color info

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

RGB color model

#54416A color RGB value is (84,65,106).

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

RGB channels and saturation

R 84 of 255 = 33%
G 65 of 255 = 25%
B 106 of 255 = 42%

84
65
106

R + G + B ~ 33%. #54416A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 65 + 106 = 255 (100%)
R 84 of 255 ~ 32.94%
G 65 of 255 ~ 25.49%
B 106 of 255 ~ 41.57%

%32.94
%25.49
%41.57

CMYK color model

#54416A color CMYK value is (21,39,0,58).

  • cyan value is 20.75%
  • magenta value is 38.68%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(21,39,0,58)
C21M39Y0K58 
(21%,39%,0%,58%)
(0.21/0.39/0.00/0.58)	

CMYK percentages

%20.75
%38.68
%0
%58.43

Codes

Color #54416A in popluar color models

54416A
RGB8465106
HSL268°23.98%33.53%
HSB/HSV268°38.68%41.57%
CMYK20.75%38.68%0.00%
58.43%

Color #54416A in popluar number systems.

HEX54416A
Decimal8465106
Binary101010010000011101010
Octal124101152

Shades and tints

Shades of #54416A

#54416A
(84,65,106)
#4D3C61
(77,60,97)
#463758
(70,55,88)
#3F324F
(63,50,79)
#382D46
(56,45,70)
#31283D
(49,40,61)
#2A2334
(42,35,52)
#231E2B
(35,30,43)
#1C1922
(28,25,34)
#151419
(21,20,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #54416A

#54416A
(84,65,106)
#635277
(99,82,119)
#726384
(114,99,132)
#817491
(129,116,145)
#90859E
(144,133,158)
#9F96AB
(159,150,171)
#AEA7B8
(174,167,184)
#BDB8C5
(189,184,197)
#CCC9D2
(204,201,210)
#DBDADF
(219,218,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54416A; }

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

This text font color is #54416A.


Background Color

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

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

This div background color is #54416A.


Border color

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

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

This div border color is #54416A.


Opacity

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

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

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

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

This text has shadow with #54416A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54416A on black background.


Color preview on white background

This text has color #54416A on white background.



Black color preview on #54416A background

This text has black color on #54416A background.


White color preview on #54416A background

This text has white color on #54416A background.