COLOR #7E7547

HEX: #7E7547
RGB: (126,117,71)

Color info

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

RGB color model

#7E7547 color RGB value is (126,117,71).

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

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 71 of 255 = 28%

126
117
71

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 71 = 314 (100%)
R 126 of 314 ~ 40.13%
G 117 of 314 ~ 37.26%
B 71 of 314 ~ 22.61%

%40.13
%37.26
%22.61

CMYK color model

#7E7547 color CMYK value is (0,7,44,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 43.65%
  • key color value is 50.59%
CMYK:
(0,7,44,51)
C0M7Y44K51 
(0%,7%,44%,51%)
(0.00/0.07/0.44/0.51)	

CMYK percentages

%0
%7.14
%43.65
%50.59

Codes

Color #7E7547 in popluar color models

7E7547
RGB12611771
HSL50°27.92%38.63%
HSB/HSV50°43.65%49.41%
CMYK0.00%7.14%43.65%
50.59%

Color #7E7547 in popluar number systems.

HEX7E7547
Decimal12611771
Binary111111011101011000111
Octal176165107

Shades and tints

Shades of #7E7547

#7E7547
(126,117,71)
#736B41
(115,107,65)
#68613B
(104,97,59)
#5D5735
(93,87,53)
#524D2F
(82,77,47)
#474329
(71,67,41)
#3C3923
(60,57,35)
#312F1D
(49,47,29)
#262517
(38,37,23)
#1B1B11
(27,27,17)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #7E7547

#7E7547
(126,117,71)
#898157
(137,129,87)
#948D67
(148,141,103)
#9F9977
(159,153,119)
#AAA587
(170,165,135)
#B5B197
(181,177,151)
#C0BDA7
(192,189,167)
#CBC9B7
(203,201,183)
#D6D5C7
(214,213,199)
#E1E1D7
(225,225,215)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7547; }

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

This text font color is #7E7547.


Background Color

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

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

This div background color is #7E7547.


Border color

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

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

This div border color is #7E7547.


Opacity

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

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

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

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

This text has shadow with #7E7547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7547 on black background.


Color preview on white background

This text has color #7E7547 on white background.



Black color preview on #7E7547 background

This text has black color on #7E7547 background.


White color preview on #7E7547 background

This text has white color on #7E7547 background.