COLOR #4E9086

HEX: #4E9086
RGB: (78,144,134)

Color info

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

RGB color model

#4E9086 color RGB value is (78,144,134).

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

RGB channels and saturation

R 78 of 255 = 31%
G 144 of 255 = 56%
B 134 of 255 = 53%

78
144
134

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

Portions of RGB colors in percentages

R + G + B =
78 + 144 + 134 = 356 (100%)
R 78 of 356 ~ 21.91%
G 144 of 356 ~ 40.45%
B 134 of 356 ~ 37.64%

%21.91
%40.45
%37.64

CMYK color model

#4E9086 color CMYK value is (46,0,7,44).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 43.53%
CMYK:
(46,0,7,44)
C46M0Y7K44 
(46%,0%,7%,44%)
(0.46/0.00/0.07/0.44)	

CMYK percentages

%45.83
%0
%6.94
%43.53

Codes

Color #4E9086 in popluar color models

4E9086
RGB78144134
HSL171°29.73%43.53%
HSB/HSV171°45.83%56.47%
CMYK45.83%0.00%6.94%
43.53%

Color #4E9086 in popluar number systems.

HEX4E9086
Decimal78144134
Binary10011101001000010000110
Octal116220206

Shades and tints

Shades of #4E9086

#4E9086
(78,144,134)
#47837A
(71,131,122)
#40766E
(64,118,110)
#396962
(57,105,98)
#325C56
(50,92,86)
#2B4F4A
(43,79,74)
#24423E
(36,66,62)
#1D3532
(29,53,50)
#162826
(22,40,38)
#0F1B1A
(15,27,26)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E9086

#4E9086
(78,144,134)
#5E9A91
(94,154,145)
#6EA49C
(110,164,156)
#7EAEA7
(126,174,167)
#8EB8B2
(142,184,178)
#9EC2BD
(158,194,189)
#AECCC8
(174,204,200)
#BED6D3
(190,214,211)
#CEE0DE
(206,224,222)
#DEEAE9
(222,234,233)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9086; }

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

This text font color is #4E9086.


Background Color

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

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

This div background color is #4E9086.


Border color

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

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

This div border color is #4E9086.


Opacity

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

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

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

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

This text has shadow with #4E9086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9086 on black background.


Color preview on white background

This text has color #4E9086 on white background.



Black color preview on #4E9086 background

This text has black color on #4E9086 background.


White color preview on #4E9086 background

This text has white color on #4E9086 background.