COLOR #7E8201

HEX: #7E8201 RGB: (126,130,1)

Color info

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

RGB color model

#7E8201 color RGB value is (126,130,1).

RGB: (126,130,1) (49%, 51%, 0%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 1 of 255 = 0%

126
130
1

R + G + B ~ 33%. #7E8201 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 130 + 1 = 257 (100%)
R 126 of 257 ~ 49.03%
G 130 of 257 ~ 50.58%
B 1 of 257 ~ 0.39'%

%49.03
%50.58

CMYK color model

#7E8201 color CMYK value is (3,0,99,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 99.23%
  • key color value is 49.02%

CMYK: (3,0,99,49)
C3M0Y99K49 (3%, 0%, 99%, 49%)
(0.03 / 0.00 / 0.99 / 0.49)

CMYK percentages

%3.08
%0
%99.23
%49.02

Codes

Color #7E8201 in popluar color models

7E 82 01
RGB 126 130 1
HSL 62° 98.47% 25.69%
HSB/HSV 62° 99.23% 50.98%
CMYK 3.08% 0.00% 99.23%
49.02%

Color #7E8201 in popluar number systems.

HEX 7E 82 01
Decimal 126 130 1
Binary 1111110 10000010 1
Octal 176 202 1

Shades and tints

Shades of #7E8201

#7E8201
(126,130,1)
#737701
(115,119,1)
#686C01
(104,108,1)
#5D6101
(93,97,1)
#525601
(82,86,1)
#474B01
(71,75,1)
#3C4001
(60,64,1)
#313501
(49,53,1)
#262A01
(38,42,1)
#1B1F01
(27,31,1)
#101401
(16,20,1)
#000000
(0,0,0)

Tints of #7E8201

#7E8201
(126,130,1)
#898D18
(137,141,24)
#94982F
(148,152,47)
#9FA346
(159,163,70)
#AAAE5D
(170,174,93)
#B5B974
(181,185,116)
#C0C48B
(192,196,139)
#CBCFA2
(203,207,162)
#D6DAB9
(214,218,185)
#E1E5D0
(225,229,208)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8201 color. Also use rgb(126,130,1) instead hex code.

Text Font Color

.myTextColor { color: #7E8201; }

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

This text font color is #7E8201.

Background Color

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

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

This div background color is #7E8201.

Border color

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

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

This div border color is #7E8201.

Opacity

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

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

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

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

This text has shadow with #7E8201 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8201.

Preview

Color preview on black background

This text has color #7E8201 on black background.


Color preview on white background

This text has color #7E8201 on white background.


Black color preview on #7E8201 background

This text has black color on #7E8201 background.


White color preview on #7E8201 background

This text has white color on #7E8201 background.


Related colors

Complementary color

Complementary color for #hex is #817DFE.


I love getcolorcode.com

Triadic colors

1 #017E82 and #82017E with #7E8201 are triadic colors.

2 #01827E and #827E01 with #7E8201 are triadic colors.