COLOR #7E6E43

HEX: #7E6E43
RGB: (126,110,67)

Color info

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

RGB color model

#7E6E43 color RGB value is (126,110,67).

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

RGB channels and saturation

R 126 of 255 = 49%
G 110 of 255 = 43%
B 67 of 255 = 26%

126
110
67

R + G + B ~ 39%. #7E6E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 110 + 67 = 303 (100%)
R 126 of 303 ~ 41.58%
G 110 of 303 ~ 36.3%
B 67 of 303 ~ 22.11%

%41.58
%36.3
%22.11

CMYK color model

#7E6E43 color CMYK value is (0,13,47,51).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 46.83%
  • key color value is 50.59%
CMYK:
(0,13,47,51)
C0M13Y47K51 
(0%,13%,47%,51%)
(0.00/0.13/0.47/0.51)	

CMYK percentages

%0
%12.7
%46.83
%50.59

Codes

Color #7E6E43 in popluar color models

7E6E43
RGB12611067
HSL44°30.57%37.84%
HSB/HSV44°46.83%49.41%
CMYK0.00%12.70%46.83%
50.59%

Color #7E6E43 in popluar number systems.

HEX7E6E43
Decimal12611067
Binary111111011011101000011
Octal176156103

Shades and tints

Shades of #7E6E43

#7E6E43
(126,110,67)
#73643D
(115,100,61)
#685A37
(104,90,55)
#5D5031
(93,80,49)
#52462B
(82,70,43)
#473C25
(71,60,37)
#3C321F
(60,50,31)
#312819
(49,40,25)
#261E13
(38,30,19)
#1B140D
(27,20,13)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #7E6E43

#7E6E43
(126,110,67)
#897B54
(137,123,84)
#948865
(148,136,101)
#9F9576
(159,149,118)
#AAA287
(170,162,135)
#B5AF98
(181,175,152)
#C0BCA9
(192,188,169)
#CBC9BA
(203,201,186)
#D6D6CB
(214,214,203)
#E1E3DC
(225,227,220)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6E43; }

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

This text font color is #7E6E43.


Background Color

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

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

This div background color is #7E6E43.


Border color

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

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

This div border color is #7E6E43.


Opacity

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

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

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

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

This text has shadow with #7E6E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E43 on black background.


Color preview on white background

This text has color #7E6E43 on white background.



Black color preview on #7E6E43 background

This text has black color on #7E6E43 background.


White color preview on #7E6E43 background

This text has white color on #7E6E43 background.