COLOR #7E835B

HEX: #7E835B
RGB: (126,131,91)

Color info

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

RGB color model

#7E835B color RGB value is (126,131,91).

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

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 91 of 255 = 36%

126
131
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 91 = 348 (100%)
R 126 of 348 ~ 36.21%
G 131 of 348 ~ 37.64%
B 91 of 348 ~ 26.15%

%36.21
%37.64
%26.15

CMYK color model

#7E835B color CMYK value is (4,0,31,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(4,0,31,49)
C4M0Y31K49 
(4%,0%,31%,49%)
(0.04/0.00/0.31/0.49)	

CMYK percentages

%3.82
%0
%30.53
%48.63

Codes

Color #7E835B in popluar color models

7E835B
RGB12613191
HSL68°18.02%43.53%
HSB/HSV68°30.53%51.37%
CMYK3.82%0.00%30.53%
48.63%

Color #7E835B in popluar number systems.

HEX7E835B
Decimal12613191
Binary1111110100000111011011
Octal176203133

Shades and tints

Shades of #7E835B

#7E835B
(126,131,91)
#737853
(115,120,83)
#686D4B
(104,109,75)
#5D6243
(93,98,67)
#52573B
(82,87,59)
#474C33
(71,76,51)
#3C412B
(60,65,43)
#313623
(49,54,35)
#262B1B
(38,43,27)
#1B2013
(27,32,19)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #7E835B

#7E835B
(126,131,91)
#898E69
(137,142,105)
#949977
(148,153,119)
#9FA485
(159,164,133)
#AAAF93
(170,175,147)
#B5BAA1
(181,186,161)
#C0C5AF
(192,197,175)
#CBD0BD
(203,208,189)
#D6DBCB
(214,219,203)
#E1E6D9
(225,230,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E835B; }

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

This text font color is #7E835B.


Background Color

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

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

This div background color is #7E835B.


Border color

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

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

This div border color is #7E835B.


Opacity

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

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

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

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

This text has shadow with #7E835B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E835B on black background.


Color preview on white background

This text has color #7E835B on white background.



Black color preview on #7E835B background

This text has black color on #7E835B background.


White color preview on #7E835B background

This text has white color on #7E835B background.