COLOR #4E757E

HEX: #4E757E
RGB: (78,117,126)

Color info

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

RGB color model

#4E757E color RGB value is (78,117,126).

  • red value is 78;
  • green value is 117;
  • blue value is 126.
RGB:
(78,117,126)
(31%,46%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 126 of 255 = 49%

78
117
126

R + G + B ~ 42%. #4E757E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 117 + 126 = 321 (100%)
R 78 of 321 ~ 24.3%
G 117 of 321 ~ 36.45%
B 126 of 321 ~ 39.25%

%24.3
%36.45
%39.25

CMYK color model

#4E757E color CMYK value is (38,7,0,51).

  • cyan value is 38.10%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(38,7,0,51)
C38M7Y0K51 
(38%,7%,0%,51%)
(0.38/0.07/0.00/0.51)	

CMYK percentages

%38.1
%7.14
%0
%50.59

Codes

Color #4E757E in popluar color models

4E757E
RGB78117126
HSL191°23.53%40.00%
HSB/HSV191°38.10%49.41%
CMYK38.10%7.14%0.00%
50.59%

Color #4E757E in popluar number systems.

HEX4E757E
Decimal78117126
Binary100111011101011111110
Octal116165176

Shades and tints

Shades of #4E757E

#4E757E
(78,117,126)
#476B73
(71,107,115)
#406168
(64,97,104)
#39575D
(57,87,93)
#324D52
(50,77,82)
#2B4347
(43,67,71)
#24393C
(36,57,60)
#1D2F31
(29,47,49)
#162526
(22,37,38)
#0F1B1B
(15,27,27)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #4E757E

#4E757E
(78,117,126)
#5E8189
(94,129,137)
#6E8D94
(110,141,148)
#7E999F
(126,153,159)
#8EA5AA
(142,165,170)
#9EB1B5
(158,177,181)
#AEBDC0
(174,189,192)
#BEC9CB
(190,201,203)
#CED5D6
(206,213,214)
#DEE1E1
(222,225,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E757E color. Also use rgb(78,117,126) instead hex code.

Text Font Color

.myTextColor { color: #4E757E; }

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

This text font color is #4E757E.


Background Color

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

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

This div background color is #4E757E.


Border color

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

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

This div border color is #4E757E.


Opacity

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

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

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

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

This text has shadow with #4E757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E757E on black background.


Color preview on white background

This text has color #4E757E on white background.



Black color preview on #4E757E background

This text has black color on #4E757E background.


White color preview on #4E757E background

This text has white color on #4E757E background.