COLOR #4E8286

HEX: #4E8286
RGB: (78,130,134)

Color info

#4E8286 contains red, green and blue colors in about the same proportion. Web safe color of #4E8286 is #669999 (or #699).

RGB color model

#4E8286 color RGB value is (78,130,134).

  • red value is 78;
  • green value is 130;
  • blue value is 134.
RGB:
(78,130,134)
(31%,51%,53%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 134 of 255 = 53%

78
130
134

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

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 134 = 342 (100%)
R 78 of 342 ~ 22.81%
G 130 of 342 ~ 38.01%
B 134 of 342 ~ 39.18%

%22.81
%38.01
%39.18

CMYK color model

#4E8286 color CMYK value is (42,3,0,47).

  • cyan value is 41.79%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(42,3,0,47)
C42M3Y0K47 
(42%,3%,0%,47%)
(0.42/0.03/0.00/0.47)	

CMYK percentages

%41.79
%2.99
%0
%47.45

Codes

Color #4E8286 in popluar color models

4E8286
RGB78130134
HSL184°26.42%41.57%
HSB/HSV184°41.79%52.55%
CMYK41.79%2.99%0.00%
47.45%

Color #4E8286 in popluar number systems.

HEX4E8286
Decimal78130134
Binary10011101000001010000110
Octal116202206

Shades and tints

Shades of #4E8286

#4E8286
(78,130,134)
#47777A
(71,119,122)
#406C6E
(64,108,110)
#396162
(57,97,98)
#325656
(50,86,86)
#2B4B4A
(43,75,74)
#24403E
(36,64,62)
#1D3532
(29,53,50)
#162A26
(22,42,38)
#0F1F1A
(15,31,26)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #4E8286

#4E8286
(78,130,134)
#5E8D91
(94,141,145)
#6E989C
(110,152,156)
#7EA3A7
(126,163,167)
#8EAEB2
(142,174,178)
#9EB9BD
(158,185,189)
#AEC4C8
(174,196,200)
#BECFD3
(190,207,211)
#CEDADE
(206,218,222)
#DEE5E9
(222,229,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8286; }

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

This text font color is #4E8286.


Background Color

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

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

This div background color is #4E8286.


Border color

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

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

This div border color is #4E8286.


Opacity

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

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

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

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

This text has shadow with #4E8286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8286 on black background.


Color preview on white background

This text has color #4E8286 on white background.



Black color preview on #4E8286 background

This text has black color on #4E8286 background.


White color preview on #4E8286 background

This text has white color on #4E8286 background.