COLOR #4E9785

HEX: #4E9785
RGB: (78,151,133)

Color info

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

RGB color model

#4E9785 color RGB value is (78,151,133).

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

RGB channels and saturation

R 78 of 255 = 31%
G 151 of 255 = 59%
B 133 of 255 = 52%

78
151
133

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

Portions of RGB colors in percentages

R + G + B =
78 + 151 + 133 = 362 (100%)
R 78 of 362 ~ 21.55%
G 151 of 362 ~ 41.71%
B 133 of 362 ~ 36.74%

%21.55
%41.71
%36.74

CMYK color model

#4E9785 color CMYK value is (48,0,12,41).

  • cyan value is 48.34%
  • magenta value is 0.00%
  • yellow value is 11.92%
  • key color value is 40.78%
CMYK:
(48,0,12,41)
C48M0Y12K41 
(48%,0%,12%,41%)
(0.48/0.00/0.12/0.41)	

CMYK percentages

%48.34
%0
%11.92
%40.78

Codes

Color #4E9785 in popluar color models

4E9785
RGB78151133
HSL165°31.88%44.90%
HSB/HSV165°48.34%59.22%
CMYK48.34%0.00%11.92%
40.78%

Color #4E9785 in popluar number systems.

HEX4E9785
Decimal78151133
Binary10011101001011110000101
Octal116227205

Shades and tints

Shades of #4E9785

#4E9785
(78,151,133)
#478A79
(71,138,121)
#407D6D
(64,125,109)
#397061
(57,112,97)
#326355
(50,99,85)
#2B5649
(43,86,73)
#24493D
(36,73,61)
#1D3C31
(29,60,49)
#162F25
(22,47,37)
#0F2219
(15,34,25)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #4E9785

#4E9785
(78,151,133)
#5EA090
(94,160,144)
#6EA99B
(110,169,155)
#7EB2A6
(126,178,166)
#8EBBB1
(142,187,177)
#9EC4BC
(158,196,188)
#AECDC7
(174,205,199)
#BED6D2
(190,214,210)
#CEDFDD
(206,223,221)
#DEE8E8
(222,232,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9785; }

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

This text font color is #4E9785.


Background Color

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

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

This div background color is #4E9785.


Border color

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

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

This div border color is #4E9785.


Opacity

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

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

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

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

This text has shadow with #4E9785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9785 on black background.


Color preview on white background

This text has color #4E9785 on white background.



Black color preview on #4E9785 background

This text has black color on #4E9785 background.


White color preview on #4E9785 background

This text has white color on #4E9785 background.