COLOR #7E6459

HEX: #7E6459
RGB: (126,100,89)

Color info

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

RGB color model

#7E6459 color RGB value is (126,100,89).

  • red value is 126;
  • green value is 100;
  • blue value is 89.
RGB:
(126,100,89)
(49%,39%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 89 of 255 = 35%

126
100
89

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 89 = 315 (100%)
R 126 of 315 ~ 40%
G 100 of 315 ~ 31.75%
B 89 of 315 ~ 28.25%

%40
%31.75
%28.25

CMYK color model

#7E6459 color CMYK value is (0,21,29,51).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 29.37%
  • key color value is 50.59%
CMYK:
(0,21,29,51)
C0M21Y29K51 
(0%,21%,29%,51%)
(0.00/0.21/0.29/0.51)	

CMYK percentages

%0
%20.63
%29.37
%50.59

Codes

Color #7E6459 in popluar color models

7E6459
RGB12610089
HSL18°17.21%42.16%
HSB/HSV18°29.37%49.41%
CMYK0.00%20.63%29.37%
50.59%

Color #7E6459 in popluar number systems.

HEX7E6459
Decimal12610089
Binary111111011001001011001
Octal176144131

Shades and tints

Shades of #7E6459

#7E6459
(126,100,89)
#735B51
(115,91,81)
#685249
(104,82,73)
#5D4941
(93,73,65)
#524039
(82,64,57)
#473731
(71,55,49)
#3C2E29
(60,46,41)
#312521
(49,37,33)
#261C19
(38,28,25)
#1B1311
(27,19,17)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #7E6459

#7E6459
(126,100,89)
#897268
(137,114,104)
#948077
(148,128,119)
#9F8E86
(159,142,134)
#AA9C95
(170,156,149)
#B5AAA4
(181,170,164)
#C0B8B3
(192,184,179)
#CBC6C2
(203,198,194)
#D6D4D1
(214,212,209)
#E1E2E0
(225,226,224)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6459 color. Also use rgb(126,100,89) instead hex code.

Text Font Color

.myTextColor { color: #7E6459; }

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

This text font color is #7E6459.


Background Color

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

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

This div background color is #7E6459.


Border color

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

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

This div border color is #7E6459.


Opacity

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

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

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

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

This text has shadow with #7E6459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6459 on black background.


Color preview on white background

This text has color #7E6459 on white background.



Black color preview on #7E6459 background

This text has black color on #7E6459 background.


White color preview on #7E6459 background

This text has white color on #7E6459 background.