COLOR #4E605A

HEX: #4E605A
RGB: (78,96,90)

Color info

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

RGB color model

#4E605A color RGB value is (78,96,90).

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

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 90 of 255 = 35%

78
96
90

R + G + B ~ 35%. #4E605A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 90 = 264 (100%)
R 78 of 264 ~ 29.55%
G 96 of 264 ~ 36.36%
B 90 of 264 ~ 34.09%

%29.55
%36.36
%34.09

CMYK color model

#4E605A color CMYK value is (19,0,6,62).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 62.35%
CMYK:
(19,0,6,62)
C19M0Y6K62 
(19%,0%,6%,62%)
(0.19/0.00/0.06/0.62)	

CMYK percentages

%18.75
%0
%6.25
%62.35

Codes

Color #4E605A in popluar color models

4E605A
RGB789690
HSL160°10.34%34.12%
HSB/HSV160°18.75%37.65%
CMYK18.75%0.00%6.25%
62.35%

Color #4E605A in popluar number systems.

HEX4E605A
Decimal789690
Binary100111011000001011010
Octal116140132

Shades and tints

Shades of #4E605A

#4E605A
(78,96,90)
#475852
(71,88,82)
#40504A
(64,80,74)
#394842
(57,72,66)
#32403A
(50,64,58)
#2B3832
(43,56,50)
#24302A
(36,48,42)
#1D2822
(29,40,34)
#16201A
(22,32,26)
#0F1812
(15,24,18)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #4E605A

#4E605A
(78,96,90)
#5E6E69
(94,110,105)
#6E7C78
(110,124,120)
#7E8A87
(126,138,135)
#8E9896
(142,152,150)
#9EA6A5
(158,166,165)
#AEB4B4
(174,180,180)
#BEC2C3
(190,194,195)
#CED0D2
(206,208,210)
#DEDEE1
(222,222,225)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E605A; }

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

This text font color is #4E605A.


Background Color

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

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

This div background color is #4E605A.


Border color

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

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

This div border color is #4E605A.


Opacity

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

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

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

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

This text has shadow with #4E605A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E605A on black background.


Color preview on white background

This text has color #4E605A on white background.



Black color preview on #4E605A background

This text has black color on #4E605A background.


White color preview on #4E605A background

This text has white color on #4E605A background.