COLOR #7E7532

HEX: #7E7532
RGB: (126,117,50)

Color info

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

RGB color model

#7E7532 color RGB value is (126,117,50).

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

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 50 of 255 = 20%

126
117
50

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 50 = 293 (100%)
R 126 of 293 ~ 43%
G 117 of 293 ~ 39.93%
B 50 of 293 ~ 17.06%

%43
%39.93
%17.06

CMYK color model

#7E7532 color CMYK value is (0,7,60,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 60.32%
  • key color value is 50.59%
CMYK:
(0,7,60,51)
C0M7Y60K51 
(0%,7%,60%,51%)
(0.00/0.07/0.60/0.51)	

CMYK percentages

%0
%7.14
%60.32
%50.59

Codes

Color #7E7532 in popluar color models

7E7532
RGB12611750
HSL53°43.18%34.51%
HSB/HSV53°60.32%49.41%
CMYK0.00%7.14%60.32%
50.59%

Color #7E7532 in popluar number systems.

HEX7E7532
Decimal12611750
Binary11111101110101110010
Octal17616562

Shades and tints

Shades of #7E7532

#7E7532
(126,117,50)
#736B2E
(115,107,46)
#68612A
(104,97,42)
#5D5726
(93,87,38)
#524D22
(82,77,34)
#47431E
(71,67,30)
#3C391A
(60,57,26)
#312F16
(49,47,22)
#262512
(38,37,18)
#1B1B0E
(27,27,14)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #7E7532

#7E7532
(126,117,50)
#898144
(137,129,68)
#948D56
(148,141,86)
#9F9968
(159,153,104)
#AAA57A
(170,165,122)
#B5B18C
(181,177,140)
#C0BD9E
(192,189,158)
#CBC9B0
(203,201,176)
#D6D5C2
(214,213,194)
#E1E1D4
(225,225,212)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7532; }

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

This text font color is #7E7532.


Background Color

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

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

This div background color is #7E7532.


Border color

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

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

This div border color is #7E7532.


Opacity

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

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

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

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

This text has shadow with #7E7532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7532 on black background.


Color preview on white background

This text has color #7E7532 on white background.



Black color preview on #7E7532 background

This text has black color on #7E7532 background.


White color preview on #7E7532 background

This text has white color on #7E7532 background.