COLOR #7E926A

HEX: #7E926A
RGB: (126,146,106)

Color info

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

RGB color model

#7E926A color RGB value is (126,146,106).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 106 of 255 = 42%

126
146
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 106 = 378 (100%)
R 126 of 378 ~ 33.33%
G 146 of 378 ~ 38.62%
B 106 of 378 ~ 28.04%

%33.33
%38.62
%28.04

CMYK color model

#7E926A color CMYK value is (14,0,27,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 42.75%
CMYK:
(14,0,27,43)
C14M0Y27K43 
(14%,0%,27%,43%)
(0.14/0.00/0.27/0.43)	

CMYK percentages

%13.7
%0
%27.4
%42.75

Codes

Color #7E926A in popluar color models

7E926A
RGB126146106
HSL90°15.87%49.41%
HSB/HSV90°27.40%57.25%
CMYK13.70%0.00%27.40%
42.75%

Color #7E926A in popluar number systems.

HEX7E926A
Decimal126146106
Binary1111110100100101101010
Octal176222152

Shades and tints

Shades of #7E926A

#7E926A
(126,146,106)
#738561
(115,133,97)
#687858
(104,120,88)
#5D6B4F
(93,107,79)
#525E46
(82,94,70)
#47513D
(71,81,61)
#3C4434
(60,68,52)
#31372B
(49,55,43)
#262A22
(38,42,34)
#1B1D19
(27,29,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E926A

#7E926A
(126,146,106)
#899B77
(137,155,119)
#94A484
(148,164,132)
#9FAD91
(159,173,145)
#AAB69E
(170,182,158)
#B5BFAB
(181,191,171)
#C0C8B8
(192,200,184)
#CBD1C5
(203,209,197)
#D6DAD2
(214,218,210)
#E1E3DF
(225,227,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E926A; }

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

This text font color is #7E926A.


Background Color

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

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

This div background color is #7E926A.


Border color

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

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

This div border color is #7E926A.


Opacity

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

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

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

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

This text has shadow with #7E926A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E926A on black background.


Color preview on white background

This text has color #7E926A on white background.



Black color preview on #7E926A background

This text has black color on #7E926A background.


White color preview on #7E926A background

This text has white color on #7E926A background.