COLOR #4E674A

HEX: #4E674A
RGB: (78,103,74)

Color info

#4E674A contains red, green and blue colors in about the same proportion. Web safe color of #4E674A is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

78
103
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 74 = 255 (100%)
R 78 of 255 ~ 30.59%
G 103 of 255 ~ 40.39%
B 74 of 255 ~ 29.02%

%30.59
%40.39
%29.02

CMYK color model

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

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

CMYK percentages

%24.27
%0
%28.16
%59.61

Codes

Color #4E674A in popluar color models

4E674A
RGB7810374
HSL112°16.38%34.71%
HSB/HSV112°28.16%40.39%
CMYK24.27%0.00%28.16%
59.61%

Color #4E674A in popluar number systems.

HEX4E674A
Decimal7810374
Binary100111011001111001010
Octal116147112

Shades and tints

Shades of #4E674A

#4E674A
(78,103,74)
#475E44
(71,94,68)
#40553E
(64,85,62)
#394C38
(57,76,56)
#324332
(50,67,50)
#2B3A2C
(43,58,44)
#243126
(36,49,38)
#1D2820
(29,40,32)
#161F1A
(22,31,26)
#0F1614
(15,22,20)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #4E674A

#4E674A
(78,103,74)
#5E745A
(94,116,90)
#6E816A
(110,129,106)
#7E8E7A
(126,142,122)
#8E9B8A
(142,155,138)
#9EA89A
(158,168,154)
#AEB5AA
(174,181,170)
#BEC2BA
(190,194,186)
#CECFCA
(206,207,202)
#DEDCDA
(222,220,218)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E674A; }

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

This text font color is #4E674A.


Background Color

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

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

This div background color is #4E674A.


Border color

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

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

This div border color is #4E674A.


Opacity

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

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

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

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

This text has shadow with #4E674A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E674A on black background.


Color preview on white background

This text has color #4E674A on white background.



Black color preview on #4E674A background

This text has black color on #4E674A background.


White color preview on #4E674A background

This text has white color on #4E674A background.