COLOR #7E953A

HEX: #7E953A
RGB: (126,149,58)

Color info

#7E953A contains mainly red and green colors. Web safe color of #7E953A is #669933 (or #693).

RGB color model

#7E953A color RGB value is (126,149,58).

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

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 58 of 255 = 23%

126
149
58

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

Portions of RGB colors in percentages

R + G + B =
126 + 149 + 58 = 333 (100%)
R 126 of 333 ~ 37.84%
G 149 of 333 ~ 44.74%
B 58 of 333 ~ 17.42%

%37.84
%44.74
%17.42

CMYK color model

#7E953A color CMYK value is (15,0,61,42).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 61.07%
  • key color value is 41.57%
CMYK:
(15,0,61,42)
C15M0Y61K42 
(15%,0%,61%,42%)
(0.15/0.00/0.61/0.42)	

CMYK percentages

%15.44
%0
%61.07
%41.57

Codes

Color #7E953A in popluar color models

7E953A
RGB12614958
HSL75°43.96%40.59%
HSB/HSV75°61.07%58.43%
CMYK15.44%0.00%61.07%
41.57%

Color #7E953A in popluar number systems.

HEX7E953A
Decimal12614958
Binary111111010010101111010
Octal17622572

Shades and tints

Shades of #7E953A

#7E953A
(126,149,58)
#738835
(115,136,53)
#687B30
(104,123,48)
#5D6E2B
(93,110,43)
#526126
(82,97,38)
#475421
(71,84,33)
#3C471C
(60,71,28)
#313A17
(49,58,23)
#262D12
(38,45,18)
#1B200D
(27,32,13)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #7E953A

#7E953A
(126,149,58)
#899E4B
(137,158,75)
#94A75C
(148,167,92)
#9FB06D
(159,176,109)
#AAB97E
(170,185,126)
#B5C28F
(181,194,143)
#C0CBA0
(192,203,160)
#CBD4B1
(203,212,177)
#D6DDC2
(214,221,194)
#E1E6D3
(225,230,211)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E953A; }

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

This text font color is #7E953A.


Background Color

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

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

This div background color is #7E953A.


Border color

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

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

This div border color is #7E953A.


Opacity

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

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

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

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

This text has shadow with #7E953A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E953A on black background.


Color preview on white background

This text has color #7E953A on white background.



Black color preview on #7E953A background

This text has black color on #7E953A background.


White color preview on #7E953A background

This text has white color on #7E953A background.