COLOR #7E7137

HEX: #7E7137
RGB: (126,113,55)

Color info

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

RGB color model

#7E7137 color RGB value is (126,113,55).

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

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 55 of 255 = 22%

126
113
55

R + G + B ~ 38%. #7E7137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 55 = 294 (100%)
R 126 of 294 ~ 42.86%
G 113 of 294 ~ 38.44%
B 55 of 294 ~ 18.71%

%42.86
%38.44
%18.71

CMYK color model

#7E7137 color CMYK value is (0,10,56,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 56.35%
  • key color value is 50.59%
CMYK:
(0,10,56,51)
C0M10Y56K51 
(0%,10%,56%,51%)
(0.00/0.10/0.56/0.51)	

CMYK percentages

%0
%10.32
%56.35
%50.59

Codes

Color #7E7137 in popluar color models

7E7137
RGB12611355
HSL49°39.23%35.49%
HSB/HSV49°56.35%49.41%
CMYK0.00%10.32%56.35%
50.59%

Color #7E7137 in popluar number systems.

HEX7E7137
Decimal12611355
Binary11111101110001110111
Octal17616167

Shades and tints

Shades of #7E7137

#7E7137
(126,113,55)
#736732
(115,103,50)
#685D2D
(104,93,45)
#5D5328
(93,83,40)
#524923
(82,73,35)
#473F1E
(71,63,30)
#3C3519
(60,53,25)
#312B14
(49,43,20)
#26210F
(38,33,15)
#1B170A
(27,23,10)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #7E7137

#7E7137
(126,113,55)
#897D49
(137,125,73)
#94895B
(148,137,91)
#9F956D
(159,149,109)
#AAA17F
(170,161,127)
#B5AD91
(181,173,145)
#C0B9A3
(192,185,163)
#CBC5B5
(203,197,181)
#D6D1C7
(214,209,199)
#E1DDD9
(225,221,217)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7137; }

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

This text font color is #7E7137.


Background Color

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

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

This div background color is #7E7137.


Border color

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

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

This div border color is #7E7137.


Opacity

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

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

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

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

This text has shadow with #7E7137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7137 on black background.


Color preview on white background

This text has color #7E7137 on white background.



Black color preview on #7E7137 background

This text has black color on #7E7137 background.


White color preview on #7E7137 background

This text has white color on #7E7137 background.