COLOR #7E6446

HEX: #7E6446
RGB: (126,100,70)

Color info

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

RGB color model

#7E6446 color RGB value is (126,100,70).

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

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 70 of 255 = 27%

126
100
70

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 70 = 296 (100%)
R 126 of 296 ~ 42.57%
G 100 of 296 ~ 33.78%
B 70 of 296 ~ 23.65%

%42.57
%33.78
%23.65

CMYK color model

#7E6446 color CMYK value is (0,21,44,51).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 44.44%
  • key color value is 50.59%
CMYK:
(0,21,44,51)
C0M21Y44K51 
(0%,21%,44%,51%)
(0.00/0.21/0.44/0.51)	

CMYK percentages

%0
%20.63
%44.44
%50.59

Codes

Color #7E6446 in popluar color models

7E6446
RGB12610070
HSL32°28.57%38.43%
HSB/HSV32°44.44%49.41%
CMYK0.00%20.63%44.44%
50.59%

Color #7E6446 in popluar number systems.

HEX7E6446
Decimal12610070
Binary111111011001001000110
Octal176144106

Shades and tints

Shades of #7E6446

#7E6446
(126,100,70)
#735B40
(115,91,64)
#68523A
(104,82,58)
#5D4934
(93,73,52)
#52402E
(82,64,46)
#473728
(71,55,40)
#3C2E22
(60,46,34)
#31251C
(49,37,28)
#261C16
(38,28,22)
#1B1310
(27,19,16)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E6446

#7E6446
(126,100,70)
#897256
(137,114,86)
#948066
(148,128,102)
#9F8E76
(159,142,118)
#AA9C86
(170,156,134)
#B5AA96
(181,170,150)
#C0B8A6
(192,184,166)
#CBC6B6
(203,198,182)
#D6D4C6
(214,212,198)
#E1E2D6
(225,226,214)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6446; }

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

This text font color is #7E6446.


Background Color

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

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

This div background color is #7E6446.


Border color

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

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

This div border color is #7E6446.


Opacity

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

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

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

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

This text has shadow with #7E6446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6446 on black background.


Color preview on white background

This text has color #7E6446 on white background.



Black color preview on #7E6446 background

This text has black color on #7E6446 background.


White color preview on #7E6446 background

This text has white color on #7E6446 background.