COLOR #7E9252

HEX: #7E9252 RGB: (126,146,82)

Color info

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

RGB color model

#7E9252 color RGB value is (126,146,82).

RGB: (126,146,82) (49%, 57%, 32%)

RGB channels and saturation

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

126
146
82

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 82 = 354 (100%)
R 126 of 354 ~ 35.59%
G 146 of 354 ~ 41.24%
B 82 of 354 ~ 23.16'%

%35.59
%41.24
%23.16

CMYK color model

#7E9252 color CMYK value is (14,0,44,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%

CMYK: (14,0,44,43)
C14M0Y44K43 (14%, 0%, 44%, 43%)
(0.14 / 0.00 / 0.44 / 0.43)

CMYK percentages

%13.7
%0
%43.84
%42.75

Codes

Color #7E9252 in popluar color models

7E 92 52
RGB 126 146 82
HSL 79° 28.07% 44.71%
HSB/HSV 79° 43.84% 57.25%
CMYK 13.70% 0.00% 43.84%
42.75%

Color #7E9252 in popluar number systems.

HEX 7E 92 52
Decimal 126 146 82
Binary 1111110 10010010 1010010
Octal 176 222 122

Shades and tints

Shades of #7E9252

#7E9252
(126,146,82)
#73854B
(115,133,75)
#687844
(104,120,68)
#5D6B3D
(93,107,61)
#525E36
(82,94,54)
#47512F
(71,81,47)
#3C4428
(60,68,40)
#313721
(49,55,33)
#262A1A
(38,42,26)
#1B1D13
(27,29,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E9252

#7E9252
(126,146,82)
#899B61
(137,155,97)
#94A470
(148,164,112)
#9FAD7F
(159,173,127)
#AAB68E
(170,182,142)
#B5BF9D
(181,191,157)
#C0C8AC
(192,200,172)
#CBD1BB
(203,209,187)
#D6DACA
(214,218,202)
#E1E3D9
(225,227,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9252; }

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

This text font color is #7E9252.

Background Color

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

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

This div background color is #7E9252.

Border color

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

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

This div border color is #7E9252.

Opacity

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

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

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

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

This text has shadow with #7E9252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9252.

Preview

Color preview on black background

This text has color #7E9252 on black background.


Color preview on white background

This text has color #7E9252 on white background.


Black color preview on #7E9252 background

This text has black color on #7E9252 background.


White color preview on #7E9252 background

This text has white color on #7E9252 background.


Related colors

Complementary color

Complementary color for #hex is #816DAD.


I love getcolorcode.com

Triadic colors

1 #527E92 and #92527E with #7E9252 are triadic colors.

2 #52927E and #927E52 with #7E9252 are triadic colors.