COLOR #7E7D0F

HEX: #7E7D0F
RGB: (126,125,15)

Color info

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

RGB color model

#7E7D0F color RGB value is (126,125,15).

  • red value is 126;
  • green value is 125;
  • blue value is 15.
RGB:
(126,125,15)
(49%,49%,6%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 15 of 255 = 6%

126
125
15

R + G + B ~ 35%. #7E7D0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 125 + 15 = 266 (100%)
R 126 of 266 ~ 47.37%
G 125 of 266 ~ 46.99%
B 15 of 266 ~ 5.64%

%47.37
%46.99

CMYK color model

#7E7D0F color CMYK value is (0,1,88,51).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 88.10%
  • key color value is 50.59%
CMYK:
(0,1,88,51)
C0M1Y88K51 
(0%,1%,88%,51%)
(0.00/0.01/0.88/0.51)	

CMYK percentages

%0
%0.79
%88.1
%50.59

Codes

Color #7E7D0F in popluar color models

7E7D0F
RGB12612515
HSL59°78.72%27.65%
HSB/HSV59°88.10%49.41%
CMYK0.00%0.79%88.10%
50.59%

Color #7E7D0F in popluar number systems.

HEX7E7D0F
Decimal12612515
Binary111111011111011111
Octal17617517

Shades and tints

Shades of #7E7D0F

#7E7D0F
(126,125,15)
#73720E
(115,114,14)
#68670D
(104,103,13)
#5D5C0C
(93,92,12)
#52510B
(82,81,11)
#47460A
(71,70,10)
#3C3B09
(60,59,9)
#313008
(49,48,8)
#262507
(38,37,7)
#1B1A06
(27,26,6)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #7E7D0F

#7E7D0F
(126,125,15)
#898824
(137,136,36)
#949339
(148,147,57)
#9F9E4E
(159,158,78)
#AAA963
(170,169,99)
#B5B478
(181,180,120)
#C0BF8D
(192,191,141)
#CBCAA2
(203,202,162)
#D6D5B7
(214,213,183)
#E1E0CC
(225,224,204)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7D0F color. Also use rgb(126,125,15) instead hex code.

Text Font Color

.myTextColor { color: #7E7D0F; }

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

This text font color is #7E7D0F.


Background Color

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

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

This div background color is #7E7D0F.


Border color

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

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

This div border color is #7E7D0F.


Opacity

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

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

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

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

This text has shadow with #7E7D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7D0F on black background.


Color preview on white background

This text has color #7E7D0F on white background.



Black color preview on #7E7D0F background

This text has black color on #7E7D0F background.


White color preview on #7E7D0F background

This text has white color on #7E7D0F background.