COLOR #7E5E4D

HEX: #7E5E4D
RGB: (126,94,77)

Color info

#7E5E4D contains red, green and blue colors in about the same proportion. Web safe color of #7E5E4D is #666633 (or #663).

RGB color model

#7E5E4D color RGB value is (126,94,77).

  • red value is 126;
  • green value is 94;
  • blue value is 77.
RGB:
(126,94,77)
(49%,37%,30%)

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 77 of 255 = 30%

126
94
77

R + G + B ~ 39%. #7E5E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 77 = 297 (100%)
R 126 of 297 ~ 42.42%
G 94 of 297 ~ 31.65%
B 77 of 297 ~ 25.93%

%42.42
%31.65
%25.93

CMYK color model

#7E5E4D color CMYK value is (0,25,39,51).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(0,25,39,51)
C0M25Y39K51 
(0%,25%,39%,51%)
(0.00/0.25/0.39/0.51)	

CMYK percentages

%0
%25.4
%38.89
%50.59

Codes

Color #7E5E4D in popluar color models

7E5E4D
RGB1269477
HSL21°24.14%39.80%
HSB/HSV21°38.89%49.41%
CMYK0.00%25.40%38.89%
50.59%

Color #7E5E4D in popluar number systems.

HEX7E5E4D
Decimal1269477
Binary111111010111101001101
Octal176136115

Shades and tints

Shades of #7E5E4D

#7E5E4D
(126,94,77)
#735646
(115,86,70)
#684E3F
(104,78,63)
#5D4638
(93,70,56)
#523E31
(82,62,49)
#47362A
(71,54,42)
#3C2E23
(60,46,35)
#31261C
(49,38,28)
#261E15
(38,30,21)
#1B160E
(27,22,14)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #7E5E4D

#7E5E4D
(126,94,77)
#896C5D
(137,108,93)
#947A6D
(148,122,109)
#9F887D
(159,136,125)
#AA968D
(170,150,141)
#B5A49D
(181,164,157)
#C0B2AD
(192,178,173)
#CBC0BD
(203,192,189)
#D6CECD
(214,206,205)
#E1DCDD
(225,220,221)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5E4D color. Also use rgb(126,94,77) instead hex code.

Text Font Color

.myTextColor { color: #7E5E4D; }

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

This text font color is #7E5E4D.


Background Color

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

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

This div background color is #7E5E4D.


Border color

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

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

This div border color is #7E5E4D.


Opacity

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

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

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

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

This text has shadow with #7E5E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E4D on black background.


Color preview on white background

This text has color #7E5E4D on white background.



Black color preview on #7E5E4D background

This text has black color on #7E5E4D background.


White color preview on #7E5E4D background

This text has white color on #7E5E4D background.