COLOR #4E714E

HEX: #4E714E
RGB: (78,113,78)

Color info

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

RGB color model

#4E714E color RGB value is (78,113,78).

  • red value is 78;
  • green value is 113;
  • blue value is 78.
RGB:
(78,113,78)
(31%,44%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 113 of 255 = 44%
B 78 of 255 = 31%

78
113
78

R + G + B ~ 35%. #4E714E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 113 + 78 = 269 (100%)
R 78 of 269 ~ 29%
G 113 of 269 ~ 42.01%
B 78 of 269 ~ 29%

%29
%42.01
%29

CMYK color model

#4E714E color CMYK value is (31,0,31,56).

  • cyan value is 30.97%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(31,0,31,56)
C31M0Y31K56 
(31%,0%,31%,56%)
(0.31/0.00/0.31/0.56)	

CMYK percentages

%30.97
%0
%30.97
%55.69

Codes

Color #4E714E in popluar color models

4E714E
RGB7811378
HSL120°18.32%37.45%
HSB/HSV120°30.97%44.31%
CMYK30.97%0.00%30.97%
55.69%

Color #4E714E in popluar number systems.

HEX4E714E
Decimal7811378
Binary100111011100011001110
Octal116161116

Shades and tints

Shades of #4E714E

#4E714E
(78,113,78)
#476747
(71,103,71)
#405D40
(64,93,64)
#395339
(57,83,57)
#324932
(50,73,50)
#2B3F2B
(43,63,43)
#243524
(36,53,36)
#1D2B1D
(29,43,29)
#162116
(22,33,22)
#0F170F
(15,23,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #4E714E

#4E714E
(78,113,78)
#5E7D5E
(94,125,94)
#6E896E
(110,137,110)
#7E957E
(126,149,126)
#8EA18E
(142,161,142)
#9EAD9E
(158,173,158)
#AEB9AE
(174,185,174)
#BEC5BE
(190,197,190)
#CED1CE
(206,209,206)
#DEDDDE
(222,221,222)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E714E; }

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

This text font color is #4E714E.


Background Color

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

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

This div background color is #4E714E.


Border color

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

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

This div border color is #4E714E.


Opacity

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

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

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

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

This text has shadow with #4E714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E714E on black background.


Color preview on white background

This text has color #4E714E on white background.



Black color preview on #4E714E background

This text has black color on #4E714E background.


White color preview on #4E714E background

This text has white color on #4E714E background.