COLOR #7E8433

HEX: #7E8433
RGB: (126,132,51)

Color info

#7E8433 contains mainly red and green colors. Web safe color of #7E8433 is #669933 (or #693).

RGB color model

#7E8433 color RGB value is (126,132,51).

  • red value is 126;
  • green value is 132;
  • blue value is 51.
RGB:
(126,132,51)
(49%,52%,20%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 51 of 255 = 20%

126
132
51

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 51 = 309 (100%)
R 126 of 309 ~ 40.78%
G 132 of 309 ~ 42.72%
B 51 of 309 ~ 16.5%

%40.78
%42.72
%16.5

CMYK color model

#7E8433 color CMYK value is (5,0,61,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 61.36%
  • key color value is 48.24%
CMYK:
(5,0,61,48)
C5M0Y61K48 
(5%,0%,61%,48%)
(0.05/0.00/0.61/0.48)	

CMYK percentages

%4.55
%0
%61.36
%48.24

Codes

Color #7E8433 in popluar color models

7E8433
RGB12613251
HSL64°44.26%35.88%
HSB/HSV64°61.36%51.76%
CMYK4.55%0.00%61.36%
48.24%

Color #7E8433 in popluar number systems.

HEX7E8433
Decimal12613251
Binary111111010000100110011
Octal17620463

Shades and tints

Shades of #7E8433

#7E8433
(126,132,51)
#73782F
(115,120,47)
#686C2B
(104,108,43)
#5D6027
(93,96,39)
#525423
(82,84,35)
#47481F
(71,72,31)
#3C3C1B
(60,60,27)
#313017
(49,48,23)
#262413
(38,36,19)
#1B180F
(27,24,15)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E8433

#7E8433
(126,132,51)
#898F45
(137,143,69)
#949A57
(148,154,87)
#9FA569
(159,165,105)
#AAB07B
(170,176,123)
#B5BB8D
(181,187,141)
#C0C69F
(192,198,159)
#CBD1B1
(203,209,177)
#D6DCC3
(214,220,195)
#E1E7D5
(225,231,213)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8433 color. Also use rgb(126,132,51) instead hex code.

Text Font Color

.myTextColor { color: #7E8433; }

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

This text font color is #7E8433.


Background Color

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

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

This div background color is #7E8433.


Border color

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

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

This div border color is #7E8433.


Opacity

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

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

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

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

This text has shadow with #7E8433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8433 on black background.


Color preview on white background

This text has color #7E8433 on white background.



Black color preview on #7E8433 background

This text has black color on #7E8433 background.


White color preview on #7E8433 background

This text has white color on #7E8433 background.