COLOR #7E7542

HEX: #7E7542
RGB: (126,117,66)

Color info

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

RGB color model

#7E7542 color RGB value is (126,117,66).

  • red value is 126;
  • green value is 117;
  • blue value is 66.
RGB:
(126,117,66)
(49%,46%,26%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 66 of 255 = 26%

126
117
66

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 66 = 309 (100%)
R 126 of 309 ~ 40.78%
G 117 of 309 ~ 37.86%
B 66 of 309 ~ 21.36%

%40.78
%37.86
%21.36

CMYK color model

#7E7542 color CMYK value is (0,7,48,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 47.62%
  • key color value is 50.59%
CMYK:
(0,7,48,51)
C0M7Y48K51 
(0%,7%,48%,51%)
(0.00/0.07/0.48/0.51)	

CMYK percentages

%0
%7.14
%47.62
%50.59

Codes

Color #7E7542 in popluar color models

7E7542
RGB12611766
HSL51°31.25%37.65%
HSB/HSV51°47.62%49.41%
CMYK0.00%7.14%47.62%
50.59%

Color #7E7542 in popluar number systems.

HEX7E7542
Decimal12611766
Binary111111011101011000010
Octal176165102

Shades and tints

Shades of #7E7542

#7E7542
(126,117,66)
#736B3C
(115,107,60)
#686136
(104,97,54)
#5D5730
(93,87,48)
#524D2A
(82,77,42)
#474324
(71,67,36)
#3C391E
(60,57,30)
#312F18
(49,47,24)
#262512
(38,37,18)
#1B1B0C
(27,27,12)
#101106
(16,17,6)
#000000
(0,0,0)

Tints of #7E7542

#7E7542
(126,117,66)
#898153
(137,129,83)
#948D64
(148,141,100)
#9F9975
(159,153,117)
#AAA586
(170,165,134)
#B5B197
(181,177,151)
#C0BDA8
(192,189,168)
#CBC9B9
(203,201,185)
#D6D5CA
(214,213,202)
#E1E1DB
(225,225,219)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7542 color. Also use rgb(126,117,66) instead hex code.

Text Font Color

.myTextColor { color: #7E7542; }

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

This text font color is #7E7542.


Background Color

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

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

This div background color is #7E7542.


Border color

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

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

This div border color is #7E7542.


Opacity

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

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

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

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

This text has shadow with #7E7542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7542 on black background.


Color preview on white background

This text has color #7E7542 on white background.



Black color preview on #7E7542 background

This text has black color on #7E7542 background.


White color preview on #7E7542 background

This text has white color on #7E7542 background.