COLOR #544859

HEX: #544859
RGB: (84,72,89)

Color info

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

RGB color model

#544859 color RGB value is (84,72,89).

  • red value is 84;
  • green value is 72;
  • blue value is 89.
RGB:
(84,72,89)
(33%,28%,35%)

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 89 of 255 = 35%

84
72
89

R + G + B ~ 32%. #544859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 89 = 245 (100%)
R 84 of 245 ~ 34.29%
G 72 of 245 ~ 29.39%
B 89 of 245 ~ 36.33%

%34.29
%29.39
%36.33

CMYK color model

#544859 color CMYK value is (6,19,0,65).

  • cyan value is 5.62%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(6,19,0,65)
C6M19Y0K65 
(6%,19%,0%,65%)
(0.06/0.19/0.00/0.65)	

CMYK percentages

%5.62
%19.1
%0
%65.1

Codes

Color #544859 in popluar color models

544859
RGB847289
HSL282°10.56%31.57%
HSB/HSV282°19.10%34.90%
CMYK5.62%19.10%0.00%
65.10%

Color #544859 in popluar number systems.

HEX544859
Decimal847289
Binary101010010010001011001
Octal124110131

Shades and tints

Shades of #544859

#544859
(84,72,89)
#4D4251
(77,66,81)
#463C49
(70,60,73)
#3F3641
(63,54,65)
#383039
(56,48,57)
#312A31
(49,42,49)
#2A2429
(42,36,41)
#231E21
(35,30,33)
#1C1819
(28,24,25)
#151211
(21,18,17)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #544859

#544859
(84,72,89)
#635868
(99,88,104)
#726877
(114,104,119)
#817886
(129,120,134)
#908895
(144,136,149)
#9F98A4
(159,152,164)
#AEA8B3
(174,168,179)
#BDB8C2
(189,184,194)
#CCC8D1
(204,200,209)
#DBD8E0
(219,216,224)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544859 color. Also use rgb(84,72,89) instead hex code.

Text Font Color

.myTextColor { color: #544859; }

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

This text font color is #544859.


Background Color

.myBgColor { background-color: #544859; }

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

This div background color is #544859.


Border color

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

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

This div border color is #544859.


Opacity

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

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

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

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

This text has shadow with #544859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544859 on black background.


Color preview on white background

This text has color #544859 on white background.



Black color preview on #544859 background

This text has black color on #544859 background.


White color preview on #544859 background

This text has white color on #544859 background.