COLOR #4E6150

HEX: #4E6150
RGB: (78,97,80)

Color info

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

RGB color model

#4E6150 color RGB value is (78,97,80).

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

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 80 of 255 = 31%

78
97
80

R + G + B ~ 33%. #4E6150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 80 = 255 (100%)
R 78 of 255 ~ 30.59%
G 97 of 255 ~ 38.04%
B 80 of 255 ~ 31.37%

%30.59
%38.04
%31.37

CMYK color model

#4E6150 color CMYK value is (20,0,18,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(20,0,18,62)
C20M0Y18K62 
(20%,0%,18%,62%)
(0.20/0.00/0.18/0.62)	

CMYK percentages

%19.59
%0
%17.53
%61.96

Codes

Color #4E6150 in popluar color models

4E6150
RGB789780
HSL126°10.86%34.31%
HSB/HSV126°19.59%38.04%
CMYK19.59%0.00%17.53%
61.96%

Color #4E6150 in popluar number systems.

HEX4E6150
Decimal789780
Binary100111011000011010000
Octal116141120

Shades and tints

Shades of #4E6150

#4E6150
(78,97,80)
#475949
(71,89,73)
#405142
(64,81,66)
#39493B
(57,73,59)
#324134
(50,65,52)
#2B392D
(43,57,45)
#243126
(36,49,38)
#1D291F
(29,41,31)
#162118
(22,33,24)
#0F1911
(15,25,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #4E6150

#4E6150
(78,97,80)
#5E6F5F
(94,111,95)
#6E7D6E
(110,125,110)
#7E8B7D
(126,139,125)
#8E998C
(142,153,140)
#9EA79B
(158,167,155)
#AEB5AA
(174,181,170)
#BEC3B9
(190,195,185)
#CED1C8
(206,209,200)
#DEDFD7
(222,223,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6150; }

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

This text font color is #4E6150.


Background Color

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

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

This div background color is #4E6150.


Border color

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

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

This div border color is #4E6150.


Opacity

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

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

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

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

This text has shadow with #4E6150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6150 on black background.


Color preview on white background

This text has color #4E6150 on white background.



Black color preview on #4E6150 background

This text has black color on #4E6150 background.


White color preview on #4E6150 background

This text has white color on #4E6150 background.