COLOR #4E7874

HEX: #4E7874
RGB: (78,120,116)

Color info

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

RGB color model

#4E7874 color RGB value is (78,120,116).

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

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 116 of 255 = 45%

78
120
116

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

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 116 = 314 (100%)
R 78 of 314 ~ 24.84%
G 120 of 314 ~ 38.22%
B 116 of 314 ~ 36.94%

%24.84
%38.22
%36.94

CMYK color model

#4E7874 color CMYK value is (35,0,3,53).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(35,0,3,53)
C35M0Y3K53 
(35%,0%,3%,53%)
(0.35/0.00/0.03/0.53)	

CMYK percentages

%35
%0
%3.33
%52.94

Codes

Color #4E7874 in popluar color models

4E7874
RGB78120116
HSL174°21.21%38.82%
HSB/HSV174°35.00%47.06%
CMYK35.00%0.00%3.33%
52.94%

Color #4E7874 in popluar number systems.

HEX4E7874
Decimal78120116
Binary100111011110001110100
Octal116170164

Shades and tints

Shades of #4E7874

#4E7874
(78,120,116)
#476E6A
(71,110,106)
#406460
(64,100,96)
#395A56
(57,90,86)
#32504C
(50,80,76)
#2B4642
(43,70,66)
#243C38
(36,60,56)
#1D322E
(29,50,46)
#162824
(22,40,36)
#0F1E1A
(15,30,26)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #4E7874

#4E7874
(78,120,116)
#5E8480
(94,132,128)
#6E908C
(110,144,140)
#7E9C98
(126,156,152)
#8EA8A4
(142,168,164)
#9EB4B0
(158,180,176)
#AEC0BC
(174,192,188)
#BECCC8
(190,204,200)
#CED8D4
(206,216,212)
#DEE4E0
(222,228,224)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7874; }

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

This text font color is #4E7874.


Background Color

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

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

This div background color is #4E7874.


Border color

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

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

This div border color is #4E7874.


Opacity

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

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

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

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

This text has shadow with #4E7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7874 on black background.


Color preview on white background

This text has color #4E7874 on white background.



Black color preview on #4E7874 background

This text has black color on #4E7874 background.


White color preview on #4E7874 background

This text has white color on #4E7874 background.