COLOR #7E893D

HEX: #7E893D
RGB: (126,137,61)

Color info

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

RGB color model

#7E893D color RGB value is (126,137,61).

  • red value is 126;
  • green value is 137;
  • blue value is 61.
RGB:
(126,137,61)
(49%,54%,24%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 61 of 255 = 24%

126
137
61

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 61 = 324 (100%)
R 126 of 324 ~ 38.89%
G 137 of 324 ~ 42.28%
B 61 of 324 ~ 18.83%

%38.89
%42.28
%18.83

CMYK color model

#7E893D color CMYK value is (8,0,55,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(8,0,55,46)
C8M0Y55K46 
(8%,0%,55%,46%)
(0.08/0.00/0.55/0.46)	

CMYK percentages

%8.03
%0
%55.47
%46.27

Codes

Color #7E893D in popluar color models

7E893D
RGB12613761
HSL69°38.38%38.82%
HSB/HSV69°55.47%53.73%
CMYK8.03%0.00%55.47%
46.27%

Color #7E893D in popluar number systems.

HEX7E893D
Decimal12613761
Binary111111010001001111101
Octal17621175

Shades and tints

Shades of #7E893D

#7E893D
(126,137,61)
#737D38
(115,125,56)
#687133
(104,113,51)
#5D652E
(93,101,46)
#525929
(82,89,41)
#474D24
(71,77,36)
#3C411F
(60,65,31)
#31351A
(49,53,26)
#262915
(38,41,21)
#1B1D10
(27,29,16)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #7E893D

#7E893D
(126,137,61)
#89934E
(137,147,78)
#949D5F
(148,157,95)
#9FA770
(159,167,112)
#AAB181
(170,177,129)
#B5BB92
(181,187,146)
#C0C5A3
(192,197,163)
#CBCFB4
(203,207,180)
#D6D9C5
(214,217,197)
#E1E3D6
(225,227,214)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E893D color. Also use rgb(126,137,61) instead hex code.

Text Font Color

.myTextColor { color: #7E893D; }

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

This text font color is #7E893D.


Background Color

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

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

This div background color is #7E893D.


Border color

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

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

This div border color is #7E893D.


Opacity

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

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

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

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

This text has shadow with #7E893D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E893D on black background.


Color preview on white background

This text has color #7E893D on white background.



Black color preview on #7E893D background

This text has black color on #7E893D background.


White color preview on #7E893D background

This text has white color on #7E893D background.