COLOR #545385

HEX: #545385
RGB: (84,83,133)

Color info

#545385 contains red, green and blue colors in about the same proportion. Web safe color of #545385 is #666699 (or #669).

RGB color model

#545385 color RGB value is (84,83,133).

  • red value is 84;
  • green value is 83;
  • blue value is 133.
RGB:
(84,83,133)
(33%,33%,52%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 133 of 255 = 52%

84
83
133

R + G + B ~ 39%. #545385 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 133 = 300 (100%)
R 84 of 300 ~ 28%
G 83 of 300 ~ 27.67%
B 133 of 300 ~ 44.33%

%28
%27.67
%44.33

CMYK color model

#545385 color CMYK value is (37,38,0,48).

  • cyan value is 36.84%
  • magenta value is 37.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(37,38,0,48)
C37M38Y0K48 
(37%,38%,0%,48%)
(0.37/0.38/0.00/0.48)	

CMYK percentages

%36.84
%37.59
%0
%47.84

Codes

Color #545385 in popluar color models

545385
RGB8483133
HSL241°23.15%42.35%
HSB/HSV241°37.59%52.16%
CMYK36.84%37.59%0.00%
47.84%

Color #545385 in popluar number systems.

HEX545385
Decimal8483133
Binary1010100101001110000101
Octal124123205

Shades and tints

Shades of #545385

#545385
(84,83,133)
#4D4C79
(77,76,121)
#46456D
(70,69,109)
#3F3E61
(63,62,97)
#383755
(56,55,85)
#313049
(49,48,73)
#2A293D
(42,41,61)
#232231
(35,34,49)
#1C1B25
(28,27,37)
#151419
(21,20,25)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #545385

#545385
(84,83,133)
#636290
(99,98,144)
#72719B
(114,113,155)
#8180A6
(129,128,166)
#908FB1
(144,143,177)
#9F9EBC
(159,158,188)
#AEADC7
(174,173,199)
#BDBCD2
(189,188,210)
#CCCBDD
(204,203,221)
#DBDAE8
(219,218,232)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545385 color. Also use rgb(84,83,133) instead hex code.

Text Font Color

.myTextColor { color: #545385; }

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

This text font color is #545385.


Background Color

.myBgColor { background-color: #545385; }

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

This div background color is #545385.


Border color

.myBorderColor { border: 1px solid #545385; }

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

This div border color is #545385.


Opacity

.myOpacity80 { color: #545385; opacity: 0.8; }

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

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

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

This text has shadow with #545385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545385 on black background.


Color preview on white background

This text has color #545385 on white background.



Black color preview on #545385 background

This text has black color on #545385 background.


White color preview on #545385 background

This text has white color on #545385 background.