COLOR #54224B

HEX: #54224B
RGB: (84,34,75)

Color info

#54224B contains red, green and blue colors in about the same proportion. Web safe color of #54224B is #663333 (or #633).

RGB color model

#54224B color RGB value is (84,34,75).

  • red value is 84;
  • green value is 34;
  • blue value is 75.
RGB:
(84,34,75)
(33%,13%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 34 of 255 = 13%
B 75 of 255 = 29%

84
34
75

R + G + B ~ 25%. #54224B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 34 + 75 = 193 (100%)
R 84 of 193 ~ 43.52%
G 34 of 193 ~ 17.62%
B 75 of 193 ~ 38.86%

%43.52
%17.62
%38.86

CMYK color model

#54224B color CMYK value is (0,60,11,67).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 10.71%
  • key color value is 67.06%
CMYK:
(0,60,11,67)
C0M60Y11K67 
(0%,60%,11%,67%)
(0.00/0.60/0.11/0.67)	

CMYK percentages

%0
%59.52
%10.71
%67.06

Codes

Color #54224B in popluar color models

54224B
RGB843475
HSL311°42.37%23.14%
HSB/HSV311°59.52%32.94%
CMYK0.00%59.52%10.71%
67.06%

Color #54224B in popluar number systems.

HEX54224B
Decimal843475
Binary10101001000101001011
Octal12442113

Shades and tints

Shades of #54224B

#54224B
(84,34,75)
#4D1F45
(77,31,69)
#461C3F
(70,28,63)
#3F1939
(63,25,57)
#381633
(56,22,51)
#31132D
(49,19,45)
#2A1027
(42,16,39)
#230D21
(35,13,33)
#1C0A1B
(28,10,27)
#150715
(21,7,21)
#0E040F
(14,4,15)
#000000
(0,0,0)

Tints of #54224B

#54224B
(84,34,75)
#63365B
(99,54,91)
#724A6B
(114,74,107)
#815E7B
(129,94,123)
#90728B
(144,114,139)
#9F869B
(159,134,155)
#AE9AAB
(174,154,171)
#BDAEBB
(189,174,187)
#CCC2CB
(204,194,203)
#DBD6DB
(219,214,219)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54224B color. Also use rgb(84,34,75) instead hex code.

Text Font Color

.myTextColor { color: #54224B; }

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

This text font color is #54224B.


Background Color

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

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

This div background color is #54224B.


Border color

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

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

This div border color is #54224B.


Opacity

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

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

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

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

This text has shadow with #54224B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54224B on black background.


Color preview on white background

This text has color #54224B on white background.



Black color preview on #54224B background

This text has black color on #54224B background.


White color preview on #54224B background

This text has white color on #54224B background.