COLOR #7E937A

HEX: #7E937A
RGB: (126,147,122)

Color info

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

RGB color model

#7E937A color RGB value is (126,147,122).

  • red value is 126;
  • green value is 147;
  • blue value is 122.
RGB:
(126,147,122)
(49%,58%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 122 of 255 = 48%

126
147
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 147 + 122 = 395 (100%)
R 126 of 395 ~ 31.9%
G 147 of 395 ~ 37.22%
B 122 of 395 ~ 30.89%

%31.9
%37.22
%30.89

CMYK color model

#7E937A color CMYK value is (14,0,17,42).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK:
(14,0,17,42)
C14M0Y17K42 
(14%,0%,17%,42%)
(0.14/0.00/0.17/0.42)	

CMYK percentages

%14.29
%0
%17.01
%42.35

Codes

Color #7E937A in popluar color models

7E937A
RGB126147122
HSL110°10.37%52.75%
HSB/HSV110°17.01%57.65%
CMYK14.29%0.00%17.01%
42.35%

Color #7E937A in popluar number systems.

HEX7E937A
Decimal126147122
Binary1111110100100111111010
Octal176223172

Shades and tints

Shades of #7E937A

#7E937A
(126,147,122)
#73866F
(115,134,111)
#687964
(104,121,100)
#5D6C59
(93,108,89)
#525F4E
(82,95,78)
#475243
(71,82,67)
#3C4538
(60,69,56)
#31382D
(49,56,45)
#262B22
(38,43,34)
#1B1E17
(27,30,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7E937A

#7E937A
(126,147,122)
#899C86
(137,156,134)
#94A592
(148,165,146)
#9FAE9E
(159,174,158)
#AAB7AA
(170,183,170)
#B5C0B6
(181,192,182)
#C0C9C2
(192,201,194)
#CBD2CE
(203,210,206)
#D6DBDA
(214,219,218)
#E1E4E6
(225,228,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E937A color. Also use rgb(126,147,122) instead hex code.

Text Font Color

.myTextColor { color: #7E937A; }

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

This text font color is #7E937A.


Background Color

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

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

This div background color is #7E937A.


Border color

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

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

This div border color is #7E937A.


Opacity

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

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

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

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

This text has shadow with #7E937A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E937A on black background.


Color preview on white background

This text has color #7E937A on white background.



Black color preview on #7E937A background

This text has black color on #7E937A background.


White color preview on #7E937A background

This text has white color on #7E937A background.