COLOR #4E333C

HEX: #4E333C RGB: (78,51,60)

Color info

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

RGB color model

#4E333C color RGB value is (78,51,60).

RGB: (78,51,60) (31%, 20%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 60 of 255 = 24%

78
51
60

R + G + B ~ 25%. #4E333C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 51 + 60 = 189 (100%)
R 78 of 189 ~ 41.27%
G 51 of 189 ~ 26.98%
B 60 of 189 ~ 31.75'%

%41.27
%26.98
%31.75

CMYK color model

#4E333C color CMYK value is (0,35,23,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 23.08%
  • key color value is 69.41%

CMYK: (0,35,23,69)
C0M35Y23K69 (0%, 35%, 23%, 69%)
(0.00 / 0.35 / 0.23 / 0.69)

CMYK percentages

%0
%34.62
%23.08
%69.41

Codes

Color #4E333C in popluar color models

4E 33 3C
RGB 78 51 60
HSL 340° 20.93% 25.29%
HSB/HSV 340° 34.62% 30.59%
CMYK 0.00% 34.62% 23.08%
69.41%

Color #4E333C in popluar number systems.

HEX 4E 33 3C
Decimal 78 51 60
Binary 1001110 110011 111100
Octal 116 63 74

Shades and tints

Shades of #4E333C

#4E333C
(78,51,60)
#472F37
(71,47,55)
#402B32
(64,43,50)
#39272D
(57,39,45)
#322328
(50,35,40)
#2B1F23
(43,31,35)
#241B1E
(36,27,30)
#1D1719
(29,23,25)
#161314
(22,19,20)
#0F0F0F
(15,15,15)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E333C

#4E333C
(78,51,60)
#5E454D
(94,69,77)
#6E575E
(110,87,94)
#7E696F
(126,105,111)
#8E7B80
(142,123,128)
#9E8D91
(158,141,145)
#AE9FA2
(174,159,162)
#BEB1B3
(190,177,179)
#CEC3C4
(206,195,196)
#DED5D5
(222,213,213)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E333C color. Also use rgb(78,51,60) instead hex code.

Text Font Color

.myTextColor { color: #4E333C; }

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

This text font color is #4E333C.

Background Color

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

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

This div background color is #4E333C.

Border color

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

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

This div border color is #4E333C.

Opacity

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

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

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

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

This text has shadow with #4E333C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E333C.

Preview

Color preview on black background

This text has color #4E333C on black background.


Color preview on white background

This text has color #4E333C on white background.


Black color preview on #4E333C background

This text has black color on #4E333C background.


White color preview on #4E333C background

This text has white color on #4E333C background.


Related colors

Complementary color

Complementary color for #hex is #B1CCC3.


I love getcolorcode.com

Triadic colors

1 #3C4E33 and #333C4E with #4E333C are triadic colors.

2 #3C334E and #334E3C with #4E333C are triadic colors.