COLOR #4E858A

HEX: #4E858A
RGB: (78,133,138)

Color info

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

RGB color model

#4E858A color RGB value is (78,133,138).

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

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 138 of 255 = 54%

78
133
138

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

Portions of RGB colors in percentages

R + G + B =
78 + 133 + 138 = 349 (100%)
R 78 of 349 ~ 22.35%
G 133 of 349 ~ 38.11%
B 138 of 349 ~ 39.54%

%22.35
%38.11
%39.54

CMYK color model

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

  • cyan value is 43.48%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(43,4,0,46)
C43M4Y0K46 
(43%,4%,0%,46%)
(0.43/0.04/0.00/0.46)	

CMYK percentages

%43.48
%3.62
%0
%45.88

Codes

Color #4E858A in popluar color models

4E858A
RGB78133138
HSL185°27.78%42.35%
HSB/HSV185°43.48%54.12%
CMYK43.48%3.62%0.00%
45.88%

Color #4E858A in popluar number systems.

HEX4E858A
Decimal78133138
Binary10011101000010110001010
Octal116205212

Shades and tints

Shades of #4E858A

#4E858A
(78,133,138)
#47797E
(71,121,126)
#406D72
(64,109,114)
#396166
(57,97,102)
#32555A
(50,85,90)
#2B494E
(43,73,78)
#243D42
(36,61,66)
#1D3136
(29,49,54)
#16252A
(22,37,42)
#0F191E
(15,25,30)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #4E858A

#4E858A
(78,133,138)
#5E9094
(94,144,148)
#6E9B9E
(110,155,158)
#7EA6A8
(126,166,168)
#8EB1B2
(142,177,178)
#9EBCBC
(158,188,188)
#AEC7C6
(174,199,198)
#BED2D0
(190,210,208)
#CEDDDA
(206,221,218)
#DEE8E4
(222,232,228)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E858A; }

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

This text font color is #4E858A.


Background Color

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

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

This div background color is #4E858A.


Border color

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

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

This div border color is #4E858A.


Opacity

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

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

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

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

This text has shadow with #4E858A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E858A on black background.


Color preview on white background

This text has color #4E858A on white background.



Black color preview on #4E858A background

This text has black color on #4E858A background.


White color preview on #4E858A background

This text has white color on #4E858A background.