COLOR #7E5E46

HEX: #7E5E46
RGB: (126,94,70)

Color info

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

RGB color model

#7E5E46 color RGB value is (126,94,70).

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

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 70 of 255 = 27%

126
94
70

R + G + B ~ 38%. #7E5E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 70 = 290 (100%)
R 126 of 290 ~ 43.45%
G 94 of 290 ~ 32.41%
B 70 of 290 ~ 24.14%

%43.45
%32.41
%24.14

CMYK color model

#7E5E46 color CMYK value is (0,25,44,51).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 44.44%
  • key color value is 50.59%
CMYK:
(0,25,44,51)
C0M25Y44K51 
(0%,25%,44%,51%)
(0.00/0.25/0.44/0.51)	

CMYK percentages

%0
%25.4
%44.44
%50.59

Codes

Color #7E5E46 in popluar color models

7E5E46
RGB1269470
HSL26°28.57%38.43%
HSB/HSV26°44.44%49.41%
CMYK0.00%25.40%44.44%
50.59%

Color #7E5E46 in popluar number systems.

HEX7E5E46
Decimal1269470
Binary111111010111101000110
Octal176136106

Shades and tints

Shades of #7E5E46

#7E5E46
(126,94,70)
#735640
(115,86,64)
#684E3A
(104,78,58)
#5D4634
(93,70,52)
#523E2E
(82,62,46)
#473628
(71,54,40)
#3C2E22
(60,46,34)
#31261C
(49,38,28)
#261E16
(38,30,22)
#1B1610
(27,22,16)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #7E5E46

#7E5E46
(126,94,70)
#896C56
(137,108,86)
#947A66
(148,122,102)
#9F8876
(159,136,118)
#AA9686
(170,150,134)
#B5A496
(181,164,150)
#C0B2A6
(192,178,166)
#CBC0B6
(203,192,182)
#D6CEC6
(214,206,198)
#E1DCD6
(225,220,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5E46; }

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

This text font color is #7E5E46.


Background Color

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

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

This div background color is #7E5E46.


Border color

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

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

This div border color is #7E5E46.


Opacity

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

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

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

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

This text has shadow with #7E5E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E46 on black background.


Color preview on white background

This text has color #7E5E46 on white background.



Black color preview on #7E5E46 background

This text has black color on #7E5E46 background.


White color preview on #7E5E46 background

This text has white color on #7E5E46 background.