COLOR #542511

HEX: #542511
RGB: (84,37,17)

Color info

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

RGB color model

#542511 color RGB value is (84,37,17).

  • red value is 84;
  • green value is 37;
  • blue value is 17.
RGB:
(84,37,17)
(33%,15%,7%)

RGB channels and saturation

R 84 of 255 = 33%
G 37 of 255 = 15%
B 17 of 255 = 7%

84
37
17

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

Portions of RGB colors in percentages

R + G + B =
84 + 37 + 17 = 138 (100%)
R 84 of 138 ~ 60.87%
G 37 of 138 ~ 26.81%
B 17 of 138 ~ 12.32%

%60.87
%26.81
%12.32

CMYK color model

#542511 color CMYK value is (0,56,80,67).

  • cyan value is 0.00%
  • magenta value is 55.95%
  • yellow value is 79.76%
  • key color value is 67.06%
CMYK:
(0,56,80,67)
C0M56Y80K67 
(0%,56%,80%,67%)
(0.00/0.56/0.80/0.67)	

CMYK percentages

%0
%55.95
%79.76
%67.06

Codes

Color #542511 in popluar color models

542511
RGB843717
HSL18°66.34%19.80%
HSB/HSV18°79.76%32.94%
CMYK0.00%55.95%79.76%
67.06%

Color #542511 in popluar number systems.

HEX542511
Decimal843717
Binary101010010010110001
Octal1244521

Shades and tints

Shades of #542511

#542511
(84,37,17)
#4D2210
(77,34,16)
#461F0F
(70,31,15)
#3F1C0E
(63,28,14)
#38190D
(56,25,13)
#31160C
(49,22,12)
#2A130B
(42,19,11)
#23100A
(35,16,10)
#1C0D09
(28,13,9)
#150A08
(21,10,8)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #542511

#542511
(84,37,17)
#633826
(99,56,38)
#724B3B
(114,75,59)
#815E50
(129,94,80)
#907165
(144,113,101)
#9F847A
(159,132,122)
#AE978F
(174,151,143)
#BDAAA4
(189,170,164)
#CCBDB9
(204,189,185)
#DBD0CE
(219,208,206)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #542511; }

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

This text font color is #542511.


Background Color

.myBgColor { background-color: #542511; }

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

This div background color is #542511.


Border color

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

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

This div border color is #542511.


Opacity

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

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

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

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

This text has shadow with #542511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #542511 on black background.


Color preview on white background

This text has color #542511 on white background.



Black color preview on #542511 background

This text has black color on #542511 background.


White color preview on #542511 background

This text has white color on #542511 background.