COLOR #7E836B

HEX: #7E836B RGB: (126,131,107)

Color info

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

RGB color model

#7E836B color RGB value is (126,131,107).

RGB: (126,131,107) (49%, 51%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 107 of 255 = 42%

126
131
107

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 107 = 364 (100%)
R 126 of 364 ~ 34.62%
G 131 of 364 ~ 35.99%
B 107 of 364 ~ 29.4'%

%34.62
%35.99
%29.4

CMYK color model

#7E836B color CMYK value is (4,0,18,49).

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

CMYK: (4,0,18,49)
C4M0Y18K49 (4%, 0%, 18%, 49%)
(0.04 / 0.00 / 0.18 / 0.49)

CMYK percentages

%3.82
%0
%18.32
%48.63

Codes

Color #7E836B in popluar color models

7E 83 6B
RGB 126 131 107
HSL 73° 10.08% 46.67%
HSB/HSV 73° 18.32% 51.37%
CMYK 3.82% 0.00% 18.32%
48.63%

Color #7E836B in popluar number systems.

HEX 7E 83 6B
Decimal 126 131 107
Binary 1111110 10000011 1101011
Octal 176 203 153

Shades and tints

Shades of #7E836B

#7E836B
(126,131,107)
#737862
(115,120,98)
#686D59
(104,109,89)
#5D6250
(93,98,80)
#525747
(82,87,71)
#474C3E
(71,76,62)
#3C4135
(60,65,53)
#31362C
(49,54,44)
#262B23
(38,43,35)
#1B201A
(27,32,26)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #7E836B

#7E836B
(126,131,107)
#898E78
(137,142,120)
#949985
(148,153,133)
#9FA492
(159,164,146)
#AAAF9F
(170,175,159)
#B5BAAC
(181,186,172)
#C0C5B9
(192,197,185)
#CBD0C6
(203,208,198)
#D6DBD3
(214,219,211)
#E1E6E0
(225,230,224)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E836B; }

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

This text font color is #7E836B.

Background Color

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

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

This div background color is #7E836B.

Border color

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

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

This div border color is #7E836B.

Opacity

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

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

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

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

This text has shadow with #7E836B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E836B.

Preview

Color preview on black background

This text has color #7E836B on black background.


Color preview on white background

This text has color #7E836B on white background.


Black color preview on #7E836B background

This text has black color on #7E836B background.


White color preview on #7E836B background

This text has white color on #7E836B background.


Related colors

Complementary color

Complementary color for #hex is #817C94.


I love getcolorcode.com

Triadic colors

1 #6B7E83 and #836B7E with #7E836B are triadic colors.

2 #6B837E and #837E6B with #7E836B are triadic colors.