COLOR #4E4A3D

HEX: #4E4A3D RGB: (78,74,61)

Color info

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

RGB color model

#4E4A3D color RGB value is (78,74,61).

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

RGB channels and saturation

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

78
74
61

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

Portions of RGB colors in percentages

R + G + B = 78 + 74 + 61 = 213 (100%)
R 78 of 213 ~ 36.62%
G 74 of 213 ~ 34.74%
B 61 of 213 ~ 28.64'%

%36.62
%34.74
%28.64

CMYK color model

#4E4A3D color CMYK value is (0,5,22,69).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 21.79%
  • key color value is 69.41%

CMYK: (0,5,22,69)
C0M5Y22K69 (0%, 5%, 22%, 69%)
(0.00 / 0.05 / 0.22 / 0.69)

CMYK percentages

%0
%5.13
%21.79
%69.41

Codes

Color #4E4A3D in popluar color models

4E 4A 3D
RGB 78 74 61
HSL 46° 12.23% 27.25%
HSB/HSV 46° 21.79% 30.59%
CMYK 0.00% 5.13% 21.79%
69.41%

Color #4E4A3D in popluar number systems.

HEX 4E 4A 3D
Decimal 78 74 61
Binary 1001110 1001010 111101
Octal 116 112 75

Shades and tints

Shades of #4E4A3D

#4E4A3D
(78,74,61)
#474438
(71,68,56)
#403E33
(64,62,51)
#39382E
(57,56,46)
#323229
(50,50,41)
#2B2C24
(43,44,36)
#24261F
(36,38,31)
#1D201A
(29,32,26)
#161A15
(22,26,21)
#0F1410
(15,20,16)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E4A3D

#4E4A3D
(78,74,61)
#5E5A4E
(94,90,78)
#6E6A5F
(110,106,95)
#7E7A70
(126,122,112)
#8E8A81
(142,138,129)
#9E9A92
(158,154,146)
#AEAAA3
(174,170,163)
#BEBAB4
(190,186,180)
#CECAC5
(206,202,197)
#DEDAD6
(222,218,214)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4A3D; }

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

This text font color is #4E4A3D.

Background Color

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

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

This div background color is #4E4A3D.

Border color

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

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

This div border color is #4E4A3D.

Opacity

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

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

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

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

This text has shadow with #4E4A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4A3D.

Preview

Color preview on black background

This text has color #4E4A3D on black background.


Color preview on white background

This text has color #4E4A3D on white background.


Black color preview on #4E4A3D background

This text has black color on #4E4A3D background.


White color preview on #4E4A3D background

This text has white color on #4E4A3D background.


Related colors

Complementary color

Complementary color for #hex is #B1B5C2.


I love getcolorcode.com

Triadic colors

1 #3D4E4A and #4A3D4E with #4E4A3D are triadic colors.

2 #3D4A4E and #4A4E3D with #4E4A3D are triadic colors.