COLOR #54324E

HEX: #54324E
RGB: (84,50,78)

Color info

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

RGB color model

#54324E color RGB value is (84,50,78).

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

RGB channels and saturation

R 84 of 255 = 33%
G 50 of 255 = 20%
B 78 of 255 = 31%

84
50
78

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

Portions of RGB colors in percentages

R + G + B =
84 + 50 + 78 = 212 (100%)
R 84 of 212 ~ 39.62%
G 50 of 212 ~ 23.58%
B 78 of 212 ~ 36.79%

%39.62
%23.58
%36.79

CMYK color model

#54324E color CMYK value is (0,40,7,67).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(0,40,7,67)
C0M40Y7K67 
(0%,40%,7%,67%)
(0.00/0.40/0.07/0.67)	

CMYK percentages

%0
%40.48
%7.14
%67.06

Codes

Color #54324E in popluar color models

54324E
RGB845078
HSL311°25.37%26.27%
HSB/HSV311°40.48%32.94%
CMYK0.00%40.48%7.14%
67.06%

Color #54324E in popluar number systems.

HEX54324E
Decimal845078
Binary10101001100101001110
Octal12462116

Shades and tints

Shades of #54324E

#54324E
(84,50,78)
#4D2E47
(77,46,71)
#462A40
(70,42,64)
#3F2639
(63,38,57)
#382232
(56,34,50)
#311E2B
(49,30,43)
#2A1A24
(42,26,36)
#23161D
(35,22,29)
#1C1216
(28,18,22)
#150E0F
(21,14,15)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #54324E

#54324E
(84,50,78)
#63445E
(99,68,94)
#72566E
(114,86,110)
#81687E
(129,104,126)
#907A8E
(144,122,142)
#9F8C9E
(159,140,158)
#AE9EAE
(174,158,174)
#BDB0BE
(189,176,190)
#CCC2CE
(204,194,206)
#DBD4DE
(219,212,222)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54324E; }

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

This text font color is #54324E.


Background Color

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

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

This div background color is #54324E.


Border color

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

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

This div border color is #54324E.


Opacity

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

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

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

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

This text has shadow with #54324E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54324E on black background.


Color preview on white background

This text has color #54324E on white background.



Black color preview on #54324E background

This text has black color on #54324E background.


White color preview on #54324E background

This text has white color on #54324E background.