COLOR #7E8468

HEX: #7E8468 RGB: (126,132,104)

Color info

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

RGB color model

#7E8468 color RGB value is (126,132,104).

RGB: (126,132,104) (49%, 52%, 41%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 104 of 255 = 41%

126
132
104

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

Portions of RGB colors in percentages

R + G + B = 126 + 132 + 104 = 362 (100%)
R 126 of 362 ~ 34.81%
G 132 of 362 ~ 36.46%
B 104 of 362 ~ 28.73'%

%34.81
%36.46
%28.73

CMYK color model

#7E8468 color CMYK value is (5,0,21,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 48.24%

CMYK: (5,0,21,48)
C5M0Y21K48 (5%, 0%, 21%, 48%)
(0.05 / 0.00 / 0.21 / 0.48)

CMYK percentages

%4.55
%0
%21.21
%48.24

Codes

Color #7E8468 in popluar color models

7E 84 68
RGB 126 132 104
HSL 73° 11.86% 46.27%
HSB/HSV 73° 21.21% 51.76%
CMYK 4.55% 0.00% 21.21%
48.24%

Color #7E8468 in popluar number systems.

HEX 7E 84 68
Decimal 126 132 104
Binary 1111110 10000100 1101000
Octal 176 204 150

Shades and tints

Shades of #7E8468

#7E8468
(126,132,104)
#73785F
(115,120,95)
#686C56
(104,108,86)
#5D604D
(93,96,77)
#525444
(82,84,68)
#47483B
(71,72,59)
#3C3C32
(60,60,50)
#313029
(49,48,41)
#262420
(38,36,32)
#1B1817
(27,24,23)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #7E8468

#7E8468
(126,132,104)
#898F75
(137,143,117)
#949A82
(148,154,130)
#9FA58F
(159,165,143)
#AAB09C
(170,176,156)
#B5BBA9
(181,187,169)
#C0C6B6
(192,198,182)
#CBD1C3
(203,209,195)
#D6DCD0
(214,220,208)
#E1E7DD
(225,231,221)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8468 color. Also use rgb(126,132,104) instead hex code.

Text Font Color

.myTextColor { color: #7E8468; }

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

This text font color is #7E8468.

Background Color

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

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

This div background color is #7E8468.

Border color

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

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

This div border color is #7E8468.

Opacity

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

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

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

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

This text has shadow with #7E8468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8468.

Preview

Color preview on black background

This text has color #7E8468 on black background.


Color preview on white background

This text has color #7E8468 on white background.


Black color preview on #7E8468 background

This text has black color on #7E8468 background.


White color preview on #7E8468 background

This text has white color on #7E8468 background.


Related colors

Complementary color

Complementary color for #hex is #817B97.


I love getcolorcode.com

Triadic colors

1 #687E84 and #84687E with #7E8468 are triadic colors.

2 #68847E and #847E68 with #7E8468 are triadic colors.