COLOR #4E7E83

HEX: #4E7E83
RGB: (78,126,131)

Color info

#4E7E83 contains red, green and blue colors in about the same proportion. Web safe color of #4E7E83 is #666699 (or #669).

RGB color model

#4E7E83 color RGB value is (78,126,131).

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

RGB channels and saturation

R 78 of 255 = 31%
G 126 of 255 = 49%
B 131 of 255 = 51%

78
126
131

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

Portions of RGB colors in percentages

R + G + B =
78 + 126 + 131 = 335 (100%)
R 78 of 335 ~ 23.28%
G 126 of 335 ~ 37.61%
B 131 of 335 ~ 39.1%

%23.28
%37.61
%39.1

CMYK color model

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

  • cyan value is 40.46%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,4,0,49)
C40M4Y0K49 
(40%,4%,0%,49%)
(0.40/0.04/0.00/0.49)	

CMYK percentages

%40.46
%3.82
%0
%48.63

Codes

Color #4E7E83 in popluar color models

4E7E83
RGB78126131
HSL186°25.36%40.98%
HSB/HSV186°40.46%51.37%
CMYK40.46%3.82%0.00%
48.63%

Color #4E7E83 in popluar number systems.

HEX4E7E83
Decimal78126131
Binary1001110111111010000011
Octal116176203

Shades and tints

Shades of #4E7E83

#4E7E83
(78,126,131)
#477378
(71,115,120)
#40686D
(64,104,109)
#395D62
(57,93,98)
#325257
(50,82,87)
#2B474C
(43,71,76)
#243C41
(36,60,65)
#1D3136
(29,49,54)
#16262B
(22,38,43)
#0F1B20
(15,27,32)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #4E7E83

#4E7E83
(78,126,131)
#5E898E
(94,137,142)
#6E9499
(110,148,153)
#7E9FA4
(126,159,164)
#8EAAAF
(142,170,175)
#9EB5BA
(158,181,186)
#AEC0C5
(174,192,197)
#BECBD0
(190,203,208)
#CED6DB
(206,214,219)
#DEE1E6
(222,225,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7E83; }

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

This text font color is #4E7E83.


Background Color

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

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

This div background color is #4E7E83.


Border color

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

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

This div border color is #4E7E83.


Opacity

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

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

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

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

This text has shadow with #4E7E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7E83 on black background.


Color preview on white background

This text has color #4E7E83 on white background.



Black color preview on #4E7E83 background

This text has black color on #4E7E83 background.


White color preview on #4E7E83 background

This text has white color on #4E7E83 background.