COLOR #542A4A

HEX: #542A4A
RGB: (84,42,74)

Color info

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

RGB color model

#542A4A color RGB value is (84,42,74).

  • red value is 84;
  • green value is 42;
  • blue value is 74.
RGB:
(84,42,74)
(33%,16%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 42 of 255 = 16%
B 74 of 255 = 29%

84
42
74

R + G + B ~ 26%. #542A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 42 + 74 = 200 (100%)
R 84 of 200 ~ 42%
G 42 of 200 ~ 21%
B 74 of 200 ~ 37%

%42
%21
%37

CMYK color model

#542A4A color CMYK value is (0,50,12,67).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 11.90%
  • key color value is 67.06%
CMYK:
(0,50,12,67)
C0M50Y12K67 
(0%,50%,12%,67%)
(0.00/0.50/0.12/0.67)	

CMYK percentages

%0
%50
%11.9
%67.06

Codes

Color #542A4A in popluar color models

542A4A
RGB844274
HSL314°33.33%24.71%
HSB/HSV314°50.00%32.94%
CMYK0.00%50.00%11.90%
67.06%

Color #542A4A in popluar number systems.

HEX542A4A
Decimal844274
Binary10101001010101001010
Octal12452112

Shades and tints

Shades of #542A4A

#542A4A
(84,42,74)
#4D2744
(77,39,68)
#46243E
(70,36,62)
#3F2138
(63,33,56)
#381E32
(56,30,50)
#311B2C
(49,27,44)
#2A1826
(42,24,38)
#231520
(35,21,32)
#1C121A
(28,18,26)
#150F14
(21,15,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #542A4A

#542A4A
(84,42,74)
#633D5A
(99,61,90)
#72506A
(114,80,106)
#81637A
(129,99,122)
#90768A
(144,118,138)
#9F899A
(159,137,154)
#AE9CAA
(174,156,170)
#BDAFBA
(189,175,186)
#CCC2CA
(204,194,202)
#DBD5DA
(219,213,218)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #542A4A color. Also use rgb(84,42,74) instead hex code.

Text Font Color

.myTextColor { color: #542A4A; }

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

This text font color is #542A4A.


Background Color

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

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

This div background color is #542A4A.


Border color

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

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

This div border color is #542A4A.


Opacity

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

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

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

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

This text has shadow with #542A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542A4A on black background.


Color preview on white background

This text has color #542A4A on white background.



Black color preview on #542A4A background

This text has black color on #542A4A background.


White color preview on #542A4A background

This text has white color on #542A4A background.