COLOR #4E917E

HEX: #4E917E
RGB: (78,145,126)

Color info

#4E917E contains mainly green and blue colors. Web safe color of #4E917E is #669966 (or #696).

RGB color model

#4E917E color RGB value is (78,145,126).

  • red value is 78;
  • green value is 145;
  • blue value is 126.
RGB:
(78,145,126)
(31%,57%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 145 of 255 = 57%
B 126 of 255 = 49%

78
145
126

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

Portions of RGB colors in percentages

R + G + B =
78 + 145 + 126 = 349 (100%)
R 78 of 349 ~ 22.35%
G 145 of 349 ~ 41.55%
B 126 of 349 ~ 36.1%

%22.35
%41.55
%36.1

CMYK color model

#4E917E color CMYK value is (46,0,13,43).

  • cyan value is 46.21%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 43.14%
CMYK:
(46,0,13,43)
C46M0Y13K43 
(46%,0%,13%,43%)
(0.46/0.00/0.13/0.43)	

CMYK percentages

%46.21
%0
%13.1
%43.14

Codes

Color #4E917E in popluar color models

4E917E
RGB78145126
HSL163°30.04%43.73%
HSB/HSV163°46.21%56.86%
CMYK46.21%0.00%13.10%
43.14%

Color #4E917E in popluar number systems.

HEX4E917E
Decimal78145126
Binary1001110100100011111110
Octal116221176

Shades and tints

Shades of #4E917E

#4E917E
(78,145,126)
#478473
(71,132,115)
#407768
(64,119,104)
#396A5D
(57,106,93)
#325D52
(50,93,82)
#2B5047
(43,80,71)
#24433C
(36,67,60)
#1D3631
(29,54,49)
#162926
(22,41,38)
#0F1C1B
(15,28,27)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #4E917E

#4E917E
(78,145,126)
#5E9B89
(94,155,137)
#6EA594
(110,165,148)
#7EAF9F
(126,175,159)
#8EB9AA
(142,185,170)
#9EC3B5
(158,195,181)
#AECDC0
(174,205,192)
#BED7CB
(190,215,203)
#CEE1D6
(206,225,214)
#DEEBE1
(222,235,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E917E color. Also use rgb(78,145,126) instead hex code.

Text Font Color

.myTextColor { color: #4E917E; }

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

This text font color is #4E917E.


Background Color

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

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

This div background color is #4E917E.


Border color

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

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

This div border color is #4E917E.


Opacity

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

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

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

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

This text has shadow with #4E917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E917E on black background.


Color preview on white background

This text has color #4E917E on white background.



Black color preview on #4E917E background

This text has black color on #4E917E background.


White color preview on #4E917E background

This text has white color on #4E917E background.