COLOR #4E9F85

HEX: #4E9F85 RGB: (78,159,133)

Color info

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

RGB color model

#4E9F85 color RGB value is (78,159,133).

RGB: (78,159,133) (31%, 62%, 52%)

RGB channels and saturation

R 78 of 255 = 31%
G 159 of 255 = 62%
B 133 of 255 = 52%

78
159
133

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

Portions of RGB colors in percentages

R + G + B = 78 + 159 + 133 = 370 (100%)
R 78 of 370 ~ 21.08%
G 159 of 370 ~ 42.97%
B 133 of 370 ~ 35.95'%

%21.08
%42.97
%35.95

CMYK color model

#4E9F85 color CMYK value is (51,0,16,38).

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 37.65%

CMYK: (51,0,16,38)
C51M0Y16K38 (51%, 0%, 16%, 38%)
(0.51 / 0.00 / 0.16 / 0.38)

CMYK percentages

%50.94
%0
%16.35
%37.65

Codes

Color #4E9F85 in popluar color models

4E 9F 85
RGB 78 159 133
HSL 161° 34.18% 46.47%
HSB/HSV 161° 50.94% 62.35%
CMYK 50.94% 0.00% 16.35%
37.65%

Color #4E9F85 in popluar number systems.

HEX 4E 9F 85
Decimal 78 159 133
Binary 1001110 10011111 10000101
Octal 116 237 205

Shades and tints

Shades of #4E9F85

#4E9F85
(78,159,133)
#479179
(71,145,121)
#40836D
(64,131,109)
#397561
(57,117,97)
#326755
(50,103,85)
#2B5949
(43,89,73)
#244B3D
(36,75,61)
#1D3D31
(29,61,49)
#162F25
(22,47,37)
#0F2119
(15,33,25)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #4E9F85

#4E9F85
(78,159,133)
#5EA790
(94,167,144)
#6EAF9B
(110,175,155)
#7EB7A6
(126,183,166)
#8EBFB1
(142,191,177)
#9EC7BC
(158,199,188)
#AECFC7
(174,207,199)
#BED7D2
(190,215,210)
#CEDFDD
(206,223,221)
#DEE7E8
(222,231,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9F85; }

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

This text font color is #4E9F85.

Background Color

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

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

This div background color is #4E9F85.

Border color

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

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

This div border color is #4E9F85.

Opacity

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

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

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

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

This text has shadow with #4E9F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E9F85.

Preview

Color preview on black background

This text has color #4E9F85 on black background.


Color preview on white background

This text has color #4E9F85 on white background.


Black color preview on #4E9F85 background

This text has black color on #4E9F85 background.


White color preview on #4E9F85 background

This text has white color on #4E9F85 background.


Related colors

Complementary color

Complementary color for #hex is #B1607A.


I love getcolorcode.com

Triadic colors

1 #854E9F and #9F854E with #4E9F85 are triadic colors.

2 #859F4E and #9F4E85 with #4E9F85 are triadic colors.