COLOR #7E5A43

HEX: #7E5A43
RGB: (126,90,67)

Color info

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

RGB color model

#7E5A43 color RGB value is (126,90,67).

  • red value is 126;
  • green value is 90;
  • blue value is 67.
RGB:
(126,90,67)
(49%,35%,26%)

RGB channels and saturation

R 126 of 255 = 49%
G 90 of 255 = 35%
B 67 of 255 = 26%

126
90
67

R + G + B ~ 37%. #7E5A43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 90 + 67 = 283 (100%)
R 126 of 283 ~ 44.52%
G 90 of 283 ~ 31.8%
B 67 of 283 ~ 23.67%

%44.52
%31.8
%23.67

CMYK color model

#7E5A43 color CMYK value is (0,29,47,51).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 46.83%
  • key color value is 50.59%
CMYK:
(0,29,47,51)
C0M29Y47K51 
(0%,29%,47%,51%)
(0.00/0.29/0.47/0.51)	

CMYK percentages

%0
%28.57
%46.83
%50.59

Codes

Color #7E5A43 in popluar color models

7E5A43
RGB1269067
HSL23°30.57%37.84%
HSB/HSV23°46.83%49.41%
CMYK0.00%28.57%46.83%
50.59%

Color #7E5A43 in popluar number systems.

HEX7E5A43
Decimal1269067
Binary111111010110101000011
Octal176132103

Shades and tints

Shades of #7E5A43

#7E5A43
(126,90,67)
#73523D
(115,82,61)
#684A37
(104,74,55)
#5D4231
(93,66,49)
#523A2B
(82,58,43)
#473225
(71,50,37)
#3C2A1F
(60,42,31)
#312219
(49,34,25)
#261A13
(38,26,19)
#1B120D
(27,18,13)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #7E5A43

#7E5A43
(126,90,67)
#896954
(137,105,84)
#947865
(148,120,101)
#9F8776
(159,135,118)
#AA9687
(170,150,135)
#B5A598
(181,165,152)
#C0B4A9
(192,180,169)
#CBC3BA
(203,195,186)
#D6D2CB
(214,210,203)
#E1E1DC
(225,225,220)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5A43 color. Also use rgb(126,90,67) instead hex code.

Text Font Color

.myTextColor { color: #7E5A43; }

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

This text font color is #7E5A43.


Background Color

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

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

This div background color is #7E5A43.


Border color

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

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

This div border color is #7E5A43.


Opacity

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

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

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

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

This text has shadow with #7E5A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A43 on black background.


Color preview on white background

This text has color #7E5A43 on white background.



Black color preview on #7E5A43 background

This text has black color on #7E5A43 background.


White color preview on #7E5A43 background

This text has white color on #7E5A43 background.