COLOR #4E6268

HEX: #4E6268
RGB: (78,98,104)

Color info

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

RGB color model

#4E6268 color RGB value is (78,98,104).

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

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 104 of 255 = 41%

78
98
104

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

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 104 = 280 (100%)
R 78 of 280 ~ 27.86%
G 98 of 280 ~ 35%
B 104 of 280 ~ 37.14%

%27.86
%35
%37.14

CMYK color model

#4E6268 color CMYK value is (25,6,0,59).

  • cyan value is 25.00%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(25,6,0,59)
C25M6Y0K59 
(25%,6%,0%,59%)
(0.25/0.06/0.00/0.59)	

CMYK percentages

%25
%5.77
%0
%59.22

Codes

Color #4E6268 in popluar color models

4E6268
RGB7898104
HSL194°14.29%35.69%
HSB/HSV194°25.00%40.78%
CMYK25.00%5.77%0.00%
59.22%

Color #4E6268 in popluar number systems.

HEX4E6268
Decimal7898104
Binary100111011000101101000
Octal116142150

Shades and tints

Shades of #4E6268

#4E6268
(78,98,104)
#475A5F
(71,90,95)
#405256
(64,82,86)
#394A4D
(57,74,77)
#324244
(50,66,68)
#2B3A3B
(43,58,59)
#243232
(36,50,50)
#1D2A29
(29,42,41)
#162220
(22,34,32)
#0F1A17
(15,26,23)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #4E6268

#4E6268
(78,98,104)
#5E7075
(94,112,117)
#6E7E82
(110,126,130)
#7E8C8F
(126,140,143)
#8E9A9C
(142,154,156)
#9EA8A9
(158,168,169)
#AEB6B6
(174,182,182)
#BEC4C3
(190,196,195)
#CED2D0
(206,210,208)
#DEE0DD
(222,224,221)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6268; }

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

This text font color is #4E6268.


Background Color

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

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

This div background color is #4E6268.


Border color

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

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

This div border color is #4E6268.


Opacity

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

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

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

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

This text has shadow with #4E6268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6268 on black background.


Color preview on white background

This text has color #4E6268 on white background.



Black color preview on #4E6268 background

This text has black color on #4E6268 background.


White color preview on #4E6268 background

This text has white color on #4E6268 background.