COLOR #4E665A

HEX: #4E665A RGB: (78,102,90)

Color info

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

RGB color model

#4E665A color RGB value is (78,102,90).

RGB: (78,102,90) (31%, 40%, 35%)

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 90 of 255 = 35%

78
102
90

R + G + B ~ 35%. #4E665A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 102 + 90 = 270 (100%)
R 78 of 270 ~ 28.89%
G 102 of 270 ~ 37.78%
B 90 of 270 ~ 33.33'%

%28.89
%37.78
%33.33

CMYK color model

#4E665A color CMYK value is (24,0,12,60).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK: (24,0,12,60) C24M0Y12K60 (24%,0%,12%,60%) (0.24/0.00/0.12/0.60) 

CMYK percentages

%23.53
%0
%11.76
%60

Codes

Color #4E665A in popluar color models

4E 66 5A
RGB 78 102 90
HSL 150° 13.33% 35.29%
HSB/HSV 150° 23.53% 40.00%
CMYK 23.53% 0.00% 11.76%
60.00%

Color #4E665A in popluar number systems.

HEX 4E 66 5A
Decimal 78 102 90
Binary 1001110 1100110 1011010
Octal 116 146 132

Shades and tints

Shades of #4E665A

#4E665A
(78,102,90)
#475D52
(71,93,82)
#40544A
(64,84,74)
#394B42
(57,75,66)
#32423A
(50,66,58)
#2B3932
(43,57,50)
#24302A
(36,48,42)
#1D2722
(29,39,34)
#161E1A
(22,30,26)
#0F1512
(15,21,18)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #4E665A

#4E665A
(78,102,90)
#5E7369
(94,115,105)
#6E8078
(110,128,120)
#7E8D87
(126,141,135)
#8E9A96
(142,154,150)
#9EA7A5
(158,167,165)
#AEB4B4
(174,180,180)
#BEC1C3
(190,193,195)
#CECED2
(206,206,210)
#DEDBE1
(222,219,225)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E665A color. Also use rgb(78,102,90) instead hex code.

Text Font Color

.myTextColor { color: #4E665A; }

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

This text font color is #4E665A.

Background Color

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

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

This div background color is #4E665A.

Border color

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

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

This div border color is #4E665A.

Opacity

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

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

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

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

This text has shadow with #4E665A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E665A.

Preview

Color preview on black background

This text has color #4E665A on black background.


Color preview on white background

This text has color #4E665A on white background.


Black color preview on #4E665A background

This text has black color on #4E665A background.


White color preview on #4E665A background

This text has white color on #4E665A background.


Related colors

Complementary color

Complementary color for #hex is #B199A5.


I love getcolorcode.com

Triadic colors

1 #5A4E66 and #665A4E with #4E665A are triadic colors.

2 #5A664E and #664E5A with #4E665A are triadic colors.