COLOR #4E9F9F

HEX: #4E9F9F RGB: (78,159,159)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
159
159

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

Portions of RGB colors in percentages

R + G + B = 78 + 159 + 159 = 396 (100%)
R 78 of 396 ~ 19.7%
G 159 of 396 ~ 40.15%
B 159 of 396 ~ 40.15'%

%19.7
%40.15
%40.15

CMYK color model

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

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (51,0,0,38) C51M0Y0K38 (51%,0%,0%,38%) (0.51/0.00/0.00/0.38) 

CMYK percentages

%50.94
%0
%0
%37.65

Codes

Color #4E9F9F in popluar color models

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

Color #4E9F9F in popluar number systems.

HEX 4E 9F 9F
Decimal 78 159 159
Binary 1001110 10011111 10011111
Octal 116 237 237

Shades and tints

Shades of #4E9F9F

#4E9F9F
(78,159,159)
#479191
(71,145,145)
#408383
(64,131,131)
#397575
(57,117,117)
#326767
(50,103,103)
#2B5959
(43,89,89)
#244B4B
(36,75,75)
#1D3D3D
(29,61,61)
#162F2F
(22,47,47)
#0F2121
(15,33,33)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #4E9F9F

#4E9F9F
(78,159,159)
#5EA7A7
(94,167,167)
#6EAFAF
(110,175,175)
#7EB7B7
(126,183,183)
#8EBFBF
(142,191,191)
#9EC7C7
(158,199,199)
#AECFCF
(174,207,207)
#BED7D7
(190,215,215)
#CEDFDF
(206,223,223)
#DEE7E7
(222,231,231)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9F9F; }

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

This text font color is #4E9F9F.

Background Color

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

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

This div background color is #4E9F9F.

Border color

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

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

This div border color is #4E9F9F.

Opacity

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

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

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

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

This text has shadow with #4E9F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E9F9F.

Preview

Color preview on black background

This text has color #4E9F9F on black background.


Color preview on white background

This text has color #4E9F9F on white background.


Black color preview on #4E9F9F background

This text has black color on #4E9F9F background.


White color preview on #4E9F9F background

This text has white color on #4E9F9F background.


Related colors

Complementary color

Complementary color for #hex is #B16060.


I love getcolorcode.com