COLOR #7E691D

HEX: #7E691D
RGB: (126,105,29)

Color info

#7E691D contains mainly red and green colors. Web safe color of #7E691D is #666633 (or #663).

RGB color model

#7E691D color RGB value is (126,105,29).

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

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 29 of 255 = 11%

126
105
29

R + G + B ~ 34%. #7E691D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 29 = 260 (100%)
R 126 of 260 ~ 48.46%
G 105 of 260 ~ 40.38%
B 29 of 260 ~ 11.15%

%48.46
%40.38
%11.15

CMYK color model

#7E691D color CMYK value is (0,17,77,51).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 76.98%
  • key color value is 50.59%
CMYK:
(0,17,77,51)
C0M17Y77K51 
(0%,17%,77%,51%)
(0.00/0.17/0.77/0.51)	

CMYK percentages

%0
%16.67
%76.98
%50.59

Codes

Color #7E691D in popluar color models

7E691D
RGB12610529
HSL47°62.58%30.39%
HSB/HSV47°76.98%49.41%
CMYK0.00%16.67%76.98%
50.59%

Color #7E691D in popluar number systems.

HEX7E691D
Decimal12610529
Binary1111110110100111101
Octal17615135

Shades and tints

Shades of #7E691D

#7E691D
(126,105,29)
#73601B
(115,96,27)
#685719
(104,87,25)
#5D4E17
(93,78,23)
#524515
(82,69,21)
#473C13
(71,60,19)
#3C3311
(60,51,17)
#312A0F
(49,42,15)
#26210D
(38,33,13)
#1B180B
(27,24,11)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E691D

#7E691D
(126,105,29)
#897631
(137,118,49)
#948345
(148,131,69)
#9F9059
(159,144,89)
#AA9D6D
(170,157,109)
#B5AA81
(181,170,129)
#C0B795
(192,183,149)
#CBC4A9
(203,196,169)
#D6D1BD
(214,209,189)
#E1DED1
(225,222,209)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E691D; }

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

This text font color is #7E691D.


Background Color

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

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

This div background color is #7E691D.


Border color

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

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

This div border color is #7E691D.


Opacity

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

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

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

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

This text has shadow with #7E691D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E691D on black background.


Color preview on white background

This text has color #7E691D on white background.



Black color preview on #7E691D background

This text has black color on #7E691D background.


White color preview on #7E691D background

This text has white color on #7E691D background.