COLOR #4E6766

HEX: #4E6766
RGB: (78,103,102)

Color info

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

RGB color model

#4E6766 color RGB value is (78,103,102).

  • red value is 78;
  • green value is 103;
  • blue value is 102.
RGB:
(78,103,102)
(31%,40%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 102 of 255 = 40%

78
103
102

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

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 102 = 283 (100%)
R 78 of 283 ~ 27.56%
G 103 of 283 ~ 36.4%
B 102 of 283 ~ 36.04%

%27.56
%36.4
%36.04

CMYK color model

#4E6766 color CMYK value is (24,0,1,60).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK:
(24,0,1,60)
C24M0Y1K60 
(24%,0%,1%,60%)
(0.24/0.00/0.01/0.60)	

CMYK percentages

%24.27
%0
%0.97
%59.61

Codes

Color #4E6766 in popluar color models

4E6766
RGB78103102
HSL178°13.81%35.49%
HSB/HSV178°24.27%40.39%
CMYK24.27%0.00%0.97%
59.61%

Color #4E6766 in popluar number systems.

HEX4E6766
Decimal78103102
Binary100111011001111100110
Octal116147146

Shades and tints

Shades of #4E6766

#4E6766
(78,103,102)
#475E5D
(71,94,93)
#405554
(64,85,84)
#394C4B
(57,76,75)
#324342
(50,67,66)
#2B3A39
(43,58,57)
#243130
(36,49,48)
#1D2827
(29,40,39)
#161F1E
(22,31,30)
#0F1615
(15,22,21)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #4E6766

#4E6766
(78,103,102)
#5E7473
(94,116,115)
#6E8180
(110,129,128)
#7E8E8D
(126,142,141)
#8E9B9A
(142,155,154)
#9EA8A7
(158,168,167)
#AEB5B4
(174,181,180)
#BEC2C1
(190,194,193)
#CECFCE
(206,207,206)
#DEDCDB
(222,220,219)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6766 color. Also use rgb(78,103,102) instead hex code.

Text Font Color

.myTextColor { color: #4E6766; }

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

This text font color is #4E6766.


Background Color

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

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

This div background color is #4E6766.


Border color

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

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

This div border color is #4E6766.


Opacity

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

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

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

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

This text has shadow with #4E6766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6766 on black background.


Color preview on white background

This text has color #4E6766 on white background.



Black color preview on #4E6766 background

This text has black color on #4E6766 background.


White color preview on #4E6766 background

This text has white color on #4E6766 background.