COLOR #7E8611

HEX: #7E8611
RGB: (126,134,17)

Color info

#7E8611 contains mainly red and green colors. Web safe color of #7E8611 is #669900 (or #690).

RGB color model

#7E8611 color RGB value is (126,134,17).

  • red value is 126;
  • green value is 134;
  • blue value is 17.
RGB:
(126,134,17)
(49%,53%,7%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 17 of 255 = 7%

126
134
17

R + G + B ~ 36%. #7E8611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 134 + 17 = 277 (100%)
R 126 of 277 ~ 45.49%
G 134 of 277 ~ 48.38%
B 17 of 277 ~ 6.14%

%45.49
%48.38

CMYK color model

#7E8611 color CMYK value is (6,0,87,47).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 87.31%
  • key color value is 47.45%
CMYK:
(6,0,87,47)
C6M0Y87K47 
(6%,0%,87%,47%)
(0.06/0.00/0.87/0.47)	

CMYK percentages

%5.97
%0
%87.31
%47.45

Codes

Color #7E8611 in popluar color models

7E8611
RGB12613417
HSL64°77.48%29.61%
HSB/HSV64°87.31%52.55%
CMYK5.97%0.00%87.31%
47.45%

Color #7E8611 in popluar number systems.

HEX7E8611
Decimal12613417
Binary11111101000011010001
Octal17620621

Shades and tints

Shades of #7E8611

#7E8611
(126,134,17)
#737A10
(115,122,16)
#686E0F
(104,110,15)
#5D620E
(93,98,14)
#52560D
(82,86,13)
#474A0C
(71,74,12)
#3C3E0B
(60,62,11)
#31320A
(49,50,10)
#262609
(38,38,9)
#1B1A08
(27,26,8)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #7E8611

#7E8611
(126,134,17)
#899126
(137,145,38)
#949C3B
(148,156,59)
#9FA750
(159,167,80)
#AAB265
(170,178,101)
#B5BD7A
(181,189,122)
#C0C88F
(192,200,143)
#CBD3A4
(203,211,164)
#D6DEB9
(214,222,185)
#E1E9CE
(225,233,206)
#ECF4E3
(236,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8611 color. Also use rgb(126,134,17) instead hex code.

Text Font Color

.myTextColor { color: #7E8611; }

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

This text font color is #7E8611.


Background Color

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

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

This div background color is #7E8611.


Border color

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

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

This div border color is #7E8611.


Opacity

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

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

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

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

This text has shadow with #7E8611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8611 on black background.


Color preview on white background

This text has color #7E8611 on white background.



Black color preview on #7E8611 background

This text has black color on #7E8611 background.


White color preview on #7E8611 background

This text has white color on #7E8611 background.