COLOR #544655

HEX: #544655
RGB: (84,70,85)

Color info

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

RGB color model

#544655 color RGB value is (84,70,85).

  • red value is 84;
  • green value is 70;
  • blue value is 85.
RGB:
(84,70,85)
(33%,27%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 70 of 255 = 27%
B 85 of 255 = 33%

84
70
85

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

Portions of RGB colors in percentages

R + G + B =
84 + 70 + 85 = 239 (100%)
R 84 of 239 ~ 35.15%
G 70 of 239 ~ 29.29%
B 85 of 239 ~ 35.56%

%35.15
%29.29
%35.56

CMYK color model

#544655 color CMYK value is (1,18,0,67).

  • cyan value is 1.18%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(1,18,0,67)
C1M18Y0K67 
(1%,18%,0%,67%)
(0.01/0.18/0.00/0.67)	

CMYK percentages

%1.18
%17.65
%0
%66.67

Codes

Color #544655 in popluar color models

544655
RGB847085
HSL296°9.68%30.39%
HSB/HSV296°17.65%33.33%
CMYK1.18%17.65%0.00%
66.67%

Color #544655 in popluar number systems.

HEX544655
Decimal847085
Binary101010010001101010101
Octal124106125

Shades and tints

Shades of #544655

#544655
(84,70,85)
#4D404E
(77,64,78)
#463A47
(70,58,71)
#3F3440
(63,52,64)
#382E39
(56,46,57)
#312832
(49,40,50)
#2A222B
(42,34,43)
#231C24
(35,28,36)
#1C161D
(28,22,29)
#151016
(21,16,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #544655

#544655
(84,70,85)
#635664
(99,86,100)
#726673
(114,102,115)
#817682
(129,118,130)
#908691
(144,134,145)
#9F96A0
(159,150,160)
#AEA6AF
(174,166,175)
#BDB6BE
(189,182,190)
#CCC6CD
(204,198,205)
#DBD6DC
(219,214,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544655 color. Also use rgb(84,70,85) instead hex code.

Text Font Color

.myTextColor { color: #544655; }

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

This text font color is #544655.


Background Color

.myBgColor { background-color: #544655; }

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

This div background color is #544655.


Border color

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

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

This div border color is #544655.


Opacity

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

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

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

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

This text has shadow with #544655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544655 on black background.


Color preview on white background

This text has color #544655 on white background.



Black color preview on #544655 background

This text has black color on #544655 background.


White color preview on #544655 background

This text has white color on #544655 background.