COLOR #54304F

HEX: #54304F
RGB: (84,48,79)

Color info

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

RGB color model

#54304F color RGB value is (84,48,79).

  • red value is 84;
  • green value is 48;
  • blue value is 79.
RGB:
(84,48,79)
(33%,19%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 48 of 255 = 19%
B 79 of 255 = 31%

84
48
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 48 + 79 = 211 (100%)
R 84 of 211 ~ 39.81%
G 48 of 211 ~ 22.75%
B 79 of 211 ~ 37.44%

%39.81
%22.75
%37.44

CMYK color model

#54304F color CMYK value is (0,43,6,67).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK:
(0,43,6,67)
C0M43Y6K67 
(0%,43%,6%,67%)
(0.00/0.43/0.06/0.67)	

CMYK percentages

%0
%42.86
%5.95
%67.06

Codes

Color #54304F in popluar color models

54304F
RGB844879
HSL308°27.27%25.88%
HSB/HSV308°42.86%32.94%
CMYK0.00%42.86%5.95%
67.06%

Color #54304F in popluar number systems.

HEX54304F
Decimal844879
Binary10101001100001001111
Octal12460117

Shades and tints

Shades of #54304F

#54304F
(84,48,79)
#4D2C48
(77,44,72)
#462841
(70,40,65)
#3F243A
(63,36,58)
#382033
(56,32,51)
#311C2C
(49,28,44)
#2A1825
(42,24,37)
#23141E
(35,20,30)
#1C1017
(28,16,23)
#150C10
(21,12,16)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #54304F

#54304F
(84,48,79)
#63425F
(99,66,95)
#72546F
(114,84,111)
#81667F
(129,102,127)
#90788F
(144,120,143)
#9F8A9F
(159,138,159)
#AE9CAF
(174,156,175)
#BDAEBF
(189,174,191)
#CCC0CF
(204,192,207)
#DBD2DF
(219,210,223)
#EAE4EF
(234,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54304F color. Also use rgb(84,48,79) instead hex code.

Text Font Color

.myTextColor { color: #54304F; }

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

This text font color is #54304F.


Background Color

.myBgColor { background-color: #54304F; }

<div style="background-color:#54304F">Inner text</div>

This div background color is #54304F.


Border color

.myBorderColor { border: 1px solid #54304F; }

<div style="border:3px solid #54304F">Div</div>

This div border color is #54304F.


Opacity

.myOpacity80 { color: #54304F; opacity: 0.8; }

<p style="color:#54304F;opacity:0.8;">80%</p>

Text with #54304F 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 #54304F;}

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

This text has shadow with #54304F color.

.textShadow {text-shadow: 3px 3px 1px #54304F, 3px 3px 1px red;}

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

This text has shadow with #54304F primary color and red secondary color.


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

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

This text has shadow with #54304F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54304F on black background.


Color preview on white background

This text has color #54304F on white background.



Black color preview on #54304F background

This text has black color on #54304F background.


White color preview on #54304F background

This text has white color on #54304F background.