COLOR #4E664E

HEX: #4E664E
RGB: (78,102,78)

Color info

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

RGB color model

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

  • red value is 78;
  • green value is 102;
  • blue value is 78.
RGB:
(78,102,78)
(31%,40%,31%)

RGB channels and saturation

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

78
102
78

R + G + B ~ 34%. #4E664E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 102 + 78 = 258 (100%)
R 78 of 258 ~ 30.23%
G 102 of 258 ~ 39.53%
B 78 of 258 ~ 30.23%

%30.23
%39.53
%30.23

CMYK color model

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

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

CMYK percentages

%23.53
%0
%23.53
%60

Codes

Color #4E664E in popluar color models

4E664E
RGB7810278
HSL120°13.33%35.29%
HSB/HSV120°23.53%40.00%
CMYK23.53%0.00%23.53%
60.00%

Color #4E664E in popluar number systems.

HEX4E664E
Decimal7810278
Binary100111011001101001110
Octal116146116

Shades and tints

Shades of #4E664E

#4E664E
(78,102,78)
#475D47
(71,93,71)
#405440
(64,84,64)
#394B39
(57,75,57)
#324232
(50,66,50)
#2B392B
(43,57,43)
#243024
(36,48,36)
#1D271D
(29,39,29)
#161E16
(22,30,22)
#0F150F
(15,21,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #4E664E

#4E664E
(78,102,78)
#5E735E
(94,115,94)
#6E806E
(110,128,110)
#7E8D7E
(126,141,126)
#8E9A8E
(142,154,142)
#9EA79E
(158,167,158)
#AEB4AE
(174,180,174)
#BEC1BE
(190,193,190)
#CECECE
(206,206,206)
#DEDBDE
(222,219,222)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E664E; }

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

This text font color is #4E664E.


Background Color

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

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

This div background color is #4E664E.


Border color

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

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

This div border color is #4E664E.


Opacity

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

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

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

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

This text has shadow with #4E664E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E664E on black background.


Color preview on white background

This text has color #4E664E on white background.



Black color preview on #4E664E background

This text has black color on #4E664E background.


White color preview on #4E664E background

This text has white color on #4E664E background.