COLOR #4E8681

HEX: #4E8681
RGB: (78,134,129)

Color info

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

RGB color model

#4E8681 color RGB value is (78,134,129).

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

RGB channels and saturation

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

78
134
129

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

Portions of RGB colors in percentages

R + G + B =
78 + 134 + 129 = 341 (100%)
R 78 of 341 ~ 22.87%
G 134 of 341 ~ 39.3%
B 129 of 341 ~ 37.83%

%22.87
%39.3
%37.83

CMYK color model

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

  • cyan value is 41.79%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(42,0,4,47)
C42M0Y4K47 
(42%,0%,4%,47%)
(0.42/0.00/0.04/0.47)	

CMYK percentages

%41.79
%0
%3.73
%47.45

Codes

Color #4E8681 in popluar color models

4E8681
RGB78134129
HSL175°26.42%41.57%
HSB/HSV175°41.79%52.55%
CMYK41.79%0.00%3.73%
47.45%

Color #4E8681 in popluar number systems.

HEX4E8681
Decimal78134129
Binary10011101000011010000001
Octal116206201

Shades and tints

Shades of #4E8681

#4E8681
(78,134,129)
#477A76
(71,122,118)
#406E6B
(64,110,107)
#396260
(57,98,96)
#325655
(50,86,85)
#2B4A4A
(43,74,74)
#243E3F
(36,62,63)
#1D3234
(29,50,52)
#162629
(22,38,41)
#0F1A1E
(15,26,30)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #4E8681

#4E8681
(78,134,129)
#5E918C
(94,145,140)
#6E9C97
(110,156,151)
#7EA7A2
(126,167,162)
#8EB2AD
(142,178,173)
#9EBDB8
(158,189,184)
#AEC8C3
(174,200,195)
#BED3CE
(190,211,206)
#CEDED9
(206,222,217)
#DEE9E4
(222,233,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8681; }

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

This text font color is #4E8681.


Background Color

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

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

This div background color is #4E8681.


Border color

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

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

This div border color is #4E8681.


Opacity

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

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

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

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

This text has shadow with #4E8681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8681 on black background.


Color preview on white background

This text has color #4E8681 on white background.



Black color preview on #4E8681 background

This text has black color on #4E8681 background.


White color preview on #4E8681 background

This text has white color on #4E8681 background.