COLOR #4E9085

HEX: #4E9085
RGB: (78,144,133)

Color info

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

RGB color model

#4E9085 color RGB value is (78,144,133).

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

RGB channels and saturation

R 78 of 255 = 31%
G 144 of 255 = 56%
B 133 of 255 = 52%

78
144
133

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

Portions of RGB colors in percentages

R + G + B =
78 + 144 + 133 = 355 (100%)
R 78 of 355 ~ 21.97%
G 144 of 355 ~ 40.56%
B 133 of 355 ~ 37.46%

%21.97
%40.56
%37.46

CMYK color model

#4E9085 color CMYK value is (46,0,8,44).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 43.53%
CMYK:
(46,0,8,44)
C46M0Y8K44 
(46%,0%,8%,44%)
(0.46/0.00/0.08/0.44)	

CMYK percentages

%45.83
%0
%7.64
%43.53

Codes

Color #4E9085 in popluar color models

4E9085
RGB78144133
HSL170°29.73%43.53%
HSB/HSV170°45.83%56.47%
CMYK45.83%0.00%7.64%
43.53%

Color #4E9085 in popluar number systems.

HEX4E9085
Decimal78144133
Binary10011101001000010000101
Octal116220205

Shades and tints

Shades of #4E9085

#4E9085
(78,144,133)
#478379
(71,131,121)
#40766D
(64,118,109)
#396961
(57,105,97)
#325C55
(50,92,85)
#2B4F49
(43,79,73)
#24423D
(36,66,61)
#1D3531
(29,53,49)
#162825
(22,40,37)
#0F1B19
(15,27,25)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #4E9085

#4E9085
(78,144,133)
#5E9A90
(94,154,144)
#6EA49B
(110,164,155)
#7EAEA6
(126,174,166)
#8EB8B1
(142,184,177)
#9EC2BC
(158,194,188)
#AECCC7
(174,204,199)
#BED6D2
(190,214,210)
#CEE0DD
(206,224,221)
#DEEAE8
(222,234,232)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9085; }

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

This text font color is #4E9085.


Background Color

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

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

This div background color is #4E9085.


Border color

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

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

This div border color is #4E9085.


Opacity

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

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

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

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

This text has shadow with #4E9085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9085 on black background.


Color preview on white background

This text has color #4E9085 on white background.



Black color preview on #4E9085 background

This text has black color on #4E9085 background.


White color preview on #4E9085 background

This text has white color on #4E9085 background.