COLOR #7E6E50

HEX: #7E6E50
RGB: (126,110,80)

Color info

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

RGB color model

#7E6E50 color RGB value is (126,110,80).

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

RGB channels and saturation

R 126 of 255 = 49%
G 110 of 255 = 43%
B 80 of 255 = 31%

126
110
80

R + G + B ~ 41%. #7E6E50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 110 + 80 = 316 (100%)
R 126 of 316 ~ 39.87%
G 110 of 316 ~ 34.81%
B 80 of 316 ~ 25.32%

%39.87
%34.81
%25.32

CMYK color model

#7E6E50 color CMYK value is (0,13,37,51).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 36.51%
  • key color value is 50.59%
CMYK:
(0,13,37,51)
C0M13Y37K51 
(0%,13%,37%,51%)
(0.00/0.13/0.37/0.51)	

CMYK percentages

%0
%12.7
%36.51
%50.59

Codes

Color #7E6E50 in popluar color models

7E6E50
RGB12611080
HSL39°22.33%40.39%
HSB/HSV39°36.51%49.41%
CMYK0.00%12.70%36.51%
50.59%

Color #7E6E50 in popluar number systems.

HEX7E6E50
Decimal12611080
Binary111111011011101010000
Octal176156120

Shades and tints

Shades of #7E6E50

#7E6E50
(126,110,80)
#736449
(115,100,73)
#685A42
(104,90,66)
#5D503B
(93,80,59)
#524634
(82,70,52)
#473C2D
(71,60,45)
#3C3226
(60,50,38)
#31281F
(49,40,31)
#261E18
(38,30,24)
#1B1411
(27,20,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E6E50

#7E6E50
(126,110,80)
#897B5F
(137,123,95)
#94886E
(148,136,110)
#9F957D
(159,149,125)
#AAA28C
(170,162,140)
#B5AF9B
(181,175,155)
#C0BCAA
(192,188,170)
#CBC9B9
(203,201,185)
#D6D6C8
(214,214,200)
#E1E3D7
(225,227,215)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6E50; }

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

This text font color is #7E6E50.


Background Color

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

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

This div background color is #7E6E50.


Border color

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

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

This div border color is #7E6E50.


Opacity

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

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

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

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

This text has shadow with #7E6E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E50 on black background.


Color preview on white background

This text has color #7E6E50 on white background.



Black color preview on #7E6E50 background

This text has black color on #7E6E50 background.


White color preview on #7E6E50 background

This text has white color on #7E6E50 background.