COLOR #4E7862

HEX: #4E7862
RGB: (78,120,98)

Color info

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

RGB color model

#4E7862 color RGB value is (78,120,98).

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

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 98 of 255 = 38%

78
120
98

R + G + B ~ 39%. #4E7862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 98 = 296 (100%)
R 78 of 296 ~ 26.35%
G 120 of 296 ~ 40.54%
B 98 of 296 ~ 33.11%

%26.35
%40.54
%33.11

CMYK color model

#4E7862 color CMYK value is (35,0,18,53).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(35,0,18,53)
C35M0Y18K53 
(35%,0%,18%,53%)
(0.35/0.00/0.18/0.53)	

CMYK percentages

%35
%0
%18.33
%52.94

Codes

Color #4E7862 in popluar color models

4E7862
RGB7812098
HSL149°21.21%38.82%
HSB/HSV149°35.00%47.06%
CMYK35.00%0.00%18.33%
52.94%

Color #4E7862 in popluar number systems.

HEX4E7862
Decimal7812098
Binary100111011110001100010
Octal116170142

Shades and tints

Shades of #4E7862

#4E7862
(78,120,98)
#476E5A
(71,110,90)
#406452
(64,100,82)
#395A4A
(57,90,74)
#325042
(50,80,66)
#2B463A
(43,70,58)
#243C32
(36,60,50)
#1D322A
(29,50,42)
#162822
(22,40,34)
#0F1E1A
(15,30,26)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #4E7862

#4E7862
(78,120,98)
#5E8470
(94,132,112)
#6E907E
(110,144,126)
#7E9C8C
(126,156,140)
#8EA89A
(142,168,154)
#9EB4A8
(158,180,168)
#AEC0B6
(174,192,182)
#BECCC4
(190,204,196)
#CED8D2
(206,216,210)
#DEE4E0
(222,228,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7862; }

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

This text font color is #4E7862.


Background Color

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

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

This div background color is #4E7862.


Border color

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

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

This div border color is #4E7862.


Opacity

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

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

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

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

This text has shadow with #4E7862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7862 on black background.


Color preview on white background

This text has color #4E7862 on white background.



Black color preview on #4E7862 background

This text has black color on #4E7862 background.


White color preview on #4E7862 background

This text has white color on #4E7862 background.