COLOR #7E9256

HEX: #7E9256
RGB: (126,146,86)

Color info

#7E9256 contains mainly red and green colors. Web safe color of #7E9256 is #669966 (or #696).

RGB color model

#7E9256 color RGB value is (126,146,86).

  • red value is 126;
  • green value is 146;
  • blue value is 86.
RGB:
(126,146,86)
(49%,57%,34%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 86 of 255 = 34%

126
146
86

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 86 = 358 (100%)
R 126 of 358 ~ 35.2%
G 146 of 358 ~ 40.78%
B 86 of 358 ~ 24.02%

%35.2
%40.78
%24.02

CMYK color model

#7E9256 color CMYK value is (14,0,41,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 42.75%
CMYK:
(14,0,41,43)
C14M0Y41K43 
(14%,0%,41%,43%)
(0.14/0.00/0.41/0.43)	

CMYK percentages

%13.7
%0
%41.1
%42.75

Codes

Color #7E9256 in popluar color models

7E9256
RGB12614686
HSL80°25.86%45.49%
HSB/HSV80°41.10%57.25%
CMYK13.70%0.00%41.10%
42.75%

Color #7E9256 in popluar number systems.

HEX7E9256
Decimal12614686
Binary1111110100100101010110
Octal176222126

Shades and tints

Shades of #7E9256

#7E9256
(126,146,86)
#73854F
(115,133,79)
#687848
(104,120,72)
#5D6B41
(93,107,65)
#525E3A
(82,94,58)
#475133
(71,81,51)
#3C442C
(60,68,44)
#313725
(49,55,37)
#262A1E
(38,42,30)
#1B1D17
(27,29,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E9256

#7E9256
(126,146,86)
#899B65
(137,155,101)
#94A474
(148,164,116)
#9FAD83
(159,173,131)
#AAB692
(170,182,146)
#B5BFA1
(181,191,161)
#C0C8B0
(192,200,176)
#CBD1BF
(203,209,191)
#D6DACE
(214,218,206)
#E1E3DD
(225,227,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9256 color. Also use rgb(126,146,86) instead hex code.

Text Font Color

.myTextColor { color: #7E9256; }

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

This text font color is #7E9256.


Background Color

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

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

This div background color is #7E9256.


Border color

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

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

This div border color is #7E9256.


Opacity

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

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

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

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

This text has shadow with #7E9256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9256 on black background.


Color preview on white background

This text has color #7E9256 on white background.



Black color preview on #7E9256 background

This text has black color on #7E9256 background.


White color preview on #7E9256 background

This text has white color on #7E9256 background.