COLOR #4E997E

HEX: #4E997E
RGB: (78,153,126)

Color info

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

RGB color model

#4E997E color RGB value is (78,153,126).

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

RGB channels and saturation

R 78 of 255 = 31%
G 153 of 255 = 60%
B 126 of 255 = 49%

78
153
126

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

Portions of RGB colors in percentages

R + G + B =
78 + 153 + 126 = 357 (100%)
R 78 of 357 ~ 21.85%
G 153 of 357 ~ 42.86%
B 126 of 357 ~ 35.29%

%21.85
%42.86
%35.29

CMYK color model

#4E997E color CMYK value is (49,0,18,40).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(49,0,18,40)
C49M0Y18K40 
(49%,0%,18%,40%)
(0.49/0.00/0.18/0.40)	

CMYK percentages

%49.02
%0
%17.65
%40

Codes

Color #4E997E in popluar color models

4E997E
RGB78153126
HSL158°32.47%45.29%
HSB/HSV158°49.02%60.00%
CMYK49.02%0.00%17.65%
40.00%

Color #4E997E in popluar number systems.

HEX4E997E
Decimal78153126
Binary1001110100110011111110
Octal116231176

Shades and tints

Shades of #4E997E

#4E997E
(78,153,126)
#478C73
(71,140,115)
#407F68
(64,127,104)
#39725D
(57,114,93)
#326552
(50,101,82)
#2B5847
(43,88,71)
#244B3C
(36,75,60)
#1D3E31
(29,62,49)
#163126
(22,49,38)
#0F241B
(15,36,27)
#081710
(8,23,16)
#000000
(0,0,0)

Tints of #4E997E

#4E997E
(78,153,126)
#5EA289
(94,162,137)
#6EAB94
(110,171,148)
#7EB49F
(126,180,159)
#8EBDAA
(142,189,170)
#9EC6B5
(158,198,181)
#AECFC0
(174,207,192)
#BED8CB
(190,216,203)
#CEE1D6
(206,225,214)
#DEEAE1
(222,234,225)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E997E; }

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

This text font color is #4E997E.


Background Color

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

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

This div background color is #4E997E.


Border color

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

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

This div border color is #4E997E.


Opacity

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

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

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

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

This text has shadow with #4E997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E997E on black background.


Color preview on white background

This text has color #4E997E on white background.



Black color preview on #4E997E background

This text has black color on #4E997E background.


White color preview on #4E997E background

This text has white color on #4E997E background.