COLOR #4E493D

HEX: #4E493D RGB: (78,73,61)

Color info

#4E493D contains red, green and blue colors in about the same proportion. Web safe color of #4E493D is #663333 (or #633).

RGB color model

#4E493D color RGB value is (78,73,61).

RGB: (78,73,61) (31%, 29%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 61 of 255 = 24%

78
73
61

R + G + B ~ 28%. #4E493D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 73 + 61 = 212 (100%)
R 78 of 212 ~ 36.79%
G 73 of 212 ~ 34.43%
B 61 of 212 ~ 28.77'%

%36.79
%34.43
%28.77

CMYK color model

#4E493D color CMYK value is (0,6,22,69).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 21.79%
  • key color value is 69.41%
CMYK: (0,6,22,69) C0M6Y22K69 (0%,6%,22%,69%) (0.00/0.06/0.22/0.69) 

CMYK percentages

%0
%6.41
%21.79
%69.41

Codes

Color #4E493D in popluar color models

4E 49 3D
RGB 78 73 61
HSL 42° 12.23% 27.25%
HSB/HSV 42° 21.79% 30.59%
CMYK 0.00% 6.41% 21.79%
69.41%

Color #4E493D in popluar number systems.

HEX 4E 49 3D
Decimal 78 73 61
Binary 1001110 1001001 111101
Octal 116 111 75

Shades and tints

Shades of #4E493D

#4E493D
(78,73,61)
#474338
(71,67,56)
#403D33
(64,61,51)
#39372E
(57,55,46)
#323129
(50,49,41)
#2B2B24
(43,43,36)
#24251F
(36,37,31)
#1D1F1A
(29,31,26)
#161915
(22,25,21)
#0F1310
(15,19,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E493D

#4E493D
(78,73,61)
#5E594E
(94,89,78)
#6E695F
(110,105,95)
#7E7970
(126,121,112)
#8E8981
(142,137,129)
#9E9992
(158,153,146)
#AEA9A3
(174,169,163)
#BEB9B4
(190,185,180)
#CEC9C5
(206,201,197)
#DED9D6
(222,217,214)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E493D; }

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

This text font color is #4E493D.

Background Color

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

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

This div background color is #4E493D.

Border color

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

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

This div border color is #4E493D.

Opacity

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

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

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

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

This text has shadow with #4E493D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E493D.

Preview

Color preview on black background

This text has color #4E493D on black background.


Color preview on white background

This text has color #4E493D on white background.


Black color preview on #4E493D background

This text has black color on #4E493D background.


White color preview on #4E493D background

This text has white color on #4E493D background.


Related colors

Complementary color

Complementary color for #hex is #B1B6C2.


I love getcolorcode.com

Triadic colors

1 #3D4E49 and #493D4E with #4E493D are triadic colors.

2 #3D494E and #494E3D with #4E493D are triadic colors.