COLOR #4E787A

HEX: #4E787A
RGB: (78,120,122)

Color info

#4E787A contains red, green and blue colors in about the same proportion. Web safe color of #4E787A is #666666 (or #666).

RGB color model

#4E787A color RGB value is (78,120,122).

  • red value is 78;
  • green value is 120;
  • blue value is 122.
RGB:
(78,120,122)
(31%,47%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 122 of 255 = 48%

78
120
122

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

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 122 = 320 (100%)
R 78 of 320 ~ 24.38%
G 120 of 320 ~ 37.5%
B 122 of 320 ~ 38.13%

%24.38
%37.5
%38.13

CMYK color model

#4E787A color CMYK value is (36,2,0,52).

  • cyan value is 36.07%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(36,2,0,52)
C36M2Y0K52 
(36%,2%,0%,52%)
(0.36/0.02/0.00/0.52)	

CMYK percentages

%36.07
%1.64
%0
%52.16

Codes

Color #4E787A in popluar color models

4E787A
RGB78120122
HSL183°22.00%39.22%
HSB/HSV183°36.07%47.84%
CMYK36.07%1.64%0.00%
52.16%

Color #4E787A in popluar number systems.

HEX4E787A
Decimal78120122
Binary100111011110001111010
Octal116170172

Shades and tints

Shades of #4E787A

#4E787A
(78,120,122)
#476E6F
(71,110,111)
#406464
(64,100,100)
#395A59
(57,90,89)
#32504E
(50,80,78)
#2B4643
(43,70,67)
#243C38
(36,60,56)
#1D322D
(29,50,45)
#162822
(22,40,34)
#0F1E17
(15,30,23)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #4E787A

#4E787A
(78,120,122)
#5E8486
(94,132,134)
#6E9092
(110,144,146)
#7E9C9E
(126,156,158)
#8EA8AA
(142,168,170)
#9EB4B6
(158,180,182)
#AEC0C2
(174,192,194)
#BECCCE
(190,204,206)
#CED8DA
(206,216,218)
#DEE4E6
(222,228,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E787A color. Also use rgb(78,120,122) instead hex code.

Text Font Color

.myTextColor { color: #4E787A; }

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

This text font color is #4E787A.


Background Color

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

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

This div background color is #4E787A.


Border color

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

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

This div border color is #4E787A.


Opacity

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

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

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

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

This text has shadow with #4E787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E787A on black background.


Color preview on white background

This text has color #4E787A on white background.



Black color preview on #4E787A background

This text has black color on #4E787A background.


White color preview on #4E787A background

This text has white color on #4E787A background.