COLOR #7E680A

HEX: #7E680A
RGB: (126,104,10)

Color info

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

RGB color model

#7E680A color RGB value is (126,104,10).

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

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 10 of 255 = 4%

126
104
10

R + G + B ~ 31%. #7E680A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 10 = 240 (100%)
R 126 of 240 ~ 52.5%
G 104 of 240 ~ 43.33%
B 10 of 240 ~ 4.17%

%52.5
%43.33

CMYK color model

#7E680A color CMYK value is (0,17,92,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 92.06%
  • key color value is 50.59%
CMYK:
(0,17,92,51)
C0M17Y92K51 
(0%,17%,92%,51%)
(0.00/0.17/0.92/0.51)	

CMYK percentages

%0
%17.46
%92.06
%50.59

Codes

Color #7E680A in popluar color models

7E680A
RGB12610410
HSL49°85.29%26.67%
HSB/HSV49°92.06%49.41%
CMYK0.00%17.46%92.06%
50.59%

Color #7E680A in popluar number systems.

HEX7E680A
Decimal12610410
Binary111111011010001010
Octal17615012

Shades and tints

Shades of #7E680A

#7E680A
(126,104,10)
#735F0A
(115,95,10)
#68560A
(104,86,10)
#5D4D0A
(93,77,10)
#52440A
(82,68,10)
#473B0A
(71,59,10)
#3C320A
(60,50,10)
#31290A
(49,41,10)
#26200A
(38,32,10)
#1B170A
(27,23,10)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #7E680A

#7E680A
(126,104,10)
#897520
(137,117,32)
#948236
(148,130,54)
#9F8F4C
(159,143,76)
#AA9C62
(170,156,98)
#B5A978
(181,169,120)
#C0B68E
(192,182,142)
#CBC3A4
(203,195,164)
#D6D0BA
(214,208,186)
#E1DDD0
(225,221,208)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E680A; }

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

This text font color is #7E680A.


Background Color

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

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

This div background color is #7E680A.


Border color

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

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

This div border color is #7E680A.


Opacity

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

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

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

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

This text has shadow with #7E680A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E680A on black background.


Color preview on white background

This text has color #7E680A on white background.



Black color preview on #7E680A background

This text has black color on #7E680A background.


White color preview on #7E680A background

This text has white color on #7E680A background.