COLOR #7E884F

HEX: #7E884F
RGB: (126,136,79)

Color info

#7E884F contains red, green and blue colors in about the same proportion. Web safe color of #7E884F is #669966 (or #696).

RGB color model

#7E884F color RGB value is (126,136,79).

  • red value is 126;
  • green value is 136;
  • blue value is 79.
RGB:
(126,136,79)
(49%,53%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 79 of 255 = 31%

126
136
79

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 79 = 341 (100%)
R 126 of 341 ~ 36.95%
G 136 of 341 ~ 39.88%
B 79 of 341 ~ 23.17%

%36.95
%39.88
%23.17

CMYK color model

#7E884F color CMYK value is (7,0,42,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK:
(7,0,42,47)
C7M0Y42K47 
(7%,0%,42%,47%)
(0.07/0.00/0.42/0.47)	

CMYK percentages

%7.35
%0
%41.91
%46.67

Codes

Color #7E884F in popluar color models

7E884F
RGB12613679
HSL71°26.51%42.16%
HSB/HSV71°41.91%53.33%
CMYK7.35%0.00%41.91%
46.67%

Color #7E884F in popluar number systems.

HEX7E884F
Decimal12613679
Binary1111110100010001001111
Octal176210117

Shades and tints

Shades of #7E884F

#7E884F
(126,136,79)
#737C48
(115,124,72)
#687041
(104,112,65)
#5D643A
(93,100,58)
#525833
(82,88,51)
#474C2C
(71,76,44)
#3C4025
(60,64,37)
#31341E
(49,52,30)
#262817
(38,40,23)
#1B1C10
(27,28,16)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #7E884F

#7E884F
(126,136,79)
#89925F
(137,146,95)
#949C6F
(148,156,111)
#9FA67F
(159,166,127)
#AAB08F
(170,176,143)
#B5BA9F
(181,186,159)
#C0C4AF
(192,196,175)
#CBCEBF
(203,206,191)
#D6D8CF
(214,216,207)
#E1E2DF
(225,226,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E884F color. Also use rgb(126,136,79) instead hex code.

Text Font Color

.myTextColor { color: #7E884F; }

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

This text font color is #7E884F.


Background Color

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

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

This div background color is #7E884F.


Border color

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

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

This div border color is #7E884F.


Opacity

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

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

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

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

This text has shadow with #7E884F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E884F on black background.


Color preview on white background

This text has color #7E884F on white background.



Black color preview on #7E884F background

This text has black color on #7E884F background.


White color preview on #7E884F background

This text has white color on #7E884F background.