COLOR #54385E

HEX: #54385E
RGB: (84,56,94)

Color info

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

RGB color model

#54385E color RGB value is (84,56,94).

  • red value is 84;
  • green value is 56;
  • blue value is 94.
RGB:
(84,56,94)
(33%,22%,37%)

RGB channels and saturation

R 84 of 255 = 33%
G 56 of 255 = 22%
B 94 of 255 = 37%

84
56
94

R + G + B ~ 31%. #54385E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 56 + 94 = 234 (100%)
R 84 of 234 ~ 35.9%
G 56 of 234 ~ 23.93%
B 94 of 234 ~ 40.17%

%35.9
%23.93
%40.17

CMYK color model

#54385E color CMYK value is (11,40,0,63).

  • cyan value is 10.64%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(11,40,0,63)
C11M40Y0K63 
(11%,40%,0%,63%)
(0.11/0.40/0.00/0.63)	

CMYK percentages

%10.64
%40.43
%0
%63.14

Codes

Color #54385E in popluar color models

54385E
RGB845694
HSL284°25.33%29.41%
HSB/HSV284°40.43%36.86%
CMYK10.64%40.43%0.00%
63.14%

Color #54385E in popluar number systems.

HEX54385E
Decimal845694
Binary10101001110001011110
Octal12470136

Shades and tints

Shades of #54385E

#54385E
(84,56,94)
#4D3356
(77,51,86)
#462E4E
(70,46,78)
#3F2946
(63,41,70)
#38243E
(56,36,62)
#311F36
(49,31,54)
#2A1A2E
(42,26,46)
#231526
(35,21,38)
#1C101E
(28,16,30)
#150B16
(21,11,22)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #54385E

#54385E
(84,56,94)
#634A6C
(99,74,108)
#725C7A
(114,92,122)
#816E88
(129,110,136)
#908096
(144,128,150)
#9F92A4
(159,146,164)
#AEA4B2
(174,164,178)
#BDB6C0
(189,182,192)
#CCC8CE
(204,200,206)
#DBDADC
(219,218,220)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54385E color. Also use rgb(84,56,94) instead hex code.

Text Font Color

.myTextColor { color: #54385E; }

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

This text font color is #54385E.


Background Color

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

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

This div background color is #54385E.


Border color

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

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

This div border color is #54385E.


Opacity

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

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

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

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

This text has shadow with #54385E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54385E on black background.


Color preview on white background

This text has color #54385E on white background.



Black color preview on #54385E background

This text has black color on #54385E background.


White color preview on #54385E background

This text has white color on #54385E background.