COLOR #542424

HEX: #542424
RGB: (84,36,36)

Color info

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

RGB color model

#542424 color RGB value is (84,36,36).

  • red value is 84;
  • green value is 36;
  • blue value is 36.
RGB:
(84,36,36)
(33%,14%,14%)

RGB channels and saturation

R 84 of 255 = 33%
G 36 of 255 = 14%
B 36 of 255 = 14%

84
36
36

R + G + B ~ 20%. #542424 is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 36 + 36 = 156 (100%)
R 84 of 156 ~ 53.85%
G 36 of 156 ~ 23.08%
B 36 of 156 ~ 23.08%

%53.85
%23.08
%23.08

CMYK color model

#542424 color CMYK value is (0,57,57,67).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 57.14%
  • key color value is 67.06%
CMYK:
(0,57,57,67)
C0M57Y57K67 
(0%,57%,57%,67%)
(0.00/0.57/0.57/0.67)	

CMYK percentages

%0
%57.14
%57.14
%67.06

Codes

Color #542424 in popluar color models

542424
RGB843636
HSL40.00%23.53%
HSB/HSV57.14%32.94%
CMYK0.00%57.14%57.14%
67.06%

Color #542424 in popluar number systems.

HEX542424
Decimal843636
Binary1010100100100100100
Octal1244444

Shades and tints

Shades of #542424

#542424
(84,36,36)
#4D2121
(77,33,33)
#461E1E
(70,30,30)
#3F1B1B
(63,27,27)
#381818
(56,24,24)
#311515
(49,21,21)
#2A1212
(42,18,18)
#230F0F
(35,15,15)
#1C0C0C
(28,12,12)
#150909
(21,9,9)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #542424

#542424
(84,36,36)
#633737
(99,55,55)
#724A4A
(114,74,74)
#815D5D
(129,93,93)
#907070
(144,112,112)
#9F8383
(159,131,131)
#AE9696
(174,150,150)
#BDA9A9
(189,169,169)
#CCBCBC
(204,188,188)
#DBCFCF
(219,207,207)
#EAE2E2
(234,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #542424; }

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

This text font color is #542424.


Background Color

.myBgColor { background-color: #542424; }

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

This div background color is #542424.


Border color

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

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

This div border color is #542424.


Opacity

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

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

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

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

This text has shadow with #542424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542424 on black background.


Color preview on white background

This text has color #542424 on white background.



Black color preview on #542424 background

This text has black color on #542424 background.


White color preview on #542424 background

This text has white color on #542424 background.