COLOR #4E8485

HEX: #4E8485 RGB: (78,132,133)

Color info

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

RGB color model

#4E8485 color RGB value is (78,132,133).

RGB: (78,132,133) (31%, 52%, 52%)

RGB channels and saturation

R 78 of 255 = 31%
G 132 of 255 = 52%
B 133 of 255 = 52%

78
132
133

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

Portions of RGB colors in percentages

R + G + B = 78 + 132 + 133 = 343 (100%)
R 78 of 343 ~ 22.74%
G 132 of 343 ~ 38.48%
B 133 of 343 ~ 38.78'%

%22.74
%38.48
%38.78

CMYK color model

#4E8485 color CMYK value is (41,1,0,48).

  • cyan value is 41.35%
  • magenta value is 0.75%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (41,1,0,48)
C41M1Y0K48 (41%, 1%, 0%, 48%)
(0.41 / 0.01 / 0.00 / 0.48)

CMYK percentages

%41.35
%0.75
%0
%47.84

Codes

Color #4E8485 in popluar color models

4E 84 85
RGB 78 132 133
HSL 181° 26.07% 41.37%
HSB/HSV 181° 41.35% 52.16%
CMYK 41.35% 0.75% 0.00%
47.84%

Color #4E8485 in popluar number systems.

HEX 4E 84 85
Decimal 78 132 133
Binary 1001110 10000100 10000101
Octal 116 204 205

Shades and tints

Shades of #4E8485

#4E8485
(78,132,133)
#477879
(71,120,121)
#406C6D
(64,108,109)
#396061
(57,96,97)
#325455
(50,84,85)
#2B4849
(43,72,73)
#243C3D
(36,60,61)
#1D3031
(29,48,49)
#162425
(22,36,37)
#0F1819
(15,24,25)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E8485

#4E8485
(78,132,133)
#5E8F90
(94,143,144)
#6E9A9B
(110,154,155)
#7EA5A6
(126,165,166)
#8EB0B1
(142,176,177)
#9EBBBC
(158,187,188)
#AEC6C7
(174,198,199)
#BED1D2
(190,209,210)
#CEDCDD
(206,220,221)
#DEE7E8
(222,231,232)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8485; }

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

This text font color is #4E8485.

Background Color

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

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

This div background color is #4E8485.

Border color

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

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

This div border color is #4E8485.

Opacity

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

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

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

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

This text has shadow with #4E8485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8485.

Preview

Color preview on black background

This text has color #4E8485 on black background.


Color preview on white background

This text has color #4E8485 on white background.


Black color preview on #4E8485 background

This text has black color on #4E8485 background.


White color preview on #4E8485 background

This text has white color on #4E8485 background.


Related colors

Complementary color

Complementary color for #hex is #B17B7A.


I love getcolorcode.com

Triadic colors

1 #854E84 and #84854E with #4E8485 are triadic colors.

2 #85844E and #844E85 with #4E8485 are triadic colors.