COLOR #4E6B6A

HEX: #4E6B6A
RGB: (78,107,106)

Color info

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

RGB color model

#4E6B6A color RGB value is (78,107,106).

  • red value is 78;
  • green value is 107;
  • blue value is 106.
RGB:
(78,107,106)
(31%,42%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 107 of 255 = 42%
B 106 of 255 = 42%

78
107
106

R + G + B ~ 38%. #4E6B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 106 = 291 (100%)
R 78 of 291 ~ 26.8%
G 107 of 291 ~ 36.77%
B 106 of 291 ~ 36.43%

%26.8
%36.77
%36.43

CMYK color model

#4E6B6A color CMYK value is (27,0,1,58).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(27,0,1,58)
C27M0Y1K58 
(27%,0%,1%,58%)
(0.27/0.00/0.01/0.58)	

CMYK percentages

%27.1
%0
%0.93
%58.04

Codes

Color #4E6B6A in popluar color models

4E6B6A
RGB78107106
HSL178°15.68%36.27%
HSB/HSV178°27.10%41.96%
CMYK27.10%0.00%0.93%
58.04%

Color #4E6B6A in popluar number systems.

HEX4E6B6A
Decimal78107106
Binary100111011010111101010
Octal116153152

Shades and tints

Shades of #4E6B6A

#4E6B6A
(78,107,106)
#476261
(71,98,97)
#405958
(64,89,88)
#39504F
(57,80,79)
#324746
(50,71,70)
#2B3E3D
(43,62,61)
#243534
(36,53,52)
#1D2C2B
(29,44,43)
#162322
(22,35,34)
#0F1A19
(15,26,25)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #4E6B6A

#4E6B6A
(78,107,106)
#5E7877
(94,120,119)
#6E8584
(110,133,132)
#7E9291
(126,146,145)
#8E9F9E
(142,159,158)
#9EACAB
(158,172,171)
#AEB9B8
(174,185,184)
#BEC6C5
(190,198,197)
#CED3D2
(206,211,210)
#DEE0DF
(222,224,223)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6B6A; }

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

This text font color is #4E6B6A.


Background Color

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

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

This div background color is #4E6B6A.


Border color

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

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

This div border color is #4E6B6A.


Opacity

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

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

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

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

This text has shadow with #4E6B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B6A on black background.


Color preview on white background

This text has color #4E6B6A on white background.



Black color preview on #4E6B6A background

This text has black color on #4E6B6A background.


White color preview on #4E6B6A background

This text has white color on #4E6B6A background.