COLOR #54304E

HEX: #54304E
RGB: (84,48,78)

Color info

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

RGB color model

#54304E color RGB value is (84,48,78).

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

RGB channels and saturation

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

84
48
78

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

Portions of RGB colors in percentages

R + G + B =
84 + 48 + 78 = 210 (100%)
R 84 of 210 ~ 40%
G 48 of 210 ~ 22.86%
B 78 of 210 ~ 37.14%

%40
%22.86
%37.14

CMYK color model

#54304E color CMYK value is (0,43,7,67).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(0,43,7,67)
C0M43Y7K67 
(0%,43%,7%,67%)
(0.00/0.43/0.07/0.67)	

CMYK percentages

%0
%42.86
%7.14
%67.06

Codes

Color #54304E in popluar color models

54304E
RGB844878
HSL310°27.27%25.88%
HSB/HSV310°42.86%32.94%
CMYK0.00%42.86%7.14%
67.06%

Color #54304E in popluar number systems.

HEX54304E
Decimal844878
Binary10101001100001001110
Octal12460116

Shades and tints

Shades of #54304E

#54304E
(84,48,78)
#4D2C47
(77,44,71)
#462840
(70,40,64)
#3F2439
(63,36,57)
#382032
(56,32,50)
#311C2B
(49,28,43)
#2A1824
(42,24,36)
#23141D
(35,20,29)
#1C1016
(28,16,22)
#150C0F
(21,12,15)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #54304E

#54304E
(84,48,78)
#63425E
(99,66,94)
#72546E
(114,84,110)
#81667E
(129,102,126)
#90788E
(144,120,142)
#9F8A9E
(159,138,158)
#AE9CAE
(174,156,174)
#BDAEBE
(189,174,190)
#CCC0CE
(204,192,206)
#DBD2DE
(219,210,222)
#EAE4EE
(234,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54304E; }

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

This text font color is #54304E.


Background Color

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

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

This div background color is #54304E.


Border color

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

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

This div border color is #54304E.


Opacity

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

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

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

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

This text has shadow with #54304E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54304E on black background.


Color preview on white background

This text has color #54304E on white background.



Black color preview on #54304E background

This text has black color on #54304E background.


White color preview on #54304E background

This text has white color on #54304E background.