COLOR #7E8264

HEX: #7E8264 RGB: (126,130,100)

Color info

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

RGB color model

#7E8264 color RGB value is (126,130,100).

RGB: (126,130,100) (49%, 51%, 39%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 100 of 255 = 39%

126
130
100

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

Portions of RGB colors in percentages

R + G + B = 126 + 130 + 100 = 356 (100%)
R 126 of 356 ~ 35.39%
G 130 of 356 ~ 36.52%
B 100 of 356 ~ 28.09'%

%35.39
%36.52
%28.09

CMYK color model

#7E8264 color CMYK value is (3,0,23,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 49.02%

CMYK: (3,0,23,49)
C3M0Y23K49 (3%, 0%, 23%, 49%)
(0.03 / 0.00 / 0.23 / 0.49)

CMYK percentages

%3.08
%0
%23.08
%49.02

Codes

Color #7E8264 in popluar color models

7E 82 64
RGB 126 130 100
HSL 68° 13.04% 45.10%
HSB/HSV 68° 23.08% 50.98%
CMYK 3.08% 0.00% 23.08%
49.02%

Color #7E8264 in popluar number systems.

HEX 7E 82 64
Decimal 126 130 100
Binary 1111110 10000010 1100100
Octal 176 202 144

Shades and tints

Shades of #7E8264

#7E8264
(126,130,100)
#73775B
(115,119,91)
#686C52
(104,108,82)
#5D6149
(93,97,73)
#525640
(82,86,64)
#474B37
(71,75,55)
#3C402E
(60,64,46)
#313525
(49,53,37)
#262A1C
(38,42,28)
#1B1F13
(27,31,19)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #7E8264

#7E8264
(126,130,100)
#898D72
(137,141,114)
#949880
(148,152,128)
#9FA38E
(159,163,142)
#AAAE9C
(170,174,156)
#B5B9AA
(181,185,170)
#C0C4B8
(192,196,184)
#CBCFC6
(203,207,198)
#D6DAD4
(214,218,212)
#E1E5E2
(225,229,226)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8264 color. Also use rgb(126,130,100) instead hex code.

Text Font Color

.myTextColor { color: #7E8264; }

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

This text font color is #7E8264.

Background Color

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

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

This div background color is #7E8264.

Border color

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

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

This div border color is #7E8264.

Opacity

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

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

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

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

This text has shadow with #7E8264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8264.

Preview

Color preview on black background

This text has color #7E8264 on black background.


Color preview on white background

This text has color #7E8264 on white background.


Black color preview on #7E8264 background

This text has black color on #7E8264 background.


White color preview on #7E8264 background

This text has white color on #7E8264 background.


Related colors

Complementary color

Complementary color for #hex is #817D9B.


I love getcolorcode.com

Triadic colors

1 #647E82 and #82647E with #7E8264 are triadic colors.

2 #64827E and #827E64 with #7E8264 are triadic colors.