COLOR #7E6B2D

HEX: #7E6B2D
RGB: (126,107,45)

Color info

#7E6B2D contains mainly red and green colors. Web safe color of #7E6B2D is #666633 (or #663).

RGB color model

#7E6B2D color RGB value is (126,107,45).

  • red value is 126;
  • green value is 107;
  • blue value is 45.
RGB:
(126,107,45)
(49%,42%,18%)

RGB channels and saturation

R 126 of 255 = 49%
G 107 of 255 = 42%
B 45 of 255 = 18%

126
107
45

R + G + B ~ 36%. #7E6B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 107 + 45 = 278 (100%)
R 126 of 278 ~ 45.32%
G 107 of 278 ~ 38.49%
B 45 of 278 ~ 16.19%

%45.32
%38.49
%16.19

CMYK color model

#7E6B2D color CMYK value is (0,15,64,51).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 64.29%
  • key color value is 50.59%
CMYK:
(0,15,64,51)
C0M15Y64K51 
(0%,15%,64%,51%)
(0.00/0.15/0.64/0.51)	

CMYK percentages

%0
%15.08
%64.29
%50.59

Codes

Color #7E6B2D in popluar color models

7E6B2D
RGB12610745
HSL46°47.37%33.53%
HSB/HSV46°64.29%49.41%
CMYK0.00%15.08%64.29%
50.59%

Color #7E6B2D in popluar number systems.

HEX7E6B2D
Decimal12610745
Binary11111101101011101101
Octal17615355

Shades and tints

Shades of #7E6B2D

#7E6B2D
(126,107,45)
#736229
(115,98,41)
#685925
(104,89,37)
#5D5021
(93,80,33)
#52471D
(82,71,29)
#473E19
(71,62,25)
#3C3515
(60,53,21)
#312C11
(49,44,17)
#26230D
(38,35,13)
#1B1A09
(27,26,9)
#101105
(16,17,5)
#000000
(0,0,0)

Tints of #7E6B2D

#7E6B2D
(126,107,45)
#897840
(137,120,64)
#948553
(148,133,83)
#9F9266
(159,146,102)
#AA9F79
(170,159,121)
#B5AC8C
(181,172,140)
#C0B99F
(192,185,159)
#CBC6B2
(203,198,178)
#D6D3C5
(214,211,197)
#E1E0D8
(225,224,216)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6B2D color. Also use rgb(126,107,45) instead hex code.

Text Font Color

.myTextColor { color: #7E6B2D; }

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

This text font color is #7E6B2D.


Background Color

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

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

This div background color is #7E6B2D.


Border color

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

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

This div border color is #7E6B2D.


Opacity

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

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

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

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

This text has shadow with #7E6B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6B2D on black background.


Color preview on white background

This text has color #7E6B2D on white background.



Black color preview on #7E6B2D background

This text has black color on #7E6B2D background.


White color preview on #7E6B2D background

This text has white color on #7E6B2D background.