COLOR #4EA185

HEX: #4EA185
RGB: (78,161,133)

Color info

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

RGB color model

#4EA185 color RGB value is (78,161,133).

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

RGB channels and saturation

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

78
161
133

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

Portions of RGB colors in percentages

R + G + B =
78 + 161 + 133 = 372 (100%)
R 78 of 372 ~ 20.97%
G 161 of 372 ~ 43.28%
B 133 of 372 ~ 35.75%

%20.97
%43.28
%35.75

CMYK color model

#4EA185 color CMYK value is (52,0,17,37).

  • cyan value is 51.55%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 36.86%
CMYK:
(52,0,17,37)
C52M0Y17K37 
(52%,0%,17%,37%)
(0.52/0.00/0.17/0.37)	

CMYK percentages

%51.55
%0
%17.39
%36.86

Codes

Color #4EA185 in popluar color models

4EA185
RGB78161133
HSL160°34.73%46.86%
HSB/HSV160°51.55%63.14%
CMYK51.55%0.00%17.39%
36.86%

Color #4EA185 in popluar number systems.

HEX4EA185
Decimal78161133
Binary10011101010000110000101
Octal116241205

Shades and tints

Shades of #4EA185

#4EA185
(78,161,133)
#479379
(71,147,121)
#40856D
(64,133,109)
#397761
(57,119,97)
#326955
(50,105,85)
#2B5B49
(43,91,73)
#244D3D
(36,77,61)
#1D3F31
(29,63,49)
#163125
(22,49,37)
#0F2319
(15,35,25)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #4EA185

#4EA185
(78,161,133)
#5EA990
(94,169,144)
#6EB19B
(110,177,155)
#7EB9A6
(126,185,166)
#8EC1B1
(142,193,177)
#9EC9BC
(158,201,188)
#AED1C7
(174,209,199)
#BED9D2
(190,217,210)
#CEE1DD
(206,225,221)
#DEE9E8
(222,233,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA185; }

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

This text font color is #4EA185.


Background Color

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

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

This div background color is #4EA185.


Border color

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

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

This div border color is #4EA185.


Opacity

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

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

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

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

This text has shadow with #4EA185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA185 on black background.


Color preview on white background

This text has color #4EA185 on white background.



Black color preview on #4EA185 background

This text has black color on #4EA185 background.


White color preview on #4EA185 background

This text has white color on #4EA185 background.