COLOR #7E9251

HEX: #7E9251
RGB: (126,146,81)

Color info

#7E9251 contains mainly red and green colors. Web safe color of #7E9251 is #669966 (or #696).

RGB color model

#7E9251 color RGB value is (126,146,81).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 81 of 255 = 32%

126
146
81

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 81 = 353 (100%)
R 126 of 353 ~ 35.69%
G 146 of 353 ~ 41.36%
B 81 of 353 ~ 22.95%

%35.69
%41.36
%22.95

CMYK color model

#7E9251 color CMYK value is (14,0,45,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 42.75%
CMYK:
(14,0,45,43)
C14M0Y45K43 
(14%,0%,45%,43%)
(0.14/0.00/0.45/0.43)	

CMYK percentages

%13.7
%0
%44.52
%42.75

Codes

Color #7E9251 in popluar color models

7E9251
RGB12614681
HSL78°28.63%44.51%
HSB/HSV78°44.52%57.25%
CMYK13.70%0.00%44.52%
42.75%

Color #7E9251 in popluar number systems.

HEX7E9251
Decimal12614681
Binary1111110100100101010001
Octal176222121

Shades and tints

Shades of #7E9251

#7E9251
(126,146,81)
#73854A
(115,133,74)
#687843
(104,120,67)
#5D6B3C
(93,107,60)
#525E35
(82,94,53)
#47512E
(71,81,46)
#3C4427
(60,68,39)
#313720
(49,55,32)
#262A19
(38,42,25)
#1B1D12
(27,29,18)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E9251

#7E9251
(126,146,81)
#899B60
(137,155,96)
#94A46F
(148,164,111)
#9FAD7E
(159,173,126)
#AAB68D
(170,182,141)
#B5BF9C
(181,191,156)
#C0C8AB
(192,200,171)
#CBD1BA
(203,209,186)
#D6DAC9
(214,218,201)
#E1E3D8
(225,227,216)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9251; }

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

This text font color is #7E9251.


Background Color

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

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

This div background color is #7E9251.


Border color

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

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

This div border color is #7E9251.


Opacity

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

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

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

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

This text has shadow with #7E9251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9251 on black background.


Color preview on white background

This text has color #7E9251 on white background.



Black color preview on #7E9251 background

This text has black color on #7E9251 background.


White color preview on #7E9251 background

This text has white color on #7E9251 background.