COLOR #7E936E

HEX: #7E936E
RGB: (126,147,110)

Color info

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

RGB color model

#7E936E color RGB value is (126,147,110).

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

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 110 of 255 = 43%

126
147
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 147 + 110 = 383 (100%)
R 126 of 383 ~ 32.9%
G 147 of 383 ~ 38.38%
B 110 of 383 ~ 28.72%

%32.9
%38.38
%28.72

CMYK color model

#7E936E color CMYK value is (14,0,25,42).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 42.35%
CMYK:
(14,0,25,42)
C14M0Y25K42 
(14%,0%,25%,42%)
(0.14/0.00/0.25/0.42)	

CMYK percentages

%14.29
%0
%25.17
%42.35

Codes

Color #7E936E in popluar color models

7E936E
RGB126147110
HSL94°14.62%50.39%
HSB/HSV94°25.17%57.65%
CMYK14.29%0.00%25.17%
42.35%

Color #7E936E in popluar number systems.

HEX7E936E
Decimal126147110
Binary1111110100100111101110
Octal176223156

Shades and tints

Shades of #7E936E

#7E936E
(126,147,110)
#738664
(115,134,100)
#68795A
(104,121,90)
#5D6C50
(93,108,80)
#525F46
(82,95,70)
#47523C
(71,82,60)
#3C4532
(60,69,50)
#313828
(49,56,40)
#262B1E
(38,43,30)
#1B1E14
(27,30,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #7E936E

#7E936E
(126,147,110)
#899C7B
(137,156,123)
#94A588
(148,165,136)
#9FAE95
(159,174,149)
#AAB7A2
(170,183,162)
#B5C0AF
(181,192,175)
#C0C9BC
(192,201,188)
#CBD2C9
(203,210,201)
#D6DBD6
(214,219,214)
#E1E4E3
(225,228,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E936E; }

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

This text font color is #7E936E.


Background Color

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

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

This div background color is #7E936E.


Border color

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

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

This div border color is #7E936E.


Opacity

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

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

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

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

This text has shadow with #7E936E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E936E on black background.


Color preview on white background

This text has color #7E936E on white background.



Black color preview on #7E936E background

This text has black color on #7E936E background.


White color preview on #7E936E background

This text has white color on #7E936E background.