COLOR #7E6844

HEX: #7E6844
RGB: (126,104,68)

Color info

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

RGB color model

#7E6844 color RGB value is (126,104,68).

  • red value is 126;
  • green value is 104;
  • blue value is 68.
RGB:
(126,104,68)
(49%,41%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 68 of 255 = 27%

126
104
68

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 68 = 298 (100%)
R 126 of 298 ~ 42.28%
G 104 of 298 ~ 34.9%
B 68 of 298 ~ 22.82%

%42.28
%34.9
%22.82

CMYK color model

#7E6844 color CMYK value is (0,17,46,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(0,17,46,51)
C0M17Y46K51 
(0%,17%,46%,51%)
(0.00/0.17/0.46/0.51)	

CMYK percentages

%0
%17.46
%46.03
%50.59

Codes

Color #7E6844 in popluar color models

7E6844
RGB12610468
HSL37°29.90%38.04%
HSB/HSV37°46.03%49.41%
CMYK0.00%17.46%46.03%
50.59%

Color #7E6844 in popluar number systems.

HEX7E6844
Decimal12610468
Binary111111011010001000100
Octal176150104

Shades and tints

Shades of #7E6844

#7E6844
(126,104,68)
#735F3E
(115,95,62)
#685638
(104,86,56)
#5D4D32
(93,77,50)
#52442C
(82,68,44)
#473B26
(71,59,38)
#3C3220
(60,50,32)
#31291A
(49,41,26)
#262014
(38,32,20)
#1B170E
(27,23,14)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #7E6844

#7E6844
(126,104,68)
#897555
(137,117,85)
#948266
(148,130,102)
#9F8F77
(159,143,119)
#AA9C88
(170,156,136)
#B5A999
(181,169,153)
#C0B6AA
(192,182,170)
#CBC3BB
(203,195,187)
#D6D0CC
(214,208,204)
#E1DDDD
(225,221,221)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6844 color. Also use rgb(126,104,68) instead hex code.

Text Font Color

.myTextColor { color: #7E6844; }

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

This text font color is #7E6844.


Background Color

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

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

This div background color is #7E6844.


Border color

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

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

This div border color is #7E6844.


Opacity

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

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

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

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

This text has shadow with #7E6844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6844 on black background.


Color preview on white background

This text has color #7E6844 on white background.



Black color preview on #7E6844 background

This text has black color on #7E6844 background.


White color preview on #7E6844 background

This text has white color on #7E6844 background.