COLOR #7E870F

HEX: #7E870F
RGB: (126,135,15)

Color info

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

RGB color model

#7E870F color RGB value is (126,135,15).

  • red value is 126;
  • green value is 135;
  • blue value is 15.
RGB:
(126,135,15)
(49%,53%,6%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 15 of 255 = 6%

126
135
15

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 15 = 276 (100%)
R 126 of 276 ~ 45.65%
G 135 of 276 ~ 48.91%
B 15 of 276 ~ 5.43%

%45.65
%48.91

CMYK color model

#7E870F color CMYK value is (7,0,89,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 47.06%
CMYK:
(7,0,89,47)
C7M0Y89K47 
(7%,0%,89%,47%)
(0.07/0.00/0.89/0.47)	

CMYK percentages

%6.67
%0
%88.89
%47.06

Codes

Color #7E870F in popluar color models

7E870F
RGB12613515
HSL65°80.00%29.41%
HSB/HSV65°88.89%52.94%
CMYK6.67%0.00%88.89%
47.06%

Color #7E870F in popluar number systems.

HEX7E870F
Decimal12613515
Binary1111110100001111111
Octal17620717

Shades and tints

Shades of #7E870F

#7E870F
(126,135,15)
#737B0E
(115,123,14)
#686F0D
(104,111,13)
#5D630C
(93,99,12)
#52570B
(82,87,11)
#474B0A
(71,75,10)
#3C3F09
(60,63,9)
#313308
(49,51,8)
#262707
(38,39,7)
#1B1B06
(27,27,6)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #7E870F

#7E870F
(126,135,15)
#899124
(137,145,36)
#949B39
(148,155,57)
#9FA54E
(159,165,78)
#AAAF63
(170,175,99)
#B5B978
(181,185,120)
#C0C38D
(192,195,141)
#CBCDA2
(203,205,162)
#D6D7B7
(214,215,183)
#E1E1CC
(225,225,204)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E870F color. Also use rgb(126,135,15) instead hex code.

Text Font Color

.myTextColor { color: #7E870F; }

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

This text font color is #7E870F.


Background Color

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

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

This div background color is #7E870F.


Border color

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

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

This div border color is #7E870F.


Opacity

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

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

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

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

This text has shadow with #7E870F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E870F on black background.


Color preview on white background

This text has color #7E870F on white background.



Black color preview on #7E870F background

This text has black color on #7E870F background.


White color preview on #7E870F background

This text has white color on #7E870F background.