COLOR #4E705E

HEX: #4E705E
RGB: (78,112,94)

Color info

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

RGB color model

#4E705E color RGB value is (78,112,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 94 of 255 = 37%

78
112
94

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

Portions of RGB colors in percentages

R + G + B =
78 + 112 + 94 = 284 (100%)
R 78 of 284 ~ 27.46%
G 112 of 284 ~ 39.44%
B 94 of 284 ~ 33.1%

%27.46
%39.44
%33.1

CMYK color model

#4E705E color CMYK value is (30,0,16,56).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(30,0,16,56)
C30M0Y16K56 
(30%,0%,16%,56%)
(0.30/0.00/0.16/0.56)	

CMYK percentages

%30.36
%0
%16.07
%56.08

Codes

Color #4E705E in popluar color models

4E705E
RGB7811294
HSL148°17.89%37.25%
HSB/HSV148°30.36%43.92%
CMYK30.36%0.00%16.07%
56.08%

Color #4E705E in popluar number systems.

HEX4E705E
Decimal7811294
Binary100111011100001011110
Octal116160136

Shades and tints

Shades of #4E705E

#4E705E
(78,112,94)
#476656
(71,102,86)
#405C4E
(64,92,78)
#395246
(57,82,70)
#32483E
(50,72,62)
#2B3E36
(43,62,54)
#24342E
(36,52,46)
#1D2A26
(29,42,38)
#16201E
(22,32,30)
#0F1616
(15,22,22)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #4E705E

#4E705E
(78,112,94)
#5E7D6C
(94,125,108)
#6E8A7A
(110,138,122)
#7E9788
(126,151,136)
#8EA496
(142,164,150)
#9EB1A4
(158,177,164)
#AEBEB2
(174,190,178)
#BECBC0
(190,203,192)
#CED8CE
(206,216,206)
#DEE5DC
(222,229,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E705E; }

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

This text font color is #4E705E.


Background Color

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

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

This div background color is #4E705E.


Border color

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

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

This div border color is #4E705E.


Opacity

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

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

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

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

This text has shadow with #4E705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E705E on black background.


Color preview on white background

This text has color #4E705E on white background.



Black color preview on #4E705E background

This text has black color on #4E705E background.


White color preview on #4E705E background

This text has white color on #4E705E background.