COLOR #7E7149

HEX: #7E7149
RGB: (126,113,73)

Color info

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

RGB color model

#7E7149 color RGB value is (126,113,73).

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

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 73 of 255 = 29%

126
113
73

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

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 73 = 312 (100%)
R 126 of 312 ~ 40.38%
G 113 of 312 ~ 36.22%
B 73 of 312 ~ 23.4%

%40.38
%36.22
%23.4

CMYK color model

#7E7149 color CMYK value is (0,10,42,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 42.06%
  • key color value is 50.59%
CMYK:
(0,10,42,51)
C0M10Y42K51 
(0%,10%,42%,51%)
(0.00/0.10/0.42/0.51)	

CMYK percentages

%0
%10.32
%42.06
%50.59

Codes

Color #7E7149 in popluar color models

7E7149
RGB12611373
HSL45°26.63%39.02%
HSB/HSV45°42.06%49.41%
CMYK0.00%10.32%42.06%
50.59%

Color #7E7149 in popluar number systems.

HEX7E7149
Decimal12611373
Binary111111011100011001001
Octal176161111

Shades and tints

Shades of #7E7149

#7E7149
(126,113,73)
#736743
(115,103,67)
#685D3D
(104,93,61)
#5D5337
(93,83,55)
#524931
(82,73,49)
#473F2B
(71,63,43)
#3C3525
(60,53,37)
#312B1F
(49,43,31)
#262119
(38,33,25)
#1B1713
(27,23,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #7E7149

#7E7149
(126,113,73)
#897D59
(137,125,89)
#948969
(148,137,105)
#9F9579
(159,149,121)
#AAA189
(170,161,137)
#B5AD99
(181,173,153)
#C0B9A9
(192,185,169)
#CBC5B9
(203,197,185)
#D6D1C9
(214,209,201)
#E1DDD9
(225,221,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7149; }

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

This text font color is #7E7149.


Background Color

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

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

This div background color is #7E7149.


Border color

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

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

This div border color is #7E7149.


Opacity

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

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

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

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

This text has shadow with #7E7149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7149 on black background.


Color preview on white background

This text has color #7E7149 on white background.



Black color preview on #7E7149 background

This text has black color on #7E7149 background.


White color preview on #7E7149 background

This text has white color on #7E7149 background.