COLOR #7E955E

HEX: #7E955E
RGB: (126,149,94)

Color info

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

RGB color model

#7E955E color RGB value is (126,149,94).

  • red value is 126;
  • green value is 149;
  • blue value is 94.
RGB:
(126,149,94)
(49%,58%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 94 of 255 = 37%

126
149
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 149 + 94 = 369 (100%)
R 126 of 369 ~ 34.15%
G 149 of 369 ~ 40.38%
B 94 of 369 ~ 25.47%

%34.15
%40.38
%25.47

CMYK color model

#7E955E color CMYK value is (15,0,37,42).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(15,0,37,42)
C15M0Y37K42 
(15%,0%,37%,42%)
(0.15/0.00/0.37/0.42)	

CMYK percentages

%15.44
%0
%36.91
%41.57

Codes

Color #7E955E in popluar color models

7E955E
RGB12614994
HSL85°22.63%47.65%
HSB/HSV85°36.91%58.43%
CMYK15.44%0.00%36.91%
41.57%

Color #7E955E in popluar number systems.

HEX7E955E
Decimal12614994
Binary1111110100101011011110
Octal176225136

Shades and tints

Shades of #7E955E

#7E955E
(126,149,94)
#738856
(115,136,86)
#687B4E
(104,123,78)
#5D6E46
(93,110,70)
#52613E
(82,97,62)
#475436
(71,84,54)
#3C472E
(60,71,46)
#313A26
(49,58,38)
#262D1E
(38,45,30)
#1B2016
(27,32,22)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #7E955E

#7E955E
(126,149,94)
#899E6C
(137,158,108)
#94A77A
(148,167,122)
#9FB088
(159,176,136)
#AAB996
(170,185,150)
#B5C2A4
(181,194,164)
#C0CBB2
(192,203,178)
#CBD4C0
(203,212,192)
#D6DDCE
(214,221,206)
#E1E6DC
(225,230,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E955E color. Also use rgb(126,149,94) instead hex code.

Text Font Color

.myTextColor { color: #7E955E; }

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

This text font color is #7E955E.


Background Color

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

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

This div background color is #7E955E.


Border color

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

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

This div border color is #7E955E.


Opacity

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

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

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

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

This text has shadow with #7E955E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E955E on black background.


Color preview on white background

This text has color #7E955E on white background.



Black color preview on #7E955E background

This text has black color on #7E955E background.


White color preview on #7E955E background

This text has white color on #7E955E background.