COLOR #7E7049

HEX: #7E7049 RGB: (126,112,73)

Color info

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

RGB color model

#7E7049 color RGB value is (126,112,73).

RGB: (126,112,73) (49%, 44%, 29%)

RGB channels and saturation

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

126
112
73

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

Portions of RGB colors in percentages

R + G + B = 126 + 112 + 73 = 311 (100%)
R 126 of 311 ~ 40.51%
G 112 of 311 ~ 36.01%
B 73 of 311 ~ 23.47'%

%40.51
%36.01
%23.47

CMYK color model

#7E7049 color CMYK value is (0,11,42,51).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 42.06%
  • key color value is 50.59%

CMYK: (0,11,42,51)
C0M11Y42K51 (0%, 11%, 42%, 51%)
(0.00 / 0.11 / 0.42 / 0.51)

CMYK percentages

%0
%11.11
%42.06
%50.59

Codes

Color #7E7049 in popluar color models

7E 70 49
RGB 126 112 73
HSL 44° 26.63% 39.02%
HSB/HSV 44° 42.06% 49.41%
CMYK 0.00% 11.11% 42.06%
50.59%

Color #7E7049 in popluar number systems.

HEX 7E 70 49
Decimal 126 112 73
Binary 1111110 1110000 1001001
Octal 176 160 111

Shades and tints

Shades of #7E7049

#7E7049
(126,112,73)
#736643
(115,102,67)
#685C3D
(104,92,61)
#5D5237
(93,82,55)
#524831
(82,72,49)
#473E2B
(71,62,43)
#3C3425
(60,52,37)
#312A1F
(49,42,31)
#262019
(38,32,25)
#1B1613
(27,22,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E7049

#7E7049
(126,112,73)
#897D59
(137,125,89)
#948A69
(148,138,105)
#9F9779
(159,151,121)
#AAA489
(170,164,137)
#B5B199
(181,177,153)
#C0BEA9
(192,190,169)
#CBCBB9
(203,203,185)
#D6D8C9
(214,216,201)
#E1E5D9
(225,229,217)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7049; }

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

This text font color is #7E7049.

Background Color

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

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

This div background color is #7E7049.

Border color

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

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

This div border color is #7E7049.

Opacity

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

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

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

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

This text has shadow with #7E7049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7049.

Preview

Color preview on black background

This text has color #7E7049 on black background.


Color preview on white background

This text has color #7E7049 on white background.


Black color preview on #7E7049 background

This text has black color on #7E7049 background.


White color preview on #7E7049 background

This text has white color on #7E7049 background.


Related colors

Complementary color

Complementary color for #hex is #818FB6.


I love getcolorcode.com

Triadic colors

1 #497E70 and #70497E with #7E7049 are triadic colors.

2 #49707E and #707E49 with #7E7049 are triadic colors.