COLOR #4E706A

HEX: #4E706A RGB: (78,112,106)

Color info

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

RGB color model

#4E706A color RGB value is (78,112,106).

RGB: (78,112,106) (31%, 44%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 106 of 255 = 42%

78
112
106

R + G + B ~ 39%. #4E706A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 112 + 106 = 296 (100%)
R 78 of 296 ~ 26.35%
G 112 of 296 ~ 37.84%
B 106 of 296 ~ 35.81'%

%26.35
%37.84
%35.81

CMYK color model

#4E706A color CMYK value is (30,0,5,56).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%

CMYK: (30,0,5,56)
C30M0Y5K56 (30%, 0%, 5%, 56%)
(0.30 / 0.00 / 0.05 / 0.56)

CMYK percentages

%30.36
%0
%5.36
%56.08

Codes

Color #4E706A in popluar color models

4E 70 6A
RGB 78 112 106
HSL 169° 17.89% 37.25%
HSB/HSV 169° 30.36% 43.92%
CMYK 30.36% 0.00% 5.36%
56.08%

Color #4E706A in popluar number systems.

HEX 4E 70 6A
Decimal 78 112 106
Binary 1001110 1110000 1101010
Octal 116 160 152

Shades and tints

Shades of #4E706A

#4E706A
(78,112,106)
#476661
(71,102,97)
#405C58
(64,92,88)
#39524F
(57,82,79)
#324846
(50,72,70)
#2B3E3D
(43,62,61)
#243434
(36,52,52)
#1D2A2B
(29,42,43)
#162022
(22,32,34)
#0F1619
(15,22,25)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E706A

#4E706A
(78,112,106)
#5E7D77
(94,125,119)
#6E8A84
(110,138,132)
#7E9791
(126,151,145)
#8EA49E
(142,164,158)
#9EB1AB
(158,177,171)
#AEBEB8
(174,190,184)
#BECBC5
(190,203,197)
#CED8D2
(206,216,210)
#DEE5DF
(222,229,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E706A; }

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

This text font color is #4E706A.

Background Color

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

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

This div background color is #4E706A.

Border color

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

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

This div border color is #4E706A.

Opacity

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

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

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

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

This text has shadow with #4E706A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E706A.

Preview

Color preview on black background

This text has color #4E706A on black background.


Color preview on white background

This text has color #4E706A on white background.


Black color preview on #4E706A background

This text has black color on #4E706A background.


White color preview on #4E706A background

This text has white color on #4E706A background.


Related colors

Complementary color

Complementary color for #hex is #B18F95.


I love getcolorcode.com

Triadic colors

1 #6A4E70 and #706A4E with #4E706A are triadic colors.

2 #6A704E and #704E6A with #4E706A are triadic colors.