COLOR #544B79

HEX: #544B79
RGB: (84,75,121)

Color info

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

RGB color model

#544B79 color RGB value is (84,75,121).

  • red value is 84;
  • green value is 75;
  • blue value is 121.
RGB:
(84,75,121)
(33%,29%,47%)

RGB channels and saturation

R 84 of 255 = 33%
G 75 of 255 = 29%
B 121 of 255 = 47%

84
75
121

R + G + B ~ 36%. #544B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 75 + 121 = 280 (100%)
R 84 of 280 ~ 30%
G 75 of 280 ~ 26.79%
B 121 of 280 ~ 43.21%

%30
%26.79
%43.21

CMYK color model

#544B79 color CMYK value is (31,38,0,53).

  • cyan value is 30.58%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,38,0,53)
C31M38Y0K53 
(31%,38%,0%,53%)
(0.31/0.38/0.00/0.53)	

CMYK percentages

%30.58
%38.02
%0
%52.55

Codes

Color #544B79 in popluar color models

544B79
RGB8475121
HSL252°23.47%38.43%
HSB/HSV252°38.02%47.45%
CMYK30.58%38.02%0.00%
52.55%

Color #544B79 in popluar number systems.

HEX544B79
Decimal8475121
Binary101010010010111111001
Octal124113171

Shades and tints

Shades of #544B79

#544B79
(84,75,121)
#4D456E
(77,69,110)
#463F63
(70,63,99)
#3F3958
(63,57,88)
#38334D
(56,51,77)
#312D42
(49,45,66)
#2A2737
(42,39,55)
#23212C
(35,33,44)
#1C1B21
(28,27,33)
#151516
(21,21,22)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #544B79

#544B79
(84,75,121)
#635B85
(99,91,133)
#726B91
(114,107,145)
#817B9D
(129,123,157)
#908BA9
(144,139,169)
#9F9BB5
(159,155,181)
#AEABC1
(174,171,193)
#BDBBCD
(189,187,205)
#CCCBD9
(204,203,217)
#DBDBE5
(219,219,229)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544B79 color. Also use rgb(84,75,121) instead hex code.

Text Font Color

.myTextColor { color: #544B79; }

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

This text font color is #544B79.


Background Color

.myBgColor { background-color: #544B79; }

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

This div background color is #544B79.


Border color

.myBorderColor { border: 1px solid #544B79; }

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

This div border color is #544B79.


Opacity

.myOpacity80 { color: #544B79; opacity: 0.8; }

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

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

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

This text has shadow with #544B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544B79 on black background.


Color preview on white background

This text has color #544B79 on white background.



Black color preview on #544B79 background

This text has black color on #544B79 background.


White color preview on #544B79 background

This text has white color on #544B79 background.