COLOR #54375D

HEX: #54375D
RGB: (84,55,93)

Color info

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

RGB color model

#54375D color RGB value is (84,55,93).

  • red value is 84;
  • green value is 55;
  • blue value is 93.
RGB:
(84,55,93)
(33%,22%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 55 of 255 = 22%
B 93 of 255 = 36%

84
55
93

R + G + B ~ 30%. #54375D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 55 + 93 = 232 (100%)
R 84 of 232 ~ 36.21%
G 55 of 232 ~ 23.71%
B 93 of 232 ~ 40.09%

%36.21
%23.71
%40.09

CMYK color model

#54375D color CMYK value is (10,41,0,64).

  • cyan value is 9.68%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(10,41,0,64)
C10M41Y0K64 
(10%,41%,0%,64%)
(0.10/0.41/0.00/0.64)	

CMYK percentages

%9.68
%40.86
%0
%63.53

Codes

Color #54375D in popluar color models

54375D
RGB845593
HSL286°25.68%29.02%
HSB/HSV286°40.86%36.47%
CMYK9.68%40.86%0.00%
63.53%

Color #54375D in popluar number systems.

HEX54375D
Decimal845593
Binary10101001101111011101
Octal12467135

Shades and tints

Shades of #54375D

#54375D
(84,55,93)
#4D3255
(77,50,85)
#462D4D
(70,45,77)
#3F2845
(63,40,69)
#38233D
(56,35,61)
#311E35
(49,30,53)
#2A192D
(42,25,45)
#231425
(35,20,37)
#1C0F1D
(28,15,29)
#150A15
(21,10,21)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #54375D

#54375D
(84,55,93)
#63496B
(99,73,107)
#725B79
(114,91,121)
#816D87
(129,109,135)
#907F95
(144,127,149)
#9F91A3
(159,145,163)
#AEA3B1
(174,163,177)
#BDB5BF
(189,181,191)
#CCC7CD
(204,199,205)
#DBD9DB
(219,217,219)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54375D color. Also use rgb(84,55,93) instead hex code.

Text Font Color

.myTextColor { color: #54375D; }

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

This text font color is #54375D.


Background Color

.myBgColor { background-color: #54375D; }

<div style="background-color:#54375D">Inner text</div>

This div background color is #54375D.


Border color

.myBorderColor { border: 1px solid #54375D; }

<div style="border:3px solid #54375D">Div</div>

This div border color is #54375D.


Opacity

.myOpacity80 { color: #54375D; opacity: 0.8; }

<p style="color:#54375D;opacity:0.8;">80%</p>

Text with #54375D 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 #54375D;}

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

This text has shadow with #54375D color.

.textShadow {text-shadow: 3px 3px 1px #54375D, 3px 3px 1px red;}

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

This text has shadow with #54375D primary color and red secondary color.


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

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

This text has shadow with #54375D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54375D on black background.


Color preview on white background

This text has color #54375D on white background.



Black color preview on #54375D background

This text has black color on #54375D background.


White color preview on #54375D background

This text has white color on #54375D background.