COLOR #7E7D43

HEX: #7E7D43
RGB: (126,125,67)

Color info

#7E7D43 contains red, green and blue colors in about the same proportion. Web safe color of #7E7D43 is #666633 (or #663).

RGB color model

#7E7D43 color RGB value is (126,125,67).

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

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 67 of 255 = 26%

126
125
67

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

Portions of RGB colors in percentages

R + G + B =
126 + 125 + 67 = 318 (100%)
R 126 of 318 ~ 39.62%
G 125 of 318 ~ 39.31%
B 67 of 318 ~ 21.07%

%39.62
%39.31
%21.07

CMYK color model

#7E7D43 color CMYK value is (0,1,47,51).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 46.83%
  • key color value is 50.59%
CMYK:
(0,1,47,51)
C0M1Y47K51 
(0%,1%,47%,51%)
(0.00/0.01/0.47/0.51)	

CMYK percentages

%0
%0.79
%46.83
%50.59

Codes

Color #7E7D43 in popluar color models

7E7D43
RGB12612567
HSL59°30.57%37.84%
HSB/HSV59°46.83%49.41%
CMYK0.00%0.79%46.83%
50.59%

Color #7E7D43 in popluar number systems.

HEX7E7D43
Decimal12612567
Binary111111011111011000011
Octal176175103

Shades and tints

Shades of #7E7D43

#7E7D43
(126,125,67)
#73723D
(115,114,61)
#686737
(104,103,55)
#5D5C31
(93,92,49)
#52512B
(82,81,43)
#474625
(71,70,37)
#3C3B1F
(60,59,31)
#313019
(49,48,25)
#262513
(38,37,19)
#1B1A0D
(27,26,13)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #7E7D43

#7E7D43
(126,125,67)
#898854
(137,136,84)
#949365
(148,147,101)
#9F9E76
(159,158,118)
#AAA987
(170,169,135)
#B5B498
(181,180,152)
#C0BFA9
(192,191,169)
#CBCABA
(203,202,186)
#D6D5CB
(214,213,203)
#E1E0DC
(225,224,220)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D43; }

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

This text font color is #7E7D43.


Background Color

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

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

This div background color is #7E7D43.


Border color

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

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

This div border color is #7E7D43.


Opacity

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

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

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

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

This text has shadow with #7E7D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7D43 on black background.


Color preview on white background

This text has color #7E7D43 on white background.



Black color preview on #7E7D43 background

This text has black color on #7E7D43 background.


White color preview on #7E7D43 background

This text has white color on #7E7D43 background.