COLOR #7E851B

HEX: #7E851B
RGB: (126,133,27)

Color info

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

RGB color model

#7E851B color RGB value is (126,133,27).

  • red value is 126;
  • green value is 133;
  • blue value is 27.
RGB:
(126,133,27)
(49%,52%,11%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 27 of 255 = 11%

126
133
27

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 27 = 286 (100%)
R 126 of 286 ~ 44.06%
G 133 of 286 ~ 46.5%
B 27 of 286 ~ 9.44%

%44.06
%46.5

CMYK color model

#7E851B color CMYK value is (5,0,80,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 79.70%
  • key color value is 47.84%
CMYK:
(5,0,80,48)
C5M0Y80K48 
(5%,0%,80%,48%)
(0.05/0.00/0.80/0.48)	

CMYK percentages

%5.26
%0
%79.7
%47.84

Codes

Color #7E851B in popluar color models

7E851B
RGB12613327
HSL64°66.25%31.37%
HSB/HSV64°79.70%52.16%
CMYK5.26%0.00%79.70%
47.84%

Color #7E851B in popluar number systems.

HEX7E851B
Decimal12613327
Binary11111101000010111011
Octal17620533

Shades and tints

Shades of #7E851B

#7E851B
(126,133,27)
#737919
(115,121,25)
#686D17
(104,109,23)
#5D6115
(93,97,21)
#525513
(82,85,19)
#474911
(71,73,17)
#3C3D0F
(60,61,15)
#31310D
(49,49,13)
#26250B
(38,37,11)
#1B1909
(27,25,9)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #7E851B

#7E851B
(126,133,27)
#89902F
(137,144,47)
#949B43
(148,155,67)
#9FA657
(159,166,87)
#AAB16B
(170,177,107)
#B5BC7F
(181,188,127)
#C0C793
(192,199,147)
#CBD2A7
(203,210,167)
#D6DDBB
(214,221,187)
#E1E8CF
(225,232,207)
#ECF3E3
(236,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E851B color. Also use rgb(126,133,27) instead hex code.

Text Font Color

.myTextColor { color: #7E851B; }

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

This text font color is #7E851B.


Background Color

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

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

This div background color is #7E851B.


Border color

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

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

This div border color is #7E851B.


Opacity

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

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

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

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

This text has shadow with #7E851B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E851B on black background.


Color preview on white background

This text has color #7E851B on white background.



Black color preview on #7E851B background

This text has black color on #7E851B background.


White color preview on #7E851B background

This text has white color on #7E851B background.