COLOR #7E853A

HEX: #7E853A
RGB: (126,133,58)

Color info

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

RGB color model

#7E853A color RGB value is (126,133,58).

  • red value is 126;
  • green value is 133;
  • blue value is 58.
RGB:
(126,133,58)
(49%,52%,23%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 58 of 255 = 23%

126
133
58

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 58 = 317 (100%)
R 126 of 317 ~ 39.75%
G 133 of 317 ~ 41.96%
B 58 of 317 ~ 18.3%

%39.75
%41.96
%18.3

CMYK color model

#7E853A color CMYK value is (5,0,56,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 56.39%
  • key color value is 47.84%
CMYK:
(5,0,56,48)
C5M0Y56K48 
(5%,0%,56%,48%)
(0.05/0.00/0.56/0.48)	

CMYK percentages

%5.26
%0
%56.39
%47.84

Codes

Color #7E853A in popluar color models

7E853A
RGB12613358
HSL66°39.27%37.45%
HSB/HSV66°56.39%52.16%
CMYK5.26%0.00%56.39%
47.84%

Color #7E853A in popluar number systems.

HEX7E853A
Decimal12613358
Binary111111010000101111010
Octal17620572

Shades and tints

Shades of #7E853A

#7E853A
(126,133,58)
#737935
(115,121,53)
#686D30
(104,109,48)
#5D612B
(93,97,43)
#525526
(82,85,38)
#474921
(71,73,33)
#3C3D1C
(60,61,28)
#313117
(49,49,23)
#262512
(38,37,18)
#1B190D
(27,25,13)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #7E853A

#7E853A
(126,133,58)
#89904B
(137,144,75)
#949B5C
(148,155,92)
#9FA66D
(159,166,109)
#AAB17E
(170,177,126)
#B5BC8F
(181,188,143)
#C0C7A0
(192,199,160)
#CBD2B1
(203,210,177)
#D6DDC2
(214,221,194)
#E1E8D3
(225,232,211)
#ECF3E4
(236,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E853A color. Also use rgb(126,133,58) instead hex code.

Text Font Color

.myTextColor { color: #7E853A; }

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

This text font color is #7E853A.


Background Color

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

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

This div background color is #7E853A.


Border color

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

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

This div border color is #7E853A.


Opacity

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

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

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

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

This text has shadow with #7E853A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E853A on black background.


Color preview on white background

This text has color #7E853A on white background.



Black color preview on #7E853A background

This text has black color on #7E853A background.


White color preview on #7E853A background

This text has white color on #7E853A background.