COLOR #542309

HEX: #542309
RGB: (84,35,9)

Color info

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

RGB color model

#542309 color RGB value is (84,35,9).

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

RGB channels and saturation

R 84 of 255 = 33%
G 35 of 255 = 14%
B 9 of 255 = 4%

84
35
9

R + G + B ~ 17%. #542309 is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 35 + 9 = 128 (100%)
R 84 of 128 ~ 65.63%
G 35 of 128 ~ 27.34%
B 9 of 128 ~ 7.03%

%65.63
%27.34

CMYK color model

#542309 color CMYK value is (0,58,89,67).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 89.29%
  • key color value is 67.06%
CMYK:
(0,58,89,67)
C0M58Y89K67 
(0%,58%,89%,67%)
(0.00/0.58/0.89/0.67)	

CMYK percentages

%0
%58.33
%89.29
%67.06

Codes

Color #542309 in popluar color models

542309
RGB84359
HSL21°80.65%18.24%
HSB/HSV21°89.29%32.94%
CMYK0.00%58.33%89.29%
67.06%

Color #542309 in popluar number systems.

HEX542309
Decimal84359
Binary10101001000111001
Octal1244311

Shades and tints

Shades of #542309

#542309
(84,35,9)
#4D2009
(77,32,9)
#461D09
(70,29,9)
#3F1A09
(63,26,9)
#381709
(56,23,9)
#311409
(49,20,9)
#2A1109
(42,17,9)
#230E09
(35,14,9)
#1C0B09
(28,11,9)
#150809
(21,8,9)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #542309

#542309
(84,35,9)
#63371F
(99,55,31)
#724B35
(114,75,53)
#815F4B
(129,95,75)
#907361
(144,115,97)
#9F8777
(159,135,119)
#AE9B8D
(174,155,141)
#BDAFA3
(189,175,163)
#CCC3B9
(204,195,185)
#DBD7CF
(219,215,207)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #542309; }

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

This text font color is #542309.


Background Color

.myBgColor { background-color: #542309; }

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

This div background color is #542309.


Border color

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

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

This div border color is #542309.


Opacity

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

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

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

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

This text has shadow with #542309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542309 on black background.


Color preview on white background

This text has color #542309 on white background.



Black color preview on #542309 background

This text has black color on #542309 background.


White color preview on #542309 background

This text has white color on #542309 background.