COLOR #542049

HEX: #542049
RGB: (84,32,73)

Color info

#542049 contains red, green and blue colors in about the same proportion. Web safe color of #542049 is #663333 (or #633).

RGB color model

#542049 color RGB value is (84,32,73).

  • red value is 84;
  • green value is 32;
  • blue value is 73.
RGB:
(84,32,73)
(33%,13%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 32 of 255 = 13%
B 73 of 255 = 29%

84
32
73

R + G + B ~ 25%. #542049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 32 + 73 = 189 (100%)
R 84 of 189 ~ 44.44%
G 32 of 189 ~ 16.93%
B 73 of 189 ~ 38.62%

%44.44
%16.93
%38.62

CMYK color model

#542049 color CMYK value is (0,62,13,67).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(0,62,13,67)
C0M62Y13K67 
(0%,62%,13%,67%)
(0.00/0.62/0.13/0.67)	

CMYK percentages

%0
%61.9
%13.1
%67.06

Codes

Color #542049 in popluar color models

542049
RGB843273
HSL313°44.83%22.75%
HSB/HSV313°61.90%32.94%
CMYK0.00%61.90%13.10%
67.06%

Color #542049 in popluar number systems.

HEX542049
Decimal843273
Binary10101001000001001001
Octal12440111

Shades and tints

Shades of #542049

#542049
(84,32,73)
#4D1E43
(77,30,67)
#461C3D
(70,28,61)
#3F1A37
(63,26,55)
#381831
(56,24,49)
#31162B
(49,22,43)
#2A1425
(42,20,37)
#23121F
(35,18,31)
#1C1019
(28,16,25)
#150E13
(21,14,19)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #542049

#542049
(84,32,73)
#633459
(99,52,89)
#724869
(114,72,105)
#815C79
(129,92,121)
#907089
(144,112,137)
#9F8499
(159,132,153)
#AE98A9
(174,152,169)
#BDACB9
(189,172,185)
#CCC0C9
(204,192,201)
#DBD4D9
(219,212,217)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #542049 color. Also use rgb(84,32,73) instead hex code.

Text Font Color

.myTextColor { color: #542049; }

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

This text font color is #542049.


Background Color

.myBgColor { background-color: #542049; }

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

This div background color is #542049.


Border color

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

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

This div border color is #542049.


Opacity

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

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

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

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

This text has shadow with #542049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542049 on black background.


Color preview on white background

This text has color #542049 on white background.



Black color preview on #542049 background

This text has black color on #542049 background.


White color preview on #542049 background

This text has white color on #542049 background.