COLOR #7E835D

HEX: #7E835D RGB: (126,131,93)

Color info

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

RGB color model

#7E835D color RGB value is (126,131,93).

RGB: (126,131,93) (49%, 51%, 36%)

RGB channels and saturation

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

126
131
93

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 93 = 350 (100%)
R 126 of 350 ~ 36%
G 131 of 350 ~ 37.43%
B 93 of 350 ~ 26.57'%

%36
%37.43
%26.57

CMYK color model

#7E835D color CMYK value is (4,0,29,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 29.01%
  • key color value is 48.63%

CMYK: (4,0,29,49)
C4M0Y29K49 (4%, 0%, 29%, 49%)
(0.04 / 0.00 / 0.29 / 0.49)

CMYK percentages

%3.82
%0
%29.01
%48.63

Codes

Color #7E835D in popluar color models

7E 83 5D
RGB 126 131 93
HSL 68° 16.96% 43.92%
HSB/HSV 68° 29.01% 51.37%
CMYK 3.82% 0.00% 29.01%
48.63%

Color #7E835D in popluar number systems.

HEX 7E 83 5D
Decimal 126 131 93
Binary 1111110 10000011 1011101
Octal 176 203 135

Shades and tints

Shades of #7E835D

#7E835D
(126,131,93)
#737855
(115,120,85)
#686D4D
(104,109,77)
#5D6245
(93,98,69)
#52573D
(82,87,61)
#474C35
(71,76,53)
#3C412D
(60,65,45)
#313625
(49,54,37)
#262B1D
(38,43,29)
#1B2015
(27,32,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #7E835D

#7E835D
(126,131,93)
#898E6B
(137,142,107)
#949979
(148,153,121)
#9FA487
(159,164,135)
#AAAF95
(170,175,149)
#B5BAA3
(181,186,163)
#C0C5B1
(192,197,177)
#CBD0BF
(203,208,191)
#D6DBCD
(214,219,205)
#E1E6DB
(225,230,219)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E835D; }

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

This text font color is #7E835D.

Background Color

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

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

This div background color is #7E835D.

Border color

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

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

This div border color is #7E835D.

Opacity

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

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

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

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

This text has shadow with #7E835D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E835D.

Preview

Color preview on black background

This text has color #7E835D on black background.


Color preview on white background

This text has color #7E835D on white background.


Black color preview on #7E835D background

This text has black color on #7E835D background.


White color preview on #7E835D background

This text has white color on #7E835D background.


Related colors

Complementary color

Complementary color for #hex is #817CA2.


I love getcolorcode.com

Triadic colors

1 #5D7E83 and #835D7E with #7E835D are triadic colors.

2 #5D837E and #837E5D with #7E835D are triadic colors.