COLOR #7E7152

HEX: #7E7152
RGB: (126,113,82)

Color info

#7E7152 contains red, green and blue colors in about the same proportion. Web safe color of #7E7152 is #666666 (or #666).

RGB color model

#7E7152 color RGB value is (126,113,82).

  • red value is 126;
  • green value is 113;
  • blue value is 82.
RGB:
(126,113,82)
(49%,44%,32%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 82 of 255 = 32%

126
113
82

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

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 82 = 321 (100%)
R 126 of 321 ~ 39.25%
G 113 of 321 ~ 35.2%
B 82 of 321 ~ 25.55%

%39.25
%35.2
%25.55

CMYK color model

#7E7152 color CMYK value is (0,10,35,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(0,10,35,51)
C0M10Y35K51 
(0%,10%,35%,51%)
(0.00/0.10/0.35/0.51)	

CMYK percentages

%0
%10.32
%34.92
%50.59

Codes

Color #7E7152 in popluar color models

7E7152
RGB12611382
HSL42°21.15%40.78%
HSB/HSV42°34.92%49.41%
CMYK0.00%10.32%34.92%
50.59%

Color #7E7152 in popluar number systems.

HEX7E7152
Decimal12611382
Binary111111011100011010010
Octal176161122

Shades and tints

Shades of #7E7152

#7E7152
(126,113,82)
#73674B
(115,103,75)
#685D44
(104,93,68)
#5D533D
(93,83,61)
#524936
(82,73,54)
#473F2F
(71,63,47)
#3C3528
(60,53,40)
#312B21
(49,43,33)
#26211A
(38,33,26)
#1B1713
(27,23,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E7152

#7E7152
(126,113,82)
#897D61
(137,125,97)
#948970
(148,137,112)
#9F957F
(159,149,127)
#AAA18E
(170,161,142)
#B5AD9D
(181,173,157)
#C0B9AC
(192,185,172)
#CBC5BB
(203,197,187)
#D6D1CA
(214,209,202)
#E1DDD9
(225,221,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7152 color. Also use rgb(126,113,82) instead hex code.

Text Font Color

.myTextColor { color: #7E7152; }

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

This text font color is #7E7152.


Background Color

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

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

This div background color is #7E7152.


Border color

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

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

This div border color is #7E7152.


Opacity

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

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

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

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

This text has shadow with #7E7152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7152 on black background.


Color preview on white background

This text has color #7E7152 on white background.



Black color preview on #7E7152 background

This text has black color on #7E7152 background.


White color preview on #7E7152 background

This text has white color on #7E7152 background.