COLOR #7E543C

HEX: #7E543C
RGB: (126,84,60)

Color info

#7E543C contains mainly red and green colors. Web safe color of #7E543C is #666633 (or #663).

RGB color model

#7E543C color RGB value is (126,84,60).

  • red value is 126;
  • green value is 84;
  • blue value is 60.
RGB:
(126,84,60)
(49%,33%,24%)

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 60 of 255 = 24%

126
84
60

R + G + B ~ 35%. #7E543C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 60 = 270 (100%)
R 126 of 270 ~ 46.67%
G 84 of 270 ~ 31.11%
B 60 of 270 ~ 22.22%

%46.67
%31.11
%22.22

CMYK color model

#7E543C color CMYK value is (0,33,52,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 52.38%
  • key color value is 50.59%
CMYK:
(0,33,52,51)
C0M33Y52K51 
(0%,33%,52%,51%)
(0.00/0.33/0.52/0.51)	

CMYK percentages

%0
%33.33
%52.38
%50.59

Codes

Color #7E543C in popluar color models

7E543C
RGB1268460
HSL22°35.48%36.47%
HSB/HSV22°52.38%49.41%
CMYK0.00%33.33%52.38%
50.59%

Color #7E543C in popluar number systems.

HEX7E543C
Decimal1268460
Binary11111101010100111100
Octal17612474

Shades and tints

Shades of #7E543C

#7E543C
(126,84,60)
#734D37
(115,77,55)
#684632
(104,70,50)
#5D3F2D
(93,63,45)
#523828
(82,56,40)
#473123
(71,49,35)
#3C2A1E
(60,42,30)
#312319
(49,35,25)
#261C14
(38,28,20)
#1B150F
(27,21,15)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #7E543C

#7E543C
(126,84,60)
#89634D
(137,99,77)
#94725E
(148,114,94)
#9F816F
(159,129,111)
#AA9080
(170,144,128)
#B59F91
(181,159,145)
#C0AEA2
(192,174,162)
#CBBDB3
(203,189,179)
#D6CCC4
(214,204,196)
#E1DBD5
(225,219,213)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E543C color. Also use rgb(126,84,60) instead hex code.

Text Font Color

.myTextColor { color: #7E543C; }

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

This text font color is #7E543C.


Background Color

.myBgColor { background-color: #7E543C; }

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

This div background color is #7E543C.


Border color

.myBorderColor { border: 1px solid #7E543C; }

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

This div border color is #7E543C.


Opacity

.myOpacity80 { color: #7E543C; opacity: 0.8; }

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

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

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

This text has shadow with #7E543C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E543C on black background.


Color preview on white background

This text has color #7E543C on white background.



Black color preview on #7E543C background

This text has black color on #7E543C background.


White color preview on #7E543C background

This text has white color on #7E543C background.