COLOR #7E6801

HEX: #7E6801
RGB: (126,104,1)

Color info

#7E6801 contains mainly red and green colors. Web safe color of #7E6801 is #666600 (or #660).

RGB color model

#7E6801 color RGB value is (126,104,1).

  • red value is 126;
  • green value is 104;
  • blue value is 1.
RGB:
(126,104,1)
(49%,41%,0%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 1 of 255 = 0%

126
104
1

R + G + B ~ 30%. #7E6801 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 1 = 231 (100%)
R 126 of 231 ~ 54.55%
G 104 of 231 ~ 45.02%
B 1 of 231 ~ 0.43%

%54.55
%45.02

CMYK color model

#7E6801 color CMYK value is (0,17,99,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 99.21%
  • key color value is 50.59%
CMYK:
(0,17,99,51)
C0M17Y99K51 
(0%,17%,99%,51%)
(0.00/0.17/0.99/0.51)	

CMYK percentages

%0
%17.46
%99.21
%50.59

Codes

Color #7E6801 in popluar color models

7E6801
RGB1261041
HSL49°98.43%24.90%
HSB/HSV49°99.21%49.41%
CMYK0.00%17.46%99.21%
50.59%

Color #7E6801 in popluar number systems.

HEX7E6801
Decimal1261041
Binary111111011010001
Octal1761501

Shades and tints

Shades of #7E6801

#7E6801
(126,104,1)
#735F01
(115,95,1)
#685601
(104,86,1)
#5D4D01
(93,77,1)
#524401
(82,68,1)
#473B01
(71,59,1)
#3C3201
(60,50,1)
#312901
(49,41,1)
#262001
(38,32,1)
#1B1701
(27,23,1)
#100E01
(16,14,1)
#000000
(0,0,0)

Tints of #7E6801

#7E6801
(126,104,1)
#897518
(137,117,24)
#94822F
(148,130,47)
#9F8F46
(159,143,70)
#AA9C5D
(170,156,93)
#B5A974
(181,169,116)
#C0B68B
(192,182,139)
#CBC3A2
(203,195,162)
#D6D0B9
(214,208,185)
#E1DDD0
(225,221,208)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6801; }

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

This text font color is #7E6801.


Background Color

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

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

This div background color is #7E6801.


Border color

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

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

This div border color is #7E6801.


Opacity

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

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

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

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

This text has shadow with #7E6801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6801 on black background.


Color preview on white background

This text has color #7E6801 on white background.



Black color preview on #7E6801 background

This text has black color on #7E6801 background.


White color preview on #7E6801 background

This text has white color on #7E6801 background.