COLOR #7E835E

HEX: #7E835E
RGB: (126,131,94)

Color info

#7E835E contains red, green and blue colors in about the same proportion. Web safe color of #7E835E is #669966 (or #696).

RGB color model

#7E835E color RGB value is (126,131,94).

  • red value is 126;
  • green value is 131;
  • blue value is 94.
RGB:
(126,131,94)
(49%,51%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 94 of 255 = 37%

126
131
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 94 = 351 (100%)
R 126 of 351 ~ 35.9%
G 131 of 351 ~ 37.32%
B 94 of 351 ~ 26.78%

%35.9
%37.32
%26.78

CMYK color model

#7E835E color CMYK value is (4,0,28,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 48.63%
CMYK:
(4,0,28,49)
C4M0Y28K49 
(4%,0%,28%,49%)
(0.04/0.00/0.28/0.49)	

CMYK percentages

%3.82
%0
%28.24
%48.63

Codes

Color #7E835E in popluar color models

7E835E
RGB12613194
HSL68°16.44%44.12%
HSB/HSV68°28.24%51.37%
CMYK3.82%0.00%28.24%
48.63%

Color #7E835E in popluar number systems.

HEX7E835E
Decimal12613194
Binary1111110100000111011110
Octal176203136

Shades and tints

Shades of #7E835E

#7E835E
(126,131,94)
#737856
(115,120,86)
#686D4E
(104,109,78)
#5D6246
(93,98,70)
#52573E
(82,87,62)
#474C36
(71,76,54)
#3C412E
(60,65,46)
#313626
(49,54,38)
#262B1E
(38,43,30)
#1B2016
(27,32,22)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7E835E

#7E835E
(126,131,94)
#898E6C
(137,142,108)
#94997A
(148,153,122)
#9FA488
(159,164,136)
#AAAF96
(170,175,150)
#B5BAA4
(181,186,164)
#C0C5B2
(192,197,178)
#CBD0C0
(203,208,192)
#D6DBCE
(214,219,206)
#E1E6DC
(225,230,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E835E color. Also use rgb(126,131,94) instead hex code.

Text Font Color

.myTextColor { color: #7E835E; }

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

This text font color is #7E835E.


Background Color

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

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

This div background color is #7E835E.


Border color

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

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

This div border color is #7E835E.


Opacity

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

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

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

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

This text has shadow with #7E835E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E835E on black background.


Color preview on white background

This text has color #7E835E on white background.



Black color preview on #7E835E background

This text has black color on #7E835E background.


White color preview on #7E835E background

This text has white color on #7E835E background.