COLOR #7E9648

HEX: #7E9648 RGB: (126,150,72)

Color info

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

RGB color model

#7E9648 color RGB value is (126,150,72).

RGB: (126,150,72) (49%, 59%, 28%)

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 72 of 255 = 28%

126
150
72

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

Portions of RGB colors in percentages

R + G + B = 126 + 150 + 72 = 348 (100%)
R 126 of 348 ~ 36.21%
G 150 of 348 ~ 43.1%
B 72 of 348 ~ 20.69'%

%36.21
%43.1
%20.69

CMYK color model

#7E9648 color CMYK value is (16,0,52,41).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 41.18%

CMYK: (16,0,52,41)
C16M0Y52K41 (16%, 0%, 52%, 41%)
(0.16 / 0.00 / 0.52 / 0.41)

CMYK percentages

%16
%0
%52
%41.18

Codes

Color #7E9648 in popluar color models

7E 96 48
RGB 126 150 72
HSL 78° 35.14% 43.53%
HSB/HSV 78° 52.00% 58.82%
CMYK 16.00% 0.00% 52.00%
41.18%

Color #7E9648 in popluar number systems.

HEX 7E 96 48
Decimal 126 150 72
Binary 1111110 10010110 1001000
Octal 176 226 110

Shades and tints

Shades of #7E9648

#7E9648
(126,150,72)
#738942
(115,137,66)
#687C3C
(104,124,60)
#5D6F36
(93,111,54)
#526230
(82,98,48)
#47552A
(71,85,42)
#3C4824
(60,72,36)
#313B1E
(49,59,30)
#262E18
(38,46,24)
#1B2112
(27,33,18)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #7E9648

#7E9648
(126,150,72)
#899F58
(137,159,88)
#94A868
(148,168,104)
#9FB178
(159,177,120)
#AABA88
(170,186,136)
#B5C398
(181,195,152)
#C0CCA8
(192,204,168)
#CBD5B8
(203,213,184)
#D6DEC8
(214,222,200)
#E1E7D8
(225,231,216)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9648 color. Also use rgb(126,150,72) instead hex code.

Text Font Color

.myTextColor { color: #7E9648; }

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

This text font color is #7E9648.

Background Color

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

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

This div background color is #7E9648.

Border color

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

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

This div border color is #7E9648.

Opacity

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

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

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

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

This text has shadow with #7E9648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9648.

Preview

Color preview on black background

This text has color #7E9648 on black background.


Color preview on white background

This text has color #7E9648 on white background.


Black color preview on #7E9648 background

This text has black color on #7E9648 background.


White color preview on #7E9648 background

This text has white color on #7E9648 background.


Related colors

Complementary color

Complementary color for #hex is #8169B7.


I love getcolorcode.com

Triadic colors

1 #487E96 and #96487E with #7E9648 are triadic colors.

2 #48967E and #967E48 with #7E9648 are triadic colors.