COLOR #7E732A

HEX: #7E732A
RGB: (126,115,42)

Color info

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

RGB color model

#7E732A color RGB value is (126,115,42).

  • red value is 126;
  • green value is 115;
  • blue value is 42.
RGB:
(126,115,42)
(49%,45%,16%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 42 of 255 = 16%

126
115
42

R + G + B ~ 37%. #7E732A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 42 = 283 (100%)
R 126 of 283 ~ 44.52%
G 115 of 283 ~ 40.64%
B 42 of 283 ~ 14.84%

%44.52
%40.64
%14.84

CMYK color model

#7E732A color CMYK value is (0,9,67,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(0,9,67,51)
C0M9Y67K51 
(0%,9%,67%,51%)
(0.00/0.09/0.67/0.51)	

CMYK percentages

%0
%8.73
%66.67
%50.59

Codes

Color #7E732A in popluar color models

7E732A
RGB12611542
HSL52°50.00%32.94%
HSB/HSV52°66.67%49.41%
CMYK0.00%8.73%66.67%
50.59%

Color #7E732A in popluar number systems.

HEX7E732A
Decimal12611542
Binary11111101110011101010
Octal17616352

Shades and tints

Shades of #7E732A

#7E732A
(126,115,42)
#736927
(115,105,39)
#685F24
(104,95,36)
#5D5521
(93,85,33)
#524B1E
(82,75,30)
#47411B
(71,65,27)
#3C3718
(60,55,24)
#312D15
(49,45,21)
#262312
(38,35,18)
#1B190F
(27,25,15)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E732A

#7E732A
(126,115,42)
#897F3D
(137,127,61)
#948B50
(148,139,80)
#9F9763
(159,151,99)
#AAA376
(170,163,118)
#B5AF89
(181,175,137)
#C0BB9C
(192,187,156)
#CBC7AF
(203,199,175)
#D6D3C2
(214,211,194)
#E1DFD5
(225,223,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E732A color. Also use rgb(126,115,42) instead hex code.

Text Font Color

.myTextColor { color: #7E732A; }

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

This text font color is #7E732A.


Background Color

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

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

This div background color is #7E732A.


Border color

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

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

This div border color is #7E732A.


Opacity

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

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

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

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

This text has shadow with #7E732A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E732A on black background.


Color preview on white background

This text has color #7E732A on white background.



Black color preview on #7E732A background

This text has black color on #7E732A background.


White color preview on #7E732A background

This text has white color on #7E732A background.