COLOR #544460

HEX: #544460
RGB: (84,68,96)

Color info

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

RGB color model

#544460 color RGB value is (84,68,96).

  • red value is 84;
  • green value is 68;
  • blue value is 96.
RGB:
(84,68,96)
(33%,27%,38%)

RGB channels and saturation

R 84 of 255 = 33%
G 68 of 255 = 27%
B 96 of 255 = 38%

84
68
96

R + G + B ~ 33%. #544460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 68 + 96 = 248 (100%)
R 84 of 248 ~ 33.87%
G 68 of 248 ~ 27.42%
B 96 of 248 ~ 38.71%

%33.87
%27.42
%38.71

CMYK color model

#544460 color CMYK value is (13,29,0,62).

  • cyan value is 12.50%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(13,29,0,62)
C13M29Y0K62 
(13%,29%,0%,62%)
(0.13/0.29/0.00/0.62)	

CMYK percentages

%12.5
%29.17
%0
%62.35

Codes

Color #544460 in popluar color models

544460
RGB846896
HSL274°17.07%32.16%
HSB/HSV274°29.17%37.65%
CMYK12.50%29.17%0.00%
62.35%

Color #544460 in popluar number systems.

HEX544460
Decimal846896
Binary101010010001001100000
Octal124104140

Shades and tints

Shades of #544460

#544460
(84,68,96)
#4D3E58
(77,62,88)
#463850
(70,56,80)
#3F3248
(63,50,72)
#382C40
(56,44,64)
#312638
(49,38,56)
#2A2030
(42,32,48)
#231A28
(35,26,40)
#1C1420
(28,20,32)
#150E18
(21,14,24)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #544460

#544460
(84,68,96)
#63556E
(99,85,110)
#72667C
(114,102,124)
#81778A
(129,119,138)
#908898
(144,136,152)
#9F99A6
(159,153,166)
#AEAAB4
(174,170,180)
#BDBBC2
(189,187,194)
#CCCCD0
(204,204,208)
#DBDDDE
(219,221,222)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544460 color. Also use rgb(84,68,96) instead hex code.

Text Font Color

.myTextColor { color: #544460; }

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

This text font color is #544460.


Background Color

.myBgColor { background-color: #544460; }

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

This div background color is #544460.


Border color

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

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

This div border color is #544460.


Opacity

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

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

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

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

This text has shadow with #544460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544460 on black background.


Color preview on white background

This text has color #544460 on white background.



Black color preview on #544460 background

This text has black color on #544460 background.


White color preview on #544460 background

This text has white color on #544460 background.