COLOR #4E6075

HEX: #4E6075
RGB: (78,96,117)

Color info

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

RGB color model

#4E6075 color RGB value is (78,96,117).

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

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 117 of 255 = 46%

78
96
117

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

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 117 = 291 (100%)
R 78 of 291 ~ 26.8%
G 96 of 291 ~ 32.99%
B 117 of 291 ~ 40.21%

%26.8
%32.99
%40.21

CMYK color model

#4E6075 color CMYK value is (33,18,0,54).

  • cyan value is 33.33%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(33,18,0,54)
C33M18Y0K54 
(33%,18%,0%,54%)
(0.33/0.18/0.00/0.54)	

CMYK percentages

%33.33
%17.95
%0
%54.12

Codes

Color #4E6075 in popluar color models

4E6075
RGB7896117
HSL212°20.00%38.24%
HSB/HSV212°33.33%45.88%
CMYK33.33%17.95%0.00%
54.12%

Color #4E6075 in popluar number systems.

HEX4E6075
Decimal7896117
Binary100111011000001110101
Octal116140165

Shades and tints

Shades of #4E6075

#4E6075
(78,96,117)
#47586B
(71,88,107)
#405061
(64,80,97)
#394857
(57,72,87)
#32404D
(50,64,77)
#2B3843
(43,56,67)
#243039
(36,48,57)
#1D282F
(29,40,47)
#162025
(22,32,37)
#0F181B
(15,24,27)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #4E6075

#4E6075
(78,96,117)
#5E6E81
(94,110,129)
#6E7C8D
(110,124,141)
#7E8A99
(126,138,153)
#8E98A5
(142,152,165)
#9EA6B1
(158,166,177)
#AEB4BD
(174,180,189)
#BEC2C9
(190,194,201)
#CED0D5
(206,208,213)
#DEDEE1
(222,222,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6075; }

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

This text font color is #4E6075.


Background Color

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

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

This div background color is #4E6075.


Border color

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

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

This div border color is #4E6075.


Opacity

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

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

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

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

This text has shadow with #4E6075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6075 on black background.


Color preview on white background

This text has color #4E6075 on white background.



Black color preview on #4E6075 background

This text has black color on #4E6075 background.


White color preview on #4E6075 background

This text has white color on #4E6075 background.