COLOR #4E9689

HEX: #4E9689 RGB: (78,150,137)

Color info

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

RGB color model

#4E9689 color RGB value is (78,150,137).

RGB: (78,150,137) (31%, 59%, 54%)

RGB channels and saturation

R 78 of 255 = 31%
G 150 of 255 = 59%
B 137 of 255 = 54%

78
150
137

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

Portions of RGB colors in percentages

R + G + B = 78 + 150 + 137 = 365 (100%)
R 78 of 365 ~ 21.37%
G 150 of 365 ~ 41.1%
B 137 of 365 ~ 37.53'%

%21.37
%41.1
%37.53

CMYK color model

#4E9689 color CMYK value is (48,0,9,41).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%

CMYK: (48,0,9,41)
C48M0Y9K41 (48%, 0%, 9%, 41%)
(0.48 / 0.00 / 0.09 / 0.41)

CMYK percentages

%48
%0
%8.67
%41.18

Codes

Color #4E9689 in popluar color models

4E 96 89
RGB 78 150 137
HSL 169° 31.58% 44.71%
HSB/HSV 169° 48.00% 58.82%
CMYK 48.00% 0.00% 8.67%
41.18%

Color #4E9689 in popluar number systems.

HEX 4E 96 89
Decimal 78 150 137
Binary 1001110 10010110 10001001
Octal 116 226 211

Shades and tints

Shades of #4E9689

#4E9689
(78,150,137)
#47897D
(71,137,125)
#407C71
(64,124,113)
#396F65
(57,111,101)
#326259
(50,98,89)
#2B554D
(43,85,77)
#244841
(36,72,65)
#1D3B35
(29,59,53)
#162E29
(22,46,41)
#0F211D
(15,33,29)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #4E9689

#4E9689
(78,150,137)
#5E9F93
(94,159,147)
#6EA89D
(110,168,157)
#7EB1A7
(126,177,167)
#8EBAB1
(142,186,177)
#9EC3BB
(158,195,187)
#AECCC5
(174,204,197)
#BED5CF
(190,213,207)
#CEDED9
(206,222,217)
#DEE7E3
(222,231,227)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9689 color. Also use rgb(78,150,137) instead hex code.

Text Font Color

.myTextColor { color: #4E9689; }

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

This text font color is #4E9689.

Background Color

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

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

This div background color is #4E9689.

Border color

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

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

This div border color is #4E9689.

Opacity

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

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

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

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

This text has shadow with #4E9689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E9689.

Preview

Color preview on black background

This text has color #4E9689 on black background.


Color preview on white background

This text has color #4E9689 on white background.


Black color preview on #4E9689 background

This text has black color on #4E9689 background.


White color preview on #4E9689 background

This text has white color on #4E9689 background.


Related colors

Complementary color

Complementary color for #hex is #B16976.


I love getcolorcode.com

Triadic colors

1 #894E96 and #96894E with #4E9689 are triadic colors.

2 #89964E and #964E89 with #4E9689 are triadic colors.