COLOR #4E7E52

HEX: #4E7E52
RGB: (78,126,82)

Color info

#4E7E52 contains red, green and blue colors in about the same proportion. Web safe color of #4E7E52 is #666666 (or #666).

RGB color model

#4E7E52 color RGB value is (78,126,82).

  • red value is 78;
  • green value is 126;
  • blue value is 82.
RGB:
(78,126,82)
(31%,49%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 126 of 255 = 49%
B 82 of 255 = 32%

78
126
82

R + G + B ~ 37%. #4E7E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 126 + 82 = 286 (100%)
R 78 of 286 ~ 27.27%
G 126 of 286 ~ 44.06%
B 82 of 286 ~ 28.67%

%27.27
%44.06
%28.67

CMYK color model

#4E7E52 color CMYK value is (38,0,35,51).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(38,0,35,51)
C38M0Y35K51 
(38%,0%,35%,51%)
(0.38/0.00/0.35/0.51)	

CMYK percentages

%38.1
%0
%34.92
%50.59

Codes

Color #4E7E52 in popluar color models

4E7E52
RGB7812682
HSL125°23.53%40.00%
HSB/HSV125°38.10%49.41%
CMYK38.10%0.00%34.92%
50.59%

Color #4E7E52 in popluar number systems.

HEX4E7E52
Decimal7812682
Binary100111011111101010010
Octal116176122

Shades and tints

Shades of #4E7E52

#4E7E52
(78,126,82)
#47734B
(71,115,75)
#406844
(64,104,68)
#395D3D
(57,93,61)
#325236
(50,82,54)
#2B472F
(43,71,47)
#243C28
(36,60,40)
#1D3121
(29,49,33)
#16261A
(22,38,26)
#0F1B13
(15,27,19)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #4E7E52

#4E7E52
(78,126,82)
#5E8961
(94,137,97)
#6E9470
(110,148,112)
#7E9F7F
(126,159,127)
#8EAA8E
(142,170,142)
#9EB59D
(158,181,157)
#AEC0AC
(174,192,172)
#BECBBB
(190,203,187)
#CED6CA
(206,214,202)
#DEE1D9
(222,225,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7E52 color. Also use rgb(78,126,82) instead hex code.

Text Font Color

.myTextColor { color: #4E7E52; }

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

This text font color is #4E7E52.


Background Color

.myBgColor { background-color: #4E7E52; }

<div style="background-color:#4E7E52">Inner text</div>

This div background color is #4E7E52.


Border color

.myBorderColor { border: 1px solid #4E7E52; }

<div style="border:3px solid #4E7E52">Div</div>

This div border color is #4E7E52.


Opacity

.myOpacity80 { color: #4E7E52; opacity: 0.8; }

<p style="color:#4E7E52;opacity:0.8;">80%</p>

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

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

This text has shadow with #4E7E52 color.

.textShadow {text-shadow: 3px 3px 1px #4E7E52, 3px 3px 1px red;}

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

This text has shadow with #4E7E52 primary color and red secondary color.


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

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

This text has shadow with #4E7E52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7E52 on black background.


Color preview on white background

This text has color #4E7E52 on white background.



Black color preview on #4E7E52 background

This text has black color on #4E7E52 background.


White color preview on #4E7E52 background

This text has white color on #4E7E52 background.