COLOR #542D79

HEX: #542D79
RGB: (84,45,121)

Color info

#542D79 contains mainly red and blue colors. Web safe color of #542D79 is #663366 (or #636).

RGB color model

#542D79 color RGB value is (84,45,121).

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

RGB channels and saturation

R 84 of 255 = 33%
G 45 of 255 = 18%
B 121 of 255 = 47%

84
45
121

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

Portions of RGB colors in percentages

R + G + B =
84 + 45 + 121 = 250 (100%)
R 84 of 250 ~ 33.6%
G 45 of 250 ~ 18%
B 121 of 250 ~ 48.4%

%33.6
%18
%48.4

CMYK color model

#542D79 color CMYK value is (31,63,0,53).

  • cyan value is 30.58%
  • magenta value is 62.81%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,63,0,53)
C31M63Y0K53 
(31%,63%,0%,53%)
(0.31/0.63/0.00/0.53)	

CMYK percentages

%30.58
%62.81
%0
%52.55

Codes

Color #542D79 in popluar color models

542D79
RGB8445121
HSL271°45.78%32.55%
HSB/HSV271°62.81%47.45%
CMYK30.58%62.81%0.00%
52.55%

Color #542D79 in popluar number systems.

HEX542D79
Decimal8445121
Binary10101001011011111001
Octal12455171

Shades and tints

Shades of #542D79

#542D79
(84,45,121)
#4D296E
(77,41,110)
#462563
(70,37,99)
#3F2158
(63,33,88)
#381D4D
(56,29,77)
#311942
(49,25,66)
#2A1537
(42,21,55)
#23112C
(35,17,44)
#1C0D21
(28,13,33)
#150916
(21,9,22)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #542D79

#542D79
(84,45,121)
#634085
(99,64,133)
#725391
(114,83,145)
#81669D
(129,102,157)
#9079A9
(144,121,169)
#9F8CB5
(159,140,181)
#AE9FC1
(174,159,193)
#BDB2CD
(189,178,205)
#CCC5D9
(204,197,217)
#DBD8E5
(219,216,229)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #542D79 color. Also use rgb(84,45,121) instead hex code.

Text Font Color

.myTextColor { color: #542D79; }

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

This text font color is #542D79.


Background Color

.myBgColor { background-color: #542D79; }

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

This div background color is #542D79.


Border color

.myBorderColor { border: 1px solid #542D79; }

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

This div border color is #542D79.


Opacity

.myOpacity80 { color: #542D79; opacity: 0.8; }

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

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

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

This text has shadow with #542D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542D79 on black background.


Color preview on white background

This text has color #542D79 on white background.



Black color preview on #542D79 background

This text has black color on #542D79 background.


White color preview on #542D79 background

This text has white color on #542D79 background.