COLOR #4E9585

HEX: #4E9585
RGB: (78,149,133)

Color info

#4E9585 contains mainly green and blue colors. Web safe color of #4E9585 is #669999 (or #699).

RGB color model

#4E9585 color RGB value is (78,149,133).

  • red value is 78;
  • green value is 149;
  • blue value is 133.
RGB:
(78,149,133)
(31%,58%,52%)

RGB channels and saturation

R 78 of 255 = 31%
G 149 of 255 = 58%
B 133 of 255 = 52%

78
149
133

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

Portions of RGB colors in percentages

R + G + B =
78 + 149 + 133 = 360 (100%)
R 78 of 360 ~ 21.67%
G 149 of 360 ~ 41.39%
B 133 of 360 ~ 36.94%

%21.67
%41.39
%36.94

CMYK color model

#4E9585 color CMYK value is (48,0,11,42).

  • cyan value is 47.65%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(48,0,11,42)
C48M0Y11K42 
(48%,0%,11%,42%)
(0.48/0.00/0.11/0.42)	

CMYK percentages

%47.65
%0
%10.74
%41.57

Codes

Color #4E9585 in popluar color models

4E9585
RGB78149133
HSL166°31.28%44.51%
HSB/HSV166°47.65%58.43%
CMYK47.65%0.00%10.74%
41.57%

Color #4E9585 in popluar number systems.

HEX4E9585
Decimal78149133
Binary10011101001010110000101
Octal116225205

Shades and tints

Shades of #4E9585

#4E9585
(78,149,133)
#478879
(71,136,121)
#407B6D
(64,123,109)
#396E61
(57,110,97)
#326155
(50,97,85)
#2B5449
(43,84,73)
#24473D
(36,71,61)
#1D3A31
(29,58,49)
#162D25
(22,45,37)
#0F2019
(15,32,25)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #4E9585

#4E9585
(78,149,133)
#5E9E90
(94,158,144)
#6EA79B
(110,167,155)
#7EB0A6
(126,176,166)
#8EB9B1
(142,185,177)
#9EC2BC
(158,194,188)
#AECBC7
(174,203,199)
#BED4D2
(190,212,210)
#CEDDDD
(206,221,221)
#DEE6E8
(222,230,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9585 color. Also use rgb(78,149,133) instead hex code.

Text Font Color

.myTextColor { color: #4E9585; }

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

This text font color is #4E9585.


Background Color

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

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

This div background color is #4E9585.


Border color

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

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

This div border color is #4E9585.


Opacity

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

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

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

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

This text has shadow with #4E9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9585 on black background.


Color preview on white background

This text has color #4E9585 on white background.



Black color preview on #4E9585 background

This text has black color on #4E9585 background.


White color preview on #4E9585 background

This text has white color on #4E9585 background.