COLOR #4E4641

HEX: #4E4641 RGB: (78,70,65)

Color info

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

RGB color model

#4E4641 color RGB value is (78,70,65).

RGB: (78,70,65) (31%, 27%, 25%)

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 65 of 255 = 25%

78
70
65

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

Portions of RGB colors in percentages

R + G + B = 78 + 70 + 65 = 213 (100%)
R 78 of 213 ~ 36.62%
G 70 of 213 ~ 32.86%
B 65 of 213 ~ 30.52'%

%36.62
%32.86
%30.52

CMYK color model

#4E4641 color CMYK value is (0,10,17,69).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 16.67%
  • key color value is 69.41%

CMYK: (0,10,17,69)
C0M10Y17K69 (0%, 10%, 17%, 69%)
(0.00 / 0.10 / 0.17 / 0.69)

CMYK percentages

%0
%10.26
%16.67
%69.41

Codes

Color #4E4641 in popluar color models

4E 46 41
RGB 78 70 65
HSL 23° 9.09% 28.04%
HSB/HSV 23° 16.67% 30.59%
CMYK 0.00% 10.26% 16.67%
69.41%

Color #4E4641 in popluar number systems.

HEX 4E 46 41
Decimal 78 70 65
Binary 1001110 1000110 1000001
Octal 116 106 101

Shades and tints

Shades of #4E4641

#4E4641
(78,70,65)
#47403C
(71,64,60)
#403A37
(64,58,55)
#393432
(57,52,50)
#322E2D
(50,46,45)
#2B2828
(43,40,40)
#242223
(36,34,35)
#1D1C1E
(29,28,30)
#161619
(22,22,25)
#0F1014
(15,16,20)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #4E4641

#4E4641
(78,70,65)
#5E5652
(94,86,82)
#6E6663
(110,102,99)
#7E7674
(126,118,116)
#8E8685
(142,134,133)
#9E9696
(158,150,150)
#AEA6A7
(174,166,167)
#BEB6B8
(190,182,184)
#CEC6C9
(206,198,201)
#DED6DA
(222,214,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4641; }

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

This text font color is #4E4641.

Background Color

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

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

This div background color is #4E4641.

Border color

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

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

This div border color is #4E4641.

Opacity

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

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

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

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

This text has shadow with #4E4641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4641.

Preview

Color preview on black background

This text has color #4E4641 on black background.


Color preview on white background

This text has color #4E4641 on white background.


Black color preview on #4E4641 background

This text has black color on #4E4641 background.


White color preview on #4E4641 background

This text has white color on #4E4641 background.


Related colors

Complementary color

Complementary color for #hex is #B1B9BE.


I love getcolorcode.com

Triadic colors

1 #414E46 and #46414E with #4E4641 are triadic colors.

2 #41464E and #464E41 with #4E4641 are triadic colors.