COLOR #4E6861

HEX: #4E6861
RGB: (78,104,97)

Color info

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

RGB color model

#4E6861 color RGB value is (78,104,97).

  • red value is 78;
  • green value is 104;
  • blue value is 97.
RGB:
(78,104,97)
(31%,41%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 97 of 255 = 38%

78
104
97

R + G + B ~ 37%. #4E6861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 104 + 97 = 279 (100%)
R 78 of 279 ~ 27.96%
G 104 of 279 ~ 37.28%
B 97 of 279 ~ 34.77%

%27.96
%37.28
%34.77

CMYK color model

#4E6861 color CMYK value is (25,0,7,59).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(25,0,7,59)
C25M0Y7K59 
(25%,0%,7%,59%)
(0.25/0.00/0.07/0.59)	

CMYK percentages

%25
%0
%6.73
%59.22

Codes

Color #4E6861 in popluar color models

4E6861
RGB7810497
HSL164°14.29%35.69%
HSB/HSV164°25.00%40.78%
CMYK25.00%0.00%6.73%
59.22%

Color #4E6861 in popluar number systems.

HEX4E6861
Decimal7810497
Binary100111011010001100001
Octal116150141

Shades and tints

Shades of #4E6861

#4E6861
(78,104,97)
#475F59
(71,95,89)
#405651
(64,86,81)
#394D49
(57,77,73)
#324441
(50,68,65)
#2B3B39
(43,59,57)
#243231
(36,50,49)
#1D2929
(29,41,41)
#162021
(22,32,33)
#0F1719
(15,23,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #4E6861

#4E6861
(78,104,97)
#5E756F
(94,117,111)
#6E827D
(110,130,125)
#7E8F8B
(126,143,139)
#8E9C99
(142,156,153)
#9EA9A7
(158,169,167)
#AEB6B5
(174,182,181)
#BEC3C3
(190,195,195)
#CED0D1
(206,208,209)
#DEDDDF
(222,221,223)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6861 color. Also use rgb(78,104,97) instead hex code.

Text Font Color

.myTextColor { color: #4E6861; }

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

This text font color is #4E6861.


Background Color

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

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

This div background color is #4E6861.


Border color

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

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

This div border color is #4E6861.


Opacity

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

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

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

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

This text has shadow with #4E6861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6861 on black background.


Color preview on white background

This text has color #4E6861 on white background.



Black color preview on #4E6861 background

This text has black color on #4E6861 background.


White color preview on #4E6861 background

This text has white color on #4E6861 background.