COLOR #54295B

HEX: #54295B
RGB: (84,41,91)

Color info

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

RGB color model

#54295B color RGB value is (84,41,91).

  • red value is 84;
  • green value is 41;
  • blue value is 91.
RGB:
(84,41,91)
(33%,16%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 41 of 255 = 16%
B 91 of 255 = 36%

84
41
91

R + G + B ~ 28%. #54295B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 41 + 91 = 216 (100%)
R 84 of 216 ~ 38.89%
G 41 of 216 ~ 18.98%
B 91 of 216 ~ 42.13%

%38.89
%18.98
%42.13

CMYK color model

#54295B color CMYK value is (8,55,0,64).

  • cyan value is 7.69%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(8,55,0,64)
C8M55Y0K64 
(8%,55%,0%,64%)
(0.08/0.55/0.00/0.64)	

CMYK percentages

%7.69
%54.95
%0
%64.31

Codes

Color #54295B in popluar color models

54295B
RGB844191
HSL292°37.88%25.88%
HSB/HSV292°54.95%35.69%
CMYK7.69%54.95%0.00%
64.31%

Color #54295B in popluar number systems.

HEX54295B
Decimal844191
Binary10101001010011011011
Octal12451133

Shades and tints

Shades of #54295B

#54295B
(84,41,91)
#4D2653
(77,38,83)
#46234B
(70,35,75)
#3F2043
(63,32,67)
#381D3B
(56,29,59)
#311A33
(49,26,51)
#2A172B
(42,23,43)
#231423
(35,20,35)
#1C111B
(28,17,27)
#150E13
(21,14,19)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #54295B

#54295B
(84,41,91)
#633C69
(99,60,105)
#724F77
(114,79,119)
#816285
(129,98,133)
#907593
(144,117,147)
#9F88A1
(159,136,161)
#AE9BAF
(174,155,175)
#BDAEBD
(189,174,189)
#CCC1CB
(204,193,203)
#DBD4D9
(219,212,217)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54295B color. Also use rgb(84,41,91) instead hex code.

Text Font Color

.myTextColor { color: #54295B; }

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

This text font color is #54295B.


Background Color

.myBgColor { background-color: #54295B; }

<div style="background-color:#54295B">Inner text</div>

This div background color is #54295B.


Border color

.myBorderColor { border: 1px solid #54295B; }

<div style="border:3px solid #54295B">Div</div>

This div border color is #54295B.


Opacity

.myOpacity80 { color: #54295B; opacity: 0.8; }

<p style="color:#54295B;opacity:0.8;">80%</p>

Text with #54295B 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 #54295B;}

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

This text has shadow with #54295B color.

.textShadow {text-shadow: 3px 3px 1px #54295B, 3px 3px 1px red;}

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

This text has shadow with #54295B primary color and red secondary color.


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

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

This text has shadow with #54295B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54295B on black background.


Color preview on white background

This text has color #54295B on white background.



Black color preview on #54295B background

This text has black color on #54295B background.


White color preview on #54295B background

This text has white color on #54295B background.