COLOR #542F49

HEX: #542F49
RGB: (84,47,73)

Color info

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

RGB color model

#542F49 color RGB value is (84,47,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 47 of 255 = 18%
B 73 of 255 = 29%

84
47
73

R + G + B ~ 27%. #542F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 47 + 73 = 204 (100%)
R 84 of 204 ~ 41.18%
G 47 of 204 ~ 23.04%
B 73 of 204 ~ 35.78%

%41.18
%23.04
%35.78

CMYK color model

#542F49 color CMYK value is (0,44,13,67).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(0,44,13,67)
C0M44Y13K67 
(0%,44%,13%,67%)
(0.00/0.44/0.13/0.67)	

CMYK percentages

%0
%44.05
%13.1
%67.06

Codes

Color #542F49 in popluar color models

542F49
RGB844773
HSL318°28.24%25.69%
HSB/HSV318°44.05%32.94%
CMYK0.00%44.05%13.10%
67.06%

Color #542F49 in popluar number systems.

HEX542F49
Decimal844773
Binary10101001011111001001
Octal12457111

Shades and tints

Shades of #542F49

#542F49
(84,47,73)
#4D2B43
(77,43,67)
#46273D
(70,39,61)
#3F2337
(63,35,55)
#381F31
(56,31,49)
#311B2B
(49,27,43)
#2A1725
(42,23,37)
#23131F
(35,19,31)
#1C0F19
(28,15,25)
#150B13
(21,11,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #542F49

#542F49
(84,47,73)
#634159
(99,65,89)
#725369
(114,83,105)
#816579
(129,101,121)
#907789
(144,119,137)
#9F8999
(159,137,153)
#AE9BA9
(174,155,169)
#BDADB9
(189,173,185)
#CCBFC9
(204,191,201)
#DBD1D9
(219,209,217)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #542F49; }

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

This text font color is #542F49.


Background Color

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

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

This div background color is #542F49.


Border color

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

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

This div border color is #542F49.


Opacity

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

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

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

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

This text has shadow with #542F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542F49 on black background.


Color preview on white background

This text has color #542F49 on white background.



Black color preview on #542F49 background

This text has black color on #542F49 background.


White color preview on #542F49 background

This text has white color on #542F49 background.