COLOR #544663

HEX: #544663
RGB: (84,70,99)

Color info

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

RGB color model

#544663 color RGB value is (84,70,99).

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

RGB channels and saturation

R 84 of 255 = 33%
G 70 of 255 = 27%
B 99 of 255 = 39%

84
70
99

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

Portions of RGB colors in percentages

R + G + B =
84 + 70 + 99 = 253 (100%)
R 84 of 253 ~ 33.2%
G 70 of 253 ~ 27.67%
B 99 of 253 ~ 39.13%

%33.2
%27.67
%39.13

CMYK color model

#544663 color CMYK value is (15,29,0,61).

  • cyan value is 15.15%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(15,29,0,61)
C15M29Y0K61 
(15%,29%,0%,61%)
(0.15/0.29/0.00/0.61)	

CMYK percentages

%15.15
%29.29
%0
%61.18

Codes

Color #544663 in popluar color models

544663
RGB847099
HSL269°17.16%33.14%
HSB/HSV269°29.29%38.82%
CMYK15.15%29.29%0.00%
61.18%

Color #544663 in popluar number systems.

HEX544663
Decimal847099
Binary101010010001101100011
Octal124106143

Shades and tints

Shades of #544663

#544663
(84,70,99)
#4D405A
(77,64,90)
#463A51
(70,58,81)
#3F3448
(63,52,72)
#382E3F
(56,46,63)
#312836
(49,40,54)
#2A222D
(42,34,45)
#231C24
(35,28,36)
#1C161B
(28,22,27)
#151012
(21,16,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #544663

#544663
(84,70,99)
#635671
(99,86,113)
#72667F
(114,102,127)
#81768D
(129,118,141)
#90869B
(144,134,155)
#9F96A9
(159,150,169)
#AEA6B7
(174,166,183)
#BDB6C5
(189,182,197)
#CCC6D3
(204,198,211)
#DBD6E1
(219,214,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544663; }

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

This text font color is #544663.


Background Color

.myBgColor { background-color: #544663; }

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

This div background color is #544663.


Border color

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

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

This div border color is #544663.


Opacity

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

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

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

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

This text has shadow with #544663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544663 on black background.


Color preview on white background

This text has color #544663 on white background.



Black color preview on #544663 background

This text has black color on #544663 background.


White color preview on #544663 background

This text has white color on #544663 background.