COLOR #4E7068

HEX: #4E7068 RGB: (78,112,104)

Color info

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

RGB color model

#4E7068 color RGB value is (78,112,104).

RGB: (78,112,104) (31%, 44%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 104 of 255 = 41%

78
112
104

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

Portions of RGB colors in percentages

R + G + B = 78 + 112 + 104 = 294 (100%)
R 78 of 294 ~ 26.53%
G 112 of 294 ~ 38.1%
B 104 of 294 ~ 35.37'%

%26.53
%38.1
%35.37

CMYK color model

#4E7068 color CMYK value is (30,0,7,56).

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

CMYK: (30,0,7,56)
C30M0Y7K56 (30%, 0%, 7%, 56%)
(0.30 / 0.00 / 0.07 / 0.56)

CMYK percentages

%30.36
%0
%7.14
%56.08

Codes

Color #4E7068 in popluar color models

4E 70 68
RGB 78 112 104
HSL 166° 17.89% 37.25%
HSB/HSV 166° 30.36% 43.92%
CMYK 30.36% 0.00% 7.14%
56.08%

Color #4E7068 in popluar number systems.

HEX 4E 70 68
Decimal 78 112 104
Binary 1001110 1110000 1101000
Octal 116 160 150

Shades and tints

Shades of #4E7068

#4E7068
(78,112,104)
#47665F
(71,102,95)
#405C56
(64,92,86)
#39524D
(57,82,77)
#324844
(50,72,68)
#2B3E3B
(43,62,59)
#243432
(36,52,50)
#1D2A29
(29,42,41)
#162020
(22,32,32)
#0F1617
(15,22,23)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #4E7068

#4E7068
(78,112,104)
#5E7D75
(94,125,117)
#6E8A82
(110,138,130)
#7E978F
(126,151,143)
#8EA49C
(142,164,156)
#9EB1A9
(158,177,169)
#AEBEB6
(174,190,182)
#BECBC3
(190,203,195)
#CED8D0
(206,216,208)
#DEE5DD
(222,229,221)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7068; }

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

This text font color is #4E7068.

Background Color

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

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

This div background color is #4E7068.

Border color

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

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

This div border color is #4E7068.

Opacity

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

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

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

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

This text has shadow with #4E7068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7068.

Preview

Color preview on black background

This text has color #4E7068 on black background.


Color preview on white background

This text has color #4E7068 on white background.


Black color preview on #4E7068 background

This text has black color on #4E7068 background.


White color preview on #4E7068 background

This text has white color on #4E7068 background.


Related colors

Complementary color

Complementary color for #hex is #B18F97.


I love getcolorcode.com

Triadic colors

1 #684E70 and #70684E with #4E7068 are triadic colors.

2 #68704E and #704E68 with #4E7068 are triadic colors.