COLOR #7F8E1B

HEX: #7F8E1B
RGB: (127,142,27)

Color info

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

RGB color model

#7F8E1B color RGB value is (127,142,27).

  • red value is 127;
  • green value is 142;
  • blue value is 27.
RGB:
(127,142,27)
(50%,56%,11%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 27 of 255 = 11%

127
142
27

R + G + B ~ 39%. #7F8E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 142 + 27 = 296 (100%)
R 127 of 296 ~ 42.91%
G 142 of 296 ~ 47.97%
B 27 of 296 ~ 9.12%

%42.91
%47.97

CMYK color model

#7F8E1B color CMYK value is (11,0,81,44).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 80.99%
  • key color value is 44.31%
CMYK:
(11,0,81,44)
C11M0Y81K44 
(11%,0%,81%,44%)
(0.11/0.00/0.81/0.44)	

CMYK percentages

%10.56
%0
%80.99
%44.31

Codes

Color #7F8E1B in popluar color models

7F8E1B
RGB12714227
HSL68°68.05%33.14%
HSB/HSV68°80.99%55.69%
CMYK10.56%0.00%80.99%
44.31%

Color #7F8E1B in popluar number systems.

HEX7F8E1B
Decimal12714227
Binary11111111000111011011
Octal17721633

Shades and tints

Shades of #7F8E1B

#7F8E1B
(127,142,27)
#748219
(116,130,25)
#697617
(105,118,23)
#5E6A15
(94,106,21)
#535E13
(83,94,19)
#485211
(72,82,17)
#3D460F
(61,70,15)
#323A0D
(50,58,13)
#272E0B
(39,46,11)
#1C2209
(28,34,9)
#111607
(17,22,7)
#000000
(0,0,0)

Tints of #7F8E1B

#7F8E1B
(127,142,27)
#8A982F
(138,152,47)
#95A243
(149,162,67)
#A0AC57
(160,172,87)
#ABB66B
(171,182,107)
#B6C07F
(182,192,127)
#C1CA93
(193,202,147)
#CCD4A7
(204,212,167)
#D7DEBB
(215,222,187)
#E2E8CF
(226,232,207)
#EDF2E3
(237,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8E1B color. Also use rgb(127,142,27) instead hex code.

Text Font Color

.myTextColor { color: #7F8E1B; }

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

This text font color is #7F8E1B.


Background Color

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

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

This div background color is #7F8E1B.


Border color

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

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

This div border color is #7F8E1B.


Opacity

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

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

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

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

This text has shadow with #7F8E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8E1B on black background.


Color preview on white background

This text has color #7F8E1B on white background.



Black color preview on #7F8E1B background

This text has black color on #7F8E1B background.


White color preview on #7F8E1B background

This text has white color on #7F8E1B background.