COLOR #4E644A

HEX: #4E644A
RGB: (78,100,74)

Color info

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

RGB color model

#4E644A color RGB value is (78,100,74).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 74 of 255 = 29%

78
100
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 74 = 252 (100%)
R 78 of 252 ~ 30.95%
G 100 of 252 ~ 39.68%
B 74 of 252 ~ 29.37%

%30.95
%39.68
%29.37

CMYK color model

#4E644A color CMYK value is (22,0,26,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(22,0,26,61)
C22M0Y26K61 
(22%,0%,26%,61%)
(0.22/0.00/0.26/0.61)	

CMYK percentages

%22
%0
%26
%60.78

Codes

Color #4E644A in popluar color models

4E644A
RGB7810074
HSL111°14.94%34.12%
HSB/HSV111°26.00%39.22%
CMYK22.00%0.00%26.00%
60.78%

Color #4E644A in popluar number systems.

HEX4E644A
Decimal7810074
Binary100111011001001001010
Octal116144112

Shades and tints

Shades of #4E644A

#4E644A
(78,100,74)
#475B44
(71,91,68)
#40523E
(64,82,62)
#394938
(57,73,56)
#324032
(50,64,50)
#2B372C
(43,55,44)
#242E26
(36,46,38)
#1D2520
(29,37,32)
#161C1A
(22,28,26)
#0F1314
(15,19,20)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E644A

#4E644A
(78,100,74)
#5E725A
(94,114,90)
#6E806A
(110,128,106)
#7E8E7A
(126,142,122)
#8E9C8A
(142,156,138)
#9EAA9A
(158,170,154)
#AEB8AA
(174,184,170)
#BEC6BA
(190,198,186)
#CED4CA
(206,212,202)
#DEE2DA
(222,226,218)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E644A; }

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

This text font color is #4E644A.


Background Color

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

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

This div background color is #4E644A.


Border color

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

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

This div border color is #4E644A.


Opacity

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

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

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

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

This text has shadow with #4E644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E644A on black background.


Color preview on white background

This text has color #4E644A on white background.



Black color preview on #4E644A background

This text has black color on #4E644A background.


White color preview on #4E644A background

This text has white color on #4E644A background.