COLOR #4E6E62

HEX: #4E6E62
RGB: (78,110,98)

Color info

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

RGB color model

#4E6E62 color RGB value is (78,110,98).

  • red value is 78;
  • green value is 110;
  • blue value is 98.
RGB:
(78,110,98)
(31%,43%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 98 of 255 = 38%

78
110
98

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

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 98 = 286 (100%)
R 78 of 286 ~ 27.27%
G 110 of 286 ~ 38.46%
B 98 of 286 ~ 34.27%

%27.27
%38.46
%34.27

CMYK color model

#4E6E62 color CMYK value is (29,0,11,57).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(29,0,11,57)
C29M0Y11K57 
(29%,0%,11%,57%)
(0.29/0.00/0.11/0.57)	

CMYK percentages

%29.09
%0
%10.91
%56.86

Codes

Color #4E6E62 in popluar color models

4E6E62
RGB7811098
HSL158°17.02%36.86%
HSB/HSV158°29.09%43.14%
CMYK29.09%0.00%10.91%
56.86%

Color #4E6E62 in popluar number systems.

HEX4E6E62
Decimal7811098
Binary100111011011101100010
Octal116156142

Shades and tints

Shades of #4E6E62

#4E6E62
(78,110,98)
#47645A
(71,100,90)
#405A52
(64,90,82)
#39504A
(57,80,74)
#324642
(50,70,66)
#2B3C3A
(43,60,58)
#243232
(36,50,50)
#1D282A
(29,40,42)
#161E22
(22,30,34)
#0F141A
(15,20,26)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #4E6E62

#4E6E62
(78,110,98)
#5E7B70
(94,123,112)
#6E887E
(110,136,126)
#7E958C
(126,149,140)
#8EA29A
(142,162,154)
#9EAFA8
(158,175,168)
#AEBCB6
(174,188,182)
#BEC9C4
(190,201,196)
#CED6D2
(206,214,210)
#DEE3E0
(222,227,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6E62 color. Also use rgb(78,110,98) instead hex code.

Text Font Color

.myTextColor { color: #4E6E62; }

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

This text font color is #4E6E62.


Background Color

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

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

This div background color is #4E6E62.


Border color

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

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

This div border color is #4E6E62.


Opacity

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

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

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

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

This text has shadow with #4E6E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6E62 on black background.


Color preview on white background

This text has color #4E6E62 on white background.



Black color preview on #4E6E62 background

This text has black color on #4E6E62 background.


White color preview on #4E6E62 background

This text has white color on #4E6E62 background.