COLOR #542315

HEX: #542315
RGB: (84,35,21)

Color info

#542315 contains mainly red and green colors. Web safe color of #542315 is #663300 (or #630).

RGB color model

#542315 color RGB value is (84,35,21).

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

RGB channels and saturation

R 84 of 255 = 33%
G 35 of 255 = 14%
B 21 of 255 = 8%

84
35
21

R + G + B ~ 18%. #542315 is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 35 + 21 = 140 (100%)
R 84 of 140 ~ 60%
G 35 of 140 ~ 25%
B 21 of 140 ~ 15%

%60
%25
%15

CMYK color model

#542315 color CMYK value is (0,58,75,67).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 75.00%
  • key color value is 67.06%
CMYK:
(0,58,75,67)
C0M58Y75K67 
(0%,58%,75%,67%)
(0.00/0.58/0.75/0.67)	

CMYK percentages

%0
%58.33
%75
%67.06

Codes

Color #542315 in popluar color models

542315
RGB843521
HSL13°60.00%20.59%
HSB/HSV13°75.00%32.94%
CMYK0.00%58.33%75.00%
67.06%

Color #542315 in popluar number systems.

HEX542315
Decimal843521
Binary101010010001110101
Octal1244325

Shades and tints

Shades of #542315

#542315
(84,35,21)
#4D2014
(77,32,20)
#461D13
(70,29,19)
#3F1A12
(63,26,18)
#381711
(56,23,17)
#311410
(49,20,16)
#2A110F
(42,17,15)
#230E0E
(35,14,14)
#1C0B0D
(28,11,13)
#15080C
(21,8,12)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #542315

#542315
(84,35,21)
#63372A
(99,55,42)
#724B3F
(114,75,63)
#815F54
(129,95,84)
#907369
(144,115,105)
#9F877E
(159,135,126)
#AE9B93
(174,155,147)
#BDAFA8
(189,175,168)
#CCC3BD
(204,195,189)
#DBD7D2
(219,215,210)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #542315; }

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

This text font color is #542315.


Background Color

.myBgColor { background-color: #542315; }

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

This div background color is #542315.


Border color

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

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

This div border color is #542315.


Opacity

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

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

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

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

This text has shadow with #542315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542315 on black background.


Color preview on white background

This text has color #542315 on white background.



Black color preview on #542315 background

This text has black color on #542315 background.


White color preview on #542315 background

This text has white color on #542315 background.