COLOR #7E5A50

HEX: #7E5A50
RGB: (126,90,80)

Color info

#7E5A50 contains red, green and blue colors in about the same proportion. Web safe color of #7E5A50 is #666666 (or #666).

RGB color model

#7E5A50 color RGB value is (126,90,80).

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

RGB channels and saturation

R 126 of 255 = 49%
G 90 of 255 = 35%
B 80 of 255 = 31%

126
90
80

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

Portions of RGB colors in percentages

R + G + B =
126 + 90 + 80 = 296 (100%)
R 126 of 296 ~ 42.57%
G 90 of 296 ~ 30.41%
B 80 of 296 ~ 27.03%

%42.57
%30.41
%27.03

CMYK color model

#7E5A50 color CMYK value is (0,29,37,51).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 36.51%
  • key color value is 50.59%
CMYK:
(0,29,37,51)
C0M29Y37K51 
(0%,29%,37%,51%)
(0.00/0.29/0.37/0.51)	

CMYK percentages

%0
%28.57
%36.51
%50.59

Codes

Color #7E5A50 in popluar color models

7E5A50
RGB1269080
HSL13°22.33%40.39%
HSB/HSV13°36.51%49.41%
CMYK0.00%28.57%36.51%
50.59%

Color #7E5A50 in popluar number systems.

HEX7E5A50
Decimal1269080
Binary111111010110101010000
Octal176132120

Shades and tints

Shades of #7E5A50

#7E5A50
(126,90,80)
#735249
(115,82,73)
#684A42
(104,74,66)
#5D423B
(93,66,59)
#523A34
(82,58,52)
#47322D
(71,50,45)
#3C2A26
(60,42,38)
#31221F
(49,34,31)
#261A18
(38,26,24)
#1B1211
(27,18,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E5A50

#7E5A50
(126,90,80)
#89695F
(137,105,95)
#94786E
(148,120,110)
#9F877D
(159,135,125)
#AA968C
(170,150,140)
#B5A59B
(181,165,155)
#C0B4AA
(192,180,170)
#CBC3B9
(203,195,185)
#D6D2C8
(214,210,200)
#E1E1D7
(225,225,215)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5A50; }

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

This text font color is #7E5A50.


Background Color

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

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

This div background color is #7E5A50.


Border color

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

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

This div border color is #7E5A50.


Opacity

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

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

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

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

This text has shadow with #7E5A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A50 on black background.


Color preview on white background

This text has color #7E5A50 on white background.



Black color preview on #7E5A50 background

This text has black color on #7E5A50 background.


White color preview on #7E5A50 background

This text has white color on #7E5A50 background.