COLOR #543F49

HEX: #543F49
RGB: (84,63,73)

Color info

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

RGB color model

#543F49 color RGB value is (84,63,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 63 of 255 = 25%
B 73 of 255 = 29%

84
63
73

R + G + B ~ 29%. #543F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 63 + 73 = 220 (100%)
R 84 of 220 ~ 38.18%
G 63 of 220 ~ 28.64%
B 73 of 220 ~ 33.18%

%38.18
%28.64
%33.18

CMYK color model

#543F49 color CMYK value is (0,25,13,67).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(0,25,13,67)
C0M25Y13K67 
(0%,25%,13%,67%)
(0.00/0.25/0.13/0.67)	

CMYK percentages

%0
%25
%13.1
%67.06

Codes

Color #543F49 in popluar color models

543F49
RGB846373
HSL331°14.29%28.82%
HSB/HSV331°25.00%32.94%
CMYK0.00%25.00%13.10%
67.06%

Color #543F49 in popluar number systems.

HEX543F49
Decimal846373
Binary10101001111111001001
Octal12477111

Shades and tints

Shades of #543F49

#543F49
(84,63,73)
#4D3A43
(77,58,67)
#46353D
(70,53,61)
#3F3037
(63,48,55)
#382B31
(56,43,49)
#31262B
(49,38,43)
#2A2125
(42,33,37)
#231C1F
(35,28,31)
#1C1719
(28,23,25)
#151213
(21,18,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #543F49

#543F49
(84,63,73)
#635059
(99,80,89)
#726169
(114,97,105)
#817279
(129,114,121)
#908389
(144,131,137)
#9F9499
(159,148,153)
#AEA5A9
(174,165,169)
#BDB6B9
(189,182,185)
#CCC7C9
(204,199,201)
#DBD8D9
(219,216,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #543F49; }

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

This text font color is #543F49.


Background Color

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

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

This div background color is #543F49.


Border color

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

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

This div border color is #543F49.


Opacity

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

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

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

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

This text has shadow with #543F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #543F49 on black background.


Color preview on white background

This text has color #543F49 on white background.



Black color preview on #543F49 background

This text has black color on #543F49 background.


White color preview on #543F49 background

This text has white color on #543F49 background.