COLOR #542E5D

HEX: #542E5D
RGB: (84,46,93)

Color info

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

RGB color model

#542E5D color RGB value is (84,46,93).

  • red value is 84;
  • green value is 46;
  • blue value is 93.
RGB:
(84,46,93)
(33%,18%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 46 of 255 = 18%
B 93 of 255 = 36%

84
46
93

R + G + B ~ 29%. #542E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 46 + 93 = 223 (100%)
R 84 of 223 ~ 37.67%
G 46 of 223 ~ 20.63%
B 93 of 223 ~ 41.7%

%37.67
%20.63
%41.7

CMYK color model

#542E5D color CMYK value is (10,51,0,64).

  • cyan value is 9.68%
  • magenta value is 50.54%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(10,51,0,64)
C10M51Y0K64 
(10%,51%,0%,64%)
(0.10/0.51/0.00/0.64)	

CMYK percentages

%9.68
%50.54
%0
%63.53

Codes

Color #542E5D in popluar color models

542E5D
RGB844693
HSL289°33.81%27.25%
HSB/HSV289°50.54%36.47%
CMYK9.68%50.54%0.00%
63.53%

Color #542E5D in popluar number systems.

HEX542E5D
Decimal844693
Binary10101001011101011101
Octal12456135

Shades and tints

Shades of #542E5D

#542E5D
(84,46,93)
#4D2A55
(77,42,85)
#46264D
(70,38,77)
#3F2245
(63,34,69)
#381E3D
(56,30,61)
#311A35
(49,26,53)
#2A162D
(42,22,45)
#231225
(35,18,37)
#1C0E1D
(28,14,29)
#150A15
(21,10,21)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #542E5D

#542E5D
(84,46,93)
#63416B
(99,65,107)
#725479
(114,84,121)
#816787
(129,103,135)
#907A95
(144,122,149)
#9F8DA3
(159,141,163)
#AEA0B1
(174,160,177)
#BDB3BF
(189,179,191)
#CCC6CD
(204,198,205)
#DBD9DB
(219,217,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #542E5D color. Also use rgb(84,46,93) instead hex code.

Text Font Color

.myTextColor { color: #542E5D; }

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

This text font color is #542E5D.


Background Color

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

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

This div background color is #542E5D.


Border color

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

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

This div border color is #542E5D.


Opacity

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

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

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

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

This text has shadow with #542E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542E5D on black background.


Color preview on white background

This text has color #542E5D on white background.



Black color preview on #542E5D background

This text has black color on #542E5D background.


White color preview on #542E5D background

This text has white color on #542E5D background.