COLOR #7E8483

HEX: #7E8483
RGB: (126,132,131)

Color info

#7E8483 contains red, green and blue colors in about the same proportion. Web safe color of #7E8483 is #669999 (or #699).

RGB color model

#7E8483 color RGB value is (126,132,131).

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

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 131 of 255 = 51%

126
132
131

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 131 = 389 (100%)
R 126 of 389 ~ 32.39%
G 132 of 389 ~ 33.93%
B 131 of 389 ~ 33.68%

%32.39
%33.93
%33.68

CMYK color model

#7E8483 color CMYK value is (5,0,1,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(5,0,1,48)
C5M0Y1K48 
(5%,0%,1%,48%)
(0.05/0.00/0.01/0.48)	

CMYK percentages

%4.55
%0
%0.76
%48.24

Codes

Color #7E8483 in popluar color models

7E8483
RGB126132131
HSL170°2.38%50.59%
HSB/HSV170°4.55%51.76%
CMYK4.55%0.00%0.76%
48.24%

Color #7E8483 in popluar number systems.

HEX7E8483
Decimal126132131
Binary11111101000010010000011
Octal176204203

Shades and tints

Shades of #7E8483

#7E8483
(126,132,131)
#737878
(115,120,120)
#686C6D
(104,108,109)
#5D6062
(93,96,98)
#525457
(82,84,87)
#47484C
(71,72,76)
#3C3C41
(60,60,65)
#313036
(49,48,54)
#26242B
(38,36,43)
#1B1820
(27,24,32)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #7E8483

#7E8483
(126,132,131)
#898F8E
(137,143,142)
#949A99
(148,154,153)
#9FA5A4
(159,165,164)
#AAB0AF
(170,176,175)
#B5BBBA
(181,187,186)
#C0C6C5
(192,198,197)
#CBD1D0
(203,209,208)
#D6DCDB
(214,220,219)
#E1E7E6
(225,231,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8483; }

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

This text font color is #7E8483.


Background Color

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

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

This div background color is #7E8483.


Border color

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

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

This div border color is #7E8483.


Opacity

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

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

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

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

This text has shadow with #7E8483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8483 on black background.


Color preview on white background

This text has color #7E8483 on white background.



Black color preview on #7E8483 background

This text has black color on #7E8483 background.


White color preview on #7E8483 background

This text has white color on #7E8483 background.