COLOR #7E8274

HEX: #7E8274
RGB: (126,130,116)

Color info

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

RGB color model

#7E8274 color RGB value is (126,130,116).

  • red value is 126;
  • green value is 130;
  • blue value is 116.
RGB:
(126,130,116)
(49%,51%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 116 of 255 = 45%

126
130
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 116 = 372 (100%)
R 126 of 372 ~ 33.87%
G 130 of 372 ~ 34.95%
B 116 of 372 ~ 31.18%

%33.87
%34.95
%31.18

CMYK color model

#7E8274 color CMYK value is (3,0,11,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(3,0,11,49)
C3M0Y11K49 
(3%,0%,11%,49%)
(0.03/0.00/0.11/0.49)	

CMYK percentages

%3.08
%0
%10.77
%49.02

Codes

Color #7E8274 in popluar color models

7E8274
RGB126130116
HSL77°5.69%48.24%
HSB/HSV77°10.77%50.98%
CMYK3.08%0.00%10.77%
49.02%

Color #7E8274 in popluar number systems.

HEX7E8274
Decimal126130116
Binary1111110100000101110100
Octal176202164

Shades and tints

Shades of #7E8274

#7E8274
(126,130,116)
#73776A
(115,119,106)
#686C60
(104,108,96)
#5D6156
(93,97,86)
#52564C
(82,86,76)
#474B42
(71,75,66)
#3C4038
(60,64,56)
#31352E
(49,53,46)
#262A24
(38,42,36)
#1B1F1A
(27,31,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7E8274

#7E8274
(126,130,116)
#898D80
(137,141,128)
#94988C
(148,152,140)
#9FA398
(159,163,152)
#AAAEA4
(170,174,164)
#B5B9B0
(181,185,176)
#C0C4BC
(192,196,188)
#CBCFC8
(203,207,200)
#D6DAD4
(214,218,212)
#E1E5E0
(225,229,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8274; }

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

This text font color is #7E8274.


Background Color

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

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

This div background color is #7E8274.


Border color

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

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

This div border color is #7E8274.


Opacity

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

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

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

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

This text has shadow with #7E8274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8274 on black background.


Color preview on white background

This text has color #7E8274 on white background.



Black color preview on #7E8274 background

This text has black color on #7E8274 background.


White color preview on #7E8274 background

This text has white color on #7E8274 background.