COLOR #544557

HEX: #544557
RGB: (84,69,87)

Color info

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

RGB color model

#544557 color RGB value is (84,69,87).

  • red value is 84;
  • green value is 69;
  • blue value is 87.
RGB:
(84,69,87)
(33%,27%,34%)

RGB channels and saturation

R 84 of 255 = 33%
G 69 of 255 = 27%
B 87 of 255 = 34%

84
69
87

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

Portions of RGB colors in percentages

R + G + B =
84 + 69 + 87 = 240 (100%)
R 84 of 240 ~ 35%
G 69 of 240 ~ 28.75%
B 87 of 240 ~ 36.25%

%35
%28.75
%36.25

CMYK color model

#544557 color CMYK value is (3,21,0,66).

  • cyan value is 3.45%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(3,21,0,66)
C3M21Y0K66 
(3%,21%,0%,66%)
(0.03/0.21/0.00/0.66)	

CMYK percentages

%3.45
%20.69
%0
%65.88

Codes

Color #544557 in popluar color models

544557
RGB846987
HSL290°11.54%30.59%
HSB/HSV290°20.69%34.12%
CMYK3.45%20.69%0.00%
65.88%

Color #544557 in popluar number systems.

HEX544557
Decimal846987
Binary101010010001011010111
Octal124105127

Shades and tints

Shades of #544557

#544557
(84,69,87)
#4D3F50
(77,63,80)
#463949
(70,57,73)
#3F3342
(63,51,66)
#382D3B
(56,45,59)
#312734
(49,39,52)
#2A212D
(42,33,45)
#231B26
(35,27,38)
#1C151F
(28,21,31)
#150F18
(21,15,24)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #544557

#544557
(84,69,87)
#635566
(99,85,102)
#726575
(114,101,117)
#817584
(129,117,132)
#908593
(144,133,147)
#9F95A2
(159,149,162)
#AEA5B1
(174,165,177)
#BDB5C0
(189,181,192)
#CCC5CF
(204,197,207)
#DBD5DE
(219,213,222)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544557 color. Also use rgb(84,69,87) instead hex code.

Text Font Color

.myTextColor { color: #544557; }

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

This text font color is #544557.


Background Color

.myBgColor { background-color: #544557; }

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

This div background color is #544557.


Border color

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

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

This div border color is #544557.


Opacity

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

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

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

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

This text has shadow with #544557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544557 on black background.


Color preview on white background

This text has color #544557 on white background.



Black color preview on #544557 background

This text has black color on #544557 background.


White color preview on #544557 background

This text has white color on #544557 background.