COLOR #4E705B

HEX: #4E705B
RGB: (78,112,91)

Color info

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

RGB color model

#4E705B color RGB value is (78,112,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 91 of 255 = 36%

78
112
91

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

Portions of RGB colors in percentages

R + G + B =
78 + 112 + 91 = 281 (100%)
R 78 of 281 ~ 27.76%
G 112 of 281 ~ 39.86%
B 91 of 281 ~ 32.38%

%27.76
%39.86
%32.38

CMYK color model

#4E705B color CMYK value is (30,0,19,56).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 56.08%
CMYK:
(30,0,19,56)
C30M0Y19K56 
(30%,0%,19%,56%)
(0.30/0.00/0.19/0.56)	

CMYK percentages

%30.36
%0
%18.75
%56.08

Codes

Color #4E705B in popluar color models

4E705B
RGB7811291
HSL143°17.89%37.25%
HSB/HSV143°30.36%43.92%
CMYK30.36%0.00%18.75%
56.08%

Color #4E705B in popluar number systems.

HEX4E705B
Decimal7811291
Binary100111011100001011011
Octal116160133

Shades and tints

Shades of #4E705B

#4E705B
(78,112,91)
#476653
(71,102,83)
#405C4B
(64,92,75)
#395243
(57,82,67)
#32483B
(50,72,59)
#2B3E33
(43,62,51)
#24342B
(36,52,43)
#1D2A23
(29,42,35)
#16201B
(22,32,27)
#0F1613
(15,22,19)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E705B

#4E705B
(78,112,91)
#5E7D69
(94,125,105)
#6E8A77
(110,138,119)
#7E9785
(126,151,133)
#8EA493
(142,164,147)
#9EB1A1
(158,177,161)
#AEBEAF
(174,190,175)
#BECBBD
(190,203,189)
#CED8CB
(206,216,203)
#DEE5D9
(222,229,217)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E705B; }

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

This text font color is #4E705B.


Background Color

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

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

This div background color is #4E705B.


Border color

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

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

This div border color is #4E705B.


Opacity

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

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

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

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

This text has shadow with #4E705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E705B on black background.


Color preview on white background

This text has color #4E705B on white background.



Black color preview on #4E705B background

This text has black color on #4E705B background.


White color preview on #4E705B background

This text has white color on #4E705B background.