COLOR #542949

HEX: #542949
RGB: (84,41,73)

Color info

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

RGB color model

#542949 color RGB value is (84,41,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 41 of 255 = 16%
B 73 of 255 = 29%

84
41
73

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

Portions of RGB colors in percentages

R + G + B =
84 + 41 + 73 = 198 (100%)
R 84 of 198 ~ 42.42%
G 41 of 198 ~ 20.71%
B 73 of 198 ~ 36.87%

%42.42
%20.71
%36.87

CMYK color model

#542949 color CMYK value is (0,51,13,67).

  • cyan value is 0.00%
  • magenta value is 51.19%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(0,51,13,67)
C0M51Y13K67 
(0%,51%,13%,67%)
(0.00/0.51/0.13/0.67)	

CMYK percentages

%0
%51.19
%13.1
%67.06

Codes

Color #542949 in popluar color models

542949
RGB844173
HSL315°34.40%24.51%
HSB/HSV315°51.19%32.94%
CMYK0.00%51.19%13.10%
67.06%

Color #542949 in popluar number systems.

HEX542949
Decimal844173
Binary10101001010011001001
Octal12451111

Shades and tints

Shades of #542949

#542949
(84,41,73)
#4D2643
(77,38,67)
#46233D
(70,35,61)
#3F2037
(63,32,55)
#381D31
(56,29,49)
#311A2B
(49,26,43)
#2A1725
(42,23,37)
#23141F
(35,20,31)
#1C1119
(28,17,25)
#150E13
(21,14,19)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #542949

#542949
(84,41,73)
#633C59
(99,60,89)
#724F69
(114,79,105)
#816279
(129,98,121)
#907589
(144,117,137)
#9F8899
(159,136,153)
#AE9BA9
(174,155,169)
#BDAEB9
(189,174,185)
#CCC1C9
(204,193,201)
#DBD4D9
(219,212,217)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #542949; }

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

This text font color is #542949.


Background Color

.myBgColor { background-color: #542949; }

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

This div background color is #542949.


Border color

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

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

This div border color is #542949.


Opacity

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

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

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

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

This text has shadow with #542949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542949 on black background.


Color preview on white background

This text has color #542949 on white background.



Black color preview on #542949 background

This text has black color on #542949 background.


White color preview on #542949 background

This text has white color on #542949 background.