COLOR #4E858E

HEX: #4E858E
RGB: (78,133,142)

Color info

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

RGB color model

#4E858E color RGB value is (78,133,142).

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

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 142 of 255 = 56%

78
133
142

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

Portions of RGB colors in percentages

R + G + B =
78 + 133 + 142 = 353 (100%)
R 78 of 353 ~ 22.1%
G 133 of 353 ~ 37.68%
B 142 of 353 ~ 40.23%

%22.1
%37.68
%40.23

CMYK color model

#4E858E color CMYK value is (45,6,0,44).

  • cyan value is 45.07%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(45,6,0,44)
C45M6Y0K44 
(45%,6%,0%,44%)
(0.45/0.06/0.00/0.44)	

CMYK percentages

%45.07
%6.34
%0
%44.31

Codes

Color #4E858E in popluar color models

4E858E
RGB78133142
HSL188°29.09%43.14%
HSB/HSV188°45.07%55.69%
CMYK45.07%6.34%0.00%
44.31%

Color #4E858E in popluar number systems.

HEX4E858E
Decimal78133142
Binary10011101000010110001110
Octal116205216

Shades and tints

Shades of #4E858E

#4E858E
(78,133,142)
#477982
(71,121,130)
#406D76
(64,109,118)
#39616A
(57,97,106)
#32555E
(50,85,94)
#2B4952
(43,73,82)
#243D46
(36,61,70)
#1D313A
(29,49,58)
#16252E
(22,37,46)
#0F1922
(15,25,34)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #4E858E

#4E858E
(78,133,142)
#5E9098
(94,144,152)
#6E9BA2
(110,155,162)
#7EA6AC
(126,166,172)
#8EB1B6
(142,177,182)
#9EBCC0
(158,188,192)
#AEC7CA
(174,199,202)
#BED2D4
(190,210,212)
#CEDDDE
(206,221,222)
#DEE8E8
(222,232,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E858E; }

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

This text font color is #4E858E.


Background Color

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

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

This div background color is #4E858E.


Border color

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

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

This div border color is #4E858E.


Opacity

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

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

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

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

This text has shadow with #4E858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E858E on black background.


Color preview on white background

This text has color #4E858E on white background.



Black color preview on #4E858E background

This text has black color on #4E858E background.


White color preview on #4E858E background

This text has white color on #4E858E background.