COLOR #4E674E

HEX: #4E674E
RGB: (78,103,78)

Color info

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

RGB color model

#4E674E color RGB value is (78,103,78).

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

RGB channels and saturation

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

78
103
78

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

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 78 = 259 (100%)
R 78 of 259 ~ 30.12%
G 103 of 259 ~ 39.77%
B 78 of 259 ~ 30.12%

%30.12
%39.77
%30.12

CMYK color model

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

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

CMYK percentages

%24.27
%0
%24.27
%59.61

Codes

Color #4E674E in popluar color models

4E674E
RGB7810378
HSL120°13.81%35.49%
HSB/HSV120°24.27%40.39%
CMYK24.27%0.00%24.27%
59.61%

Color #4E674E in popluar number systems.

HEX4E674E
Decimal7810378
Binary100111011001111001110
Octal116147116

Shades and tints

Shades of #4E674E

#4E674E
(78,103,78)
#475E47
(71,94,71)
#405540
(64,85,64)
#394C39
(57,76,57)
#324332
(50,67,50)
#2B3A2B
(43,58,43)
#243124
(36,49,36)
#1D281D
(29,40,29)
#161F16
(22,31,22)
#0F160F
(15,22,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #4E674E

#4E674E
(78,103,78)
#5E745E
(94,116,94)
#6E816E
(110,129,110)
#7E8E7E
(126,142,126)
#8E9B8E
(142,155,142)
#9EA89E
(158,168,158)
#AEB5AE
(174,181,174)
#BEC2BE
(190,194,190)
#CECFCE
(206,207,206)
#DEDCDE
(222,220,222)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E674E; }

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

This text font color is #4E674E.


Background Color

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

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

This div background color is #4E674E.


Border color

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

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

This div border color is #4E674E.


Opacity

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

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

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

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

This text has shadow with #4E674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E674E on black background.


Color preview on white background

This text has color #4E674E on white background.



Black color preview on #4E674E background

This text has black color on #4E674E background.


White color preview on #4E674E background

This text has white color on #4E674E background.