COLOR #7E9354

HEX: #7E9354
RGB: (126,147,84)

Color info

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

RGB color model

#7E9354 color RGB value is (126,147,84).

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

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 84 of 255 = 33%

126
147
84

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

Portions of RGB colors in percentages

R + G + B =
126 + 147 + 84 = 357 (100%)
R 126 of 357 ~ 35.29%
G 147 of 357 ~ 41.18%
B 84 of 357 ~ 23.53%

%35.29
%41.18
%23.53

CMYK color model

#7E9354 color CMYK value is (14,0,43,42).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 42.35%
CMYK: (14,0,43,42) C14M0Y43K42 (14%,0%,43%,42%) (0.14/0.00/0.43/0.42)

CMYK percentages

%14.29
%0
%42.86
%42.35

Codes

Color #7E9354 in popluar color models

7E9354
RGB12614784
HSL80°27.27%45.29%
HSB/HSV80°42.86%57.65%
CMYK14.29%0.00%42.86%
42.35%

Color #7E9354 in popluar number systems.

HEX7E9354
Decimal12614784
Binary1111110100100111010100
Octal176223124

Shades and tints

Shades of #7E9354

#7E9354
(126,147,84)
#73864D
(115,134,77)
#687946
(104,121,70)
#5D6C3F
(93,108,63)
#525F38
(82,95,56)
#475231
(71,82,49)
#3C452A
(60,69,42)
#313823
(49,56,35)
#262B1C
(38,43,28)
#1B1E15
(27,30,21)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #7E9354

#7E9354
(126,147,84)
#899C63
(137,156,99)
#94A572
(148,165,114)
#9FAE81
(159,174,129)
#AAB790
(170,183,144)
#B5C09F
(181,192,159)
#C0C9AE
(192,201,174)
#CBD2BD
(203,210,189)
#D6DBCC
(214,219,204)
#E1E4DB
(225,228,219)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9354; }

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

This text font color is #7E9354.


Background Color

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

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

This div background color is #7E9354.


Border color

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

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

This div border color is #7E9354.


Opacity

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

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

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

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

This text has shadow with #7E9354 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E9354 on black background.


Color preview on white background

This text has color #7E9354 on white background.



Black color preview on #7E9354 background

This text has black color on #7E9354 background.


White color preview on #7E9354 background

This text has white color on #7E9354 background.