COLOR #7E690A

HEX: #7E690A
RGB: (126,105,10)

Color info

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

RGB color model

#7E690A color RGB value is (126,105,10).

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

RGB channels and saturation

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

126
105
10

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

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 10 = 241 (100%)
R 126 of 241 ~ 52.28%
G 105 of 241 ~ 43.57%
B 10 of 241 ~ 4.15%

%52.28
%43.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • 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
%16.67
%92.06
%50.59

Codes

Color #7E690A in popluar color models

7E690A
RGB12610510
HSL49°85.29%26.67%
HSB/HSV49°92.06%49.41%
CMYK0.00%16.67%92.06%
50.59%

Color #7E690A in popluar number systems.

HEX7E690A
Decimal12610510
Binary111111011010011010
Octal17615112

Shades and tints

Shades of #7E690A

#7E690A
(126,105,10)
#73600A
(115,96,10)
#68570A
(104,87,10)
#5D4E0A
(93,78,10)
#52450A
(82,69,10)
#473C0A
(71,60,10)
#3C330A
(60,51,10)
#312A0A
(49,42,10)
#26210A
(38,33,10)
#1B180A
(27,24,10)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #7E690A

#7E690A
(126,105,10)
#897620
(137,118,32)
#948336
(148,131,54)
#9F904C
(159,144,76)
#AA9D62
(170,157,98)
#B5AA78
(181,170,120)
#C0B78E
(192,183,142)
#CBC4A4
(203,196,164)
#D6D1BA
(214,209,186)
#E1DED0
(225,222,208)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E690A; }

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

This text font color is #7E690A.


Background Color

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

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

This div background color is #7E690A.


Border color

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

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

This div border color is #7E690A.


Opacity

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

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

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

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

This text has shadow with #7E690A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E690A on black background.


Color preview on white background

This text has color #7E690A on white background.



Black color preview on #7E690A background

This text has black color on #7E690A background.


White color preview on #7E690A background

This text has white color on #7E690A background.