COLOR #7E7444

HEX: #7E7444
RGB: (126,116,68)

Color info

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

RGB color model

#7E7444 color RGB value is (126,116,68).

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

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 68 of 255 = 27%

126
116
68

R + G + B ~ 40%. #7E7444 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 116 + 68 = 310 (100%)
R 126 of 310 ~ 40.65%
G 116 of 310 ~ 37.42%
B 68 of 310 ~ 21.94%

%40.65
%37.42
%21.94

CMYK color model

#7E7444 color CMYK value is (0,8,46,51).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(0,8,46,51)
C0M8Y46K51 
(0%,8%,46%,51%)
(0.00/0.08/0.46/0.51)	

CMYK percentages

%0
%7.94
%46.03
%50.59

Codes

Color #7E7444 in popluar color models

7E7444
RGB12611668
HSL50°29.90%38.04%
HSB/HSV50°46.03%49.41%
CMYK0.00%7.94%46.03%
50.59%

Color #7E7444 in popluar number systems.

HEX7E7444
Decimal12611668
Binary111111011101001000100
Octal176164104

Shades and tints

Shades of #7E7444

#7E7444
(126,116,68)
#736A3E
(115,106,62)
#686038
(104,96,56)
#5D5632
(93,86,50)
#524C2C
(82,76,44)
#474226
(71,66,38)
#3C3820
(60,56,32)
#312E1A
(49,46,26)
#262414
(38,36,20)
#1B1A0E
(27,26,14)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #7E7444

#7E7444
(126,116,68)
#898055
(137,128,85)
#948C66
(148,140,102)
#9F9877
(159,152,119)
#AAA488
(170,164,136)
#B5B099
(181,176,153)
#C0BCAA
(192,188,170)
#CBC8BB
(203,200,187)
#D6D4CC
(214,212,204)
#E1E0DD
(225,224,221)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7444; }

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

This text font color is #7E7444.


Background Color

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

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

This div background color is #7E7444.


Border color

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

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

This div border color is #7E7444.


Opacity

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

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

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

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

This text has shadow with #7E7444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7444 on black background.


Color preview on white background

This text has color #7E7444 on white background.



Black color preview on #7E7444 background

This text has black color on #7E7444 background.


White color preview on #7E7444 background

This text has white color on #7E7444 background.