COLOR #7E7D3F

HEX: #7E7D3F
RGB: (126,125,63)

Color info

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

RGB color model

#7E7D3F color RGB value is (126,125,63).

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

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 63 of 255 = 25%

126
125
63

R + G + B ~ 41%. #7E7D3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 125 + 63 = 314 (100%)
R 126 of 314 ~ 40.13%
G 125 of 314 ~ 39.81%
B 63 of 314 ~ 20.06%

%40.13
%39.81
%20.06

CMYK color model

#7E7D3F color CMYK value is (0,1,50,51).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK:
(0,1,50,51)
C0M1Y50K51 
(0%,1%,50%,51%)
(0.00/0.01/0.50/0.51)	

CMYK percentages

%0
%0.79
%50
%50.59

Codes

Color #7E7D3F in popluar color models

7E7D3F
RGB12612563
HSL59°33.33%37.06%
HSB/HSV59°50.00%49.41%
CMYK0.00%0.79%50.00%
50.59%

Color #7E7D3F in popluar number systems.

HEX7E7D3F
Decimal12612563
Binary11111101111101111111
Octal17617577

Shades and tints

Shades of #7E7D3F

#7E7D3F
(126,125,63)
#73723A
(115,114,58)
#686735
(104,103,53)
#5D5C30
(93,92,48)
#52512B
(82,81,43)
#474626
(71,70,38)
#3C3B21
(60,59,33)
#31301C
(49,48,28)
#262517
(38,37,23)
#1B1A12
(27,26,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E7D3F

#7E7D3F
(126,125,63)
#898850
(137,136,80)
#949361
(148,147,97)
#9F9E72
(159,158,114)
#AAA983
(170,169,131)
#B5B494
(181,180,148)
#C0BFA5
(192,191,165)
#CBCAB6
(203,202,182)
#D6D5C7
(214,213,199)
#E1E0D8
(225,224,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D3F; }

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

This text font color is #7E7D3F.


Background Color

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

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

This div background color is #7E7D3F.


Border color

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

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

This div border color is #7E7D3F.


Opacity

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

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

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

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

This text has shadow with #7E7D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7D3F on black background.


Color preview on white background

This text has color #7E7D3F on white background.



Black color preview on #7E7D3F background

This text has black color on #7E7D3F background.


White color preview on #7E7D3F background

This text has white color on #7E7D3F background.