COLOR #4E6F6A

HEX: #4E6F6A
RGB: (78,111,106)

Color info

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

RGB color model

#4E6F6A color RGB value is (78,111,106).

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

RGB channels and saturation

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

78
111
106

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

Portions of RGB colors in percentages

R + G + B =
78 + 111 + 106 = 295 (100%)
R 78 of 295 ~ 26.44%
G 111 of 295 ~ 37.63%
B 106 of 295 ~ 35.93%

%26.44
%37.63
%35.93

CMYK color model

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

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 56.47%
CMYK:
(30,0,5,56)
C30M0Y5K56 
(30%,0%,5%,56%)
(0.30/0.00/0.05/0.56)	

CMYK percentages

%29.73
%0
%4.5
%56.47

Codes

Color #4E6F6A in popluar color models

4E6F6A
RGB78111106
HSL171°17.46%37.06%
HSB/HSV171°29.73%43.53%
CMYK29.73%0.00%4.50%
56.47%

Color #4E6F6A in popluar number systems.

HEX4E6F6A
Decimal78111106
Binary100111011011111101010
Octal116157152

Shades and tints

Shades of #4E6F6A

#4E6F6A
(78,111,106)
#476561
(71,101,97)
#405B58
(64,91,88)
#39514F
(57,81,79)
#324746
(50,71,70)
#2B3D3D
(43,61,61)
#243334
(36,51,52)
#1D292B
(29,41,43)
#161F22
(22,31,34)
#0F1519
(15,21,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E6F6A

#4E6F6A
(78,111,106)
#5E7C77
(94,124,119)
#6E8984
(110,137,132)
#7E9691
(126,150,145)
#8EA39E
(142,163,158)
#9EB0AB
(158,176,171)
#AEBDB8
(174,189,184)
#BECAC5
(190,202,197)
#CED7D2
(206,215,210)
#DEE4DF
(222,228,223)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6F6A; }

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

This text font color is #4E6F6A.


Background Color

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

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

This div background color is #4E6F6A.


Border color

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

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

This div border color is #4E6F6A.


Opacity

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

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

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

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

This text has shadow with #4E6F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6F6A on black background.


Color preview on white background

This text has color #4E6F6A on white background.



Black color preview on #4E6F6A background

This text has black color on #4E6F6A background.


White color preview on #4E6F6A background

This text has white color on #4E6F6A background.