COLOR #7E6649

HEX: #7E6649
RGB: (126,102,73)

Color info

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

RGB color model

#7E6649 color RGB value is (126,102,73).

  • red value is 126;
  • green value is 102;
  • blue value is 73.
RGB:
(126,102,73)
(49%,40%,29%)

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 73 of 255 = 29%

126
102
73

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

Portions of RGB colors in percentages

R + G + B =
126 + 102 + 73 = 301 (100%)
R 126 of 301 ~ 41.86%
G 102 of 301 ~ 33.89%
B 73 of 301 ~ 24.25%

%41.86
%33.89
%24.25

CMYK color model

#7E6649 color CMYK value is (0,19,42,51).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 42.06%
  • key color value is 50.59%
CMYK:
(0,19,42,51)
C0M19Y42K51 
(0%,19%,42%,51%)
(0.00/0.19/0.42/0.51)	

CMYK percentages

%0
%19.05
%42.06
%50.59

Codes

Color #7E6649 in popluar color models

7E6649
RGB12610273
HSL33°26.63%39.02%
HSB/HSV33°42.06%49.41%
CMYK0.00%19.05%42.06%
50.59%

Color #7E6649 in popluar number systems.

HEX7E6649
Decimal12610273
Binary111111011001101001001
Octal176146111

Shades and tints

Shades of #7E6649

#7E6649
(126,102,73)
#735D43
(115,93,67)
#68543D
(104,84,61)
#5D4B37
(93,75,55)
#524231
(82,66,49)
#47392B
(71,57,43)
#3C3025
(60,48,37)
#31271F
(49,39,31)
#261E19
(38,30,25)
#1B1513
(27,21,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E6649

#7E6649
(126,102,73)
#897359
(137,115,89)
#948069
(148,128,105)
#9F8D79
(159,141,121)
#AA9A89
(170,154,137)
#B5A799
(181,167,153)
#C0B4A9
(192,180,169)
#CBC1B9
(203,193,185)
#D6CEC9
(214,206,201)
#E1DBD9
(225,219,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6649 color. Also use rgb(126,102,73) instead hex code.

Text Font Color

.myTextColor { color: #7E6649; }

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

This text font color is #7E6649.


Background Color

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

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

This div background color is #7E6649.


Border color

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

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

This div border color is #7E6649.


Opacity

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

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

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

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

This text has shadow with #7E6649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6649 on black background.


Color preview on white background

This text has color #7E6649 on white background.



Black color preview on #7E6649 background

This text has black color on #7E6649 background.


White color preview on #7E6649 background

This text has white color on #7E6649 background.