COLOR #4E837F

HEX: #4E837F
RGB: (78,131,127)

Color info

#4E837F contains red, green and blue colors in about the same proportion. Web safe color of #4E837F is #669966 (or #696).

RGB color model

#4E837F color RGB value is (78,131,127).

  • red value is 78;
  • green value is 131;
  • blue value is 127.
RGB:
(78,131,127)
(31%,51%,50%)

RGB channels and saturation

R 78 of 255 = 31%
G 131 of 255 = 51%
B 127 of 255 = 50%

78
131
127

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

Portions of RGB colors in percentages

R + G + B =
78 + 131 + 127 = 336 (100%)
R 78 of 336 ~ 23.21%
G 131 of 336 ~ 38.99%
B 127 of 336 ~ 37.8%

%23.21
%38.99
%37.8

CMYK color model

#4E837F color CMYK value is (40,0,3,49).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(40,0,3,49)
C40M0Y3K49 
(40%,0%,3%,49%)
(0.40/0.00/0.03/0.49)	

CMYK percentages

%40.46
%0
%3.05
%48.63

Codes

Color #4E837F in popluar color models

4E837F
RGB78131127
HSL175°25.36%40.98%
HSB/HSV175°40.46%51.37%
CMYK40.46%0.00%3.05%
48.63%

Color #4E837F in popluar number systems.

HEX4E837F
Decimal78131127
Binary1001110100000111111111
Octal116203177

Shades and tints

Shades of #4E837F

#4E837F
(78,131,127)
#477874
(71,120,116)
#406D69
(64,109,105)
#39625E
(57,98,94)
#325753
(50,87,83)
#2B4C48
(43,76,72)
#24413D
(36,65,61)
#1D3632
(29,54,50)
#162B27
(22,43,39)
#0F201C
(15,32,28)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #4E837F

#4E837F
(78,131,127)
#5E8E8A
(94,142,138)
#6E9995
(110,153,149)
#7EA4A0
(126,164,160)
#8EAFAB
(142,175,171)
#9EBAB6
(158,186,182)
#AEC5C1
(174,197,193)
#BED0CC
(190,208,204)
#CEDBD7
(206,219,215)
#DEE6E2
(222,230,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E837F color. Also use rgb(78,131,127) instead hex code.

Text Font Color

.myTextColor { color: #4E837F; }

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

This text font color is #4E837F.


Background Color

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

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

This div background color is #4E837F.


Border color

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

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

This div border color is #4E837F.


Opacity

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

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

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

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

This text has shadow with #4E837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E837F on black background.


Color preview on white background

This text has color #4E837F on white background.



Black color preview on #4E837F background

This text has black color on #4E837F background.


White color preview on #4E837F background

This text has white color on #4E837F background.