COLOR #544F79

HEX: #544F79
RGB: (84,79,121)

Color info

#544F79 contains red, green and blue colors in about the same proportion. Web safe color of #544F79 is #666666 (or #666).

RGB color model

#544F79 color RGB value is (84,79,121).

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

RGB channels and saturation

R 84 of 255 = 33%
G 79 of 255 = 31%
B 121 of 255 = 47%

84
79
121

R + G + B ~ 37%. #544F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 79 + 121 = 284 (100%)
R 84 of 284 ~ 29.58%
G 79 of 284 ~ 27.82%
B 121 of 284 ~ 42.61%

%29.58
%27.82
%42.61

CMYK color model

#544F79 color CMYK value is (31,35,0,53).

  • cyan value is 30.58%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,35,0,53)
C31M35Y0K53 
(31%,35%,0%,53%)
(0.31/0.35/0.00/0.53)	

CMYK percentages

%30.58
%34.71
%0
%52.55

Codes

Color #544F79 in popluar color models

544F79
RGB8479121
HSL247°21.00%39.22%
HSB/HSV247°34.71%47.45%
CMYK30.58%34.71%0.00%
52.55%

Color #544F79 in popluar number systems.

HEX544F79
Decimal8479121
Binary101010010011111111001
Octal124117171

Shades and tints

Shades of #544F79

#544F79
(84,79,121)
#4D486E
(77,72,110)
#464163
(70,65,99)
#3F3A58
(63,58,88)
#38334D
(56,51,77)
#312C42
(49,44,66)
#2A2537
(42,37,55)
#231E2C
(35,30,44)
#1C1721
(28,23,33)
#151016
(21,16,22)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #544F79

#544F79
(84,79,121)
#635F85
(99,95,133)
#726F91
(114,111,145)
#817F9D
(129,127,157)
#908FA9
(144,143,169)
#9F9FB5
(159,159,181)
#AEAFC1
(174,175,193)
#BDBFCD
(189,191,205)
#CCCFD9
(204,207,217)
#DBDFE5
(219,223,229)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544F79; }

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

This text font color is #544F79.


Background Color

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

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

This div background color is #544F79.


Border color

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

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

This div border color is #544F79.


Opacity

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

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

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

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

This text has shadow with #544F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544F79 on black background.


Color preview on white background

This text has color #544F79 on white background.



Black color preview on #544F79 background

This text has black color on #544F79 background.


White color preview on #544F79 background

This text has white color on #544F79 background.