COLOR #4EA085

HEX: #4EA085
RGB: (78,160,133)

Color info

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

RGB color model

#4EA085 color RGB value is (78,160,133).

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

RGB channels and saturation

R 78 of 255 = 31%
G 160 of 255 = 63%
B 133 of 255 = 52%

78
160
133

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

Portions of RGB colors in percentages

R + G + B =
78 + 160 + 133 = 371 (100%)
R 78 of 371 ~ 21.02%
G 160 of 371 ~ 43.13%
B 133 of 371 ~ 35.85%

%21.02
%43.13
%35.85

CMYK color model

#4EA085 color CMYK value is (51,0,17,37).

  • cyan value is 51.25%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(51,0,17,37)
C51M0Y17K37 
(51%,0%,17%,37%)
(0.51/0.00/0.17/0.37)	

CMYK percentages

%51.25
%0
%16.88
%37.25

Codes

Color #4EA085 in popluar color models

4EA085
RGB78160133
HSL160°34.45%46.67%
HSB/HSV160°51.25%62.75%
CMYK51.25%0.00%16.88%
37.25%

Color #4EA085 in popluar number systems.

HEX4EA085
Decimal78160133
Binary10011101010000010000101
Octal116240205

Shades and tints

Shades of #4EA085

#4EA085
(78,160,133)
#479279
(71,146,121)
#40846D
(64,132,109)
#397661
(57,118,97)
#326855
(50,104,85)
#2B5A49
(43,90,73)
#244C3D
(36,76,61)
#1D3E31
(29,62,49)
#163025
(22,48,37)
#0F2219
(15,34,25)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #4EA085

#4EA085
(78,160,133)
#5EA890
(94,168,144)
#6EB09B
(110,176,155)
#7EB8A6
(126,184,166)
#8EC0B1
(142,192,177)
#9EC8BC
(158,200,188)
#AED0C7
(174,208,199)
#BED8D2
(190,216,210)
#CEE0DD
(206,224,221)
#DEE8E8
(222,232,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA085; }

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

This text font color is #4EA085.


Background Color

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

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

This div background color is #4EA085.


Border color

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

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

This div border color is #4EA085.


Opacity

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

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

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

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

This text has shadow with #4EA085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA085 on black background.


Color preview on white background

This text has color #4EA085 on white background.



Black color preview on #4EA085 background

This text has black color on #4EA085 background.


White color preview on #4EA085 background

This text has white color on #4EA085 background.