COLOR #7E6912

HEX: #7E6912
RGB: (126,105,18)

Color info

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

RGB color model

#7E6912 color RGB value is (126,105,18).

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

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 18 of 255 = 7%

126
105
18

R + G + B ~ 32%. #7E6912 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 18 = 249 (100%)
R 126 of 249 ~ 50.6%
G 105 of 249 ~ 42.17%
B 18 of 249 ~ 7.23%

%50.6
%42.17

CMYK color model

#7E6912 color CMYK value is (0,17,86,51).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 85.71%
  • key color value is 50.59%
CMYK:
(0,17,86,51)
C0M17Y86K51 
(0%,17%,86%,51%)
(0.00/0.17/0.86/0.51)	

CMYK percentages

%0
%16.67
%85.71
%50.59

Codes

Color #7E6912 in popluar color models

7E6912
RGB12610518
HSL48°75.00%28.24%
HSB/HSV48°85.71%49.41%
CMYK0.00%16.67%85.71%
50.59%

Color #7E6912 in popluar number systems.

HEX7E6912
Decimal12610518
Binary1111110110100110010
Octal17615122

Shades and tints

Shades of #7E6912

#7E6912
(126,105,18)
#736011
(115,96,17)
#685710
(104,87,16)
#5D4E0F
(93,78,15)
#52450E
(82,69,14)
#473C0D
(71,60,13)
#3C330C
(60,51,12)
#312A0B
(49,42,11)
#26210A
(38,33,10)
#1B1809
(27,24,9)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E6912

#7E6912
(126,105,18)
#897627
(137,118,39)
#94833C
(148,131,60)
#9F9051
(159,144,81)
#AA9D66
(170,157,102)
#B5AA7B
(181,170,123)
#C0B790
(192,183,144)
#CBC4A5
(203,196,165)
#D6D1BA
(214,209,186)
#E1DECF
(225,222,207)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6912; }

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

This text font color is #7E6912.


Background Color

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

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

This div background color is #7E6912.


Border color

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

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

This div border color is #7E6912.


Opacity

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

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

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

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

This text has shadow with #7E6912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6912 on black background.


Color preview on white background

This text has color #7E6912 on white background.



Black color preview on #7E6912 background

This text has black color on #7E6912 background.


White color preview on #7E6912 background

This text has white color on #7E6912 background.