COLOR #4E715D

HEX: #4E715D
RGB: (78,113,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
113
93

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

Portions of RGB colors in percentages

R + G + B =
78 + 113 + 93 = 284 (100%)
R 78 of 284 ~ 27.46%
G 113 of 284 ~ 39.79%
B 93 of 284 ~ 32.75%

%27.46
%39.79
%32.75

CMYK color model

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

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

CMYK percentages

%30.97
%0
%17.7
%55.69

Codes

Color #4E715D in popluar color models

4E715D
RGB7811393
HSL146°18.32%37.45%
HSB/HSV146°30.97%44.31%
CMYK30.97%0.00%17.70%
55.69%

Color #4E715D in popluar number systems.

HEX4E715D
Decimal7811393
Binary100111011100011011101
Octal116161135

Shades and tints

Shades of #4E715D

#4E715D
(78,113,93)
#476755
(71,103,85)
#405D4D
(64,93,77)
#395345
(57,83,69)
#32493D
(50,73,61)
#2B3F35
(43,63,53)
#24352D
(36,53,45)
#1D2B25
(29,43,37)
#16211D
(22,33,29)
#0F1715
(15,23,21)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E715D

#4E715D
(78,113,93)
#5E7D6B
(94,125,107)
#6E8979
(110,137,121)
#7E9587
(126,149,135)
#8EA195
(142,161,149)
#9EADA3
(158,173,163)
#AEB9B1
(174,185,177)
#BEC5BF
(190,197,191)
#CED1CD
(206,209,205)
#DEDDDB
(222,221,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E715D; }

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

This text font color is #4E715D.


Background Color

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

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

This div background color is #4E715D.


Border color

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

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

This div border color is #4E715D.


Opacity

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

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

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

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

This text has shadow with #4E715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E715D on black background.


Color preview on white background

This text has color #4E715D on white background.



Black color preview on #4E715D background

This text has black color on #4E715D background.


White color preview on #4E715D background

This text has white color on #4E715D background.