COLOR #4E343C

HEX: #4E343C RGB: (78,52,60)

Color info

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

RGB color model

#4E343C color RGB value is (78,52,60).

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

RGB channels and saturation

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

78
52
60

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

Portions of RGB colors in percentages

R + G + B = 78 + 52 + 60 = 190 (100%)
R 78 of 190 ~ 41.05%
G 52 of 190 ~ 27.37%
B 60 of 190 ~ 31.58'%

%41.05
%27.37
%31.58

CMYK color model

#4E343C color CMYK value is (0,33,23,69).

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

CMYK: (0,33,23,69)
C0M33Y23K69 (0%, 33%, 23%, 69%)
(0.00 / 0.33 / 0.23 / 0.69)

CMYK percentages

%0
%33.33
%23.08
%69.41

Codes

Color #4E343C in popluar color models

4E 34 3C
RGB 78 52 60
HSL 342° 20.00% 25.49%
HSB/HSV 342° 33.33% 30.59%
CMYK 0.00% 33.33% 23.08%
69.41%

Color #4E343C in popluar number systems.

HEX 4E 34 3C
Decimal 78 52 60
Binary 1001110 110100 111100
Octal 116 64 74

Shades and tints

Shades of #4E343C

#4E343C
(78,52,60)
#473037
(71,48,55)
#402C32
(64,44,50)
#39282D
(57,40,45)
#322428
(50,36,40)
#2B2023
(43,32,35)
#241C1E
(36,28,30)
#1D1819
(29,24,25)
#161414
(22,20,20)
#0F100F
(15,16,15)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #4E343C

#4E343C
(78,52,60)
#5E464D
(94,70,77)
#6E585E
(110,88,94)
#7E6A6F
(126,106,111)
#8E7C80
(142,124,128)
#9E8E91
(158,142,145)
#AEA0A2
(174,160,162)
#BEB2B3
(190,178,179)
#CEC4C4
(206,196,196)
#DED6D5
(222,214,213)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E343C; }

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

This text font color is #4E343C.

Background Color

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

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

This div background color is #4E343C.

Border color

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

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

This div border color is #4E343C.

Opacity

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

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

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

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

This text has shadow with #4E343C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E343C.

Preview

Color preview on black background

This text has color #4E343C on black background.


Color preview on white background

This text has color #4E343C on white background.


Black color preview on #4E343C background

This text has black color on #4E343C background.


White color preview on #4E343C background

This text has white color on #4E343C background.


Related colors

Complementary color

Complementary color for #hex is #B1CBC3.


I love getcolorcode.com

Triadic colors

1 #3C4E34 and #343C4E with #4E343C are triadic colors.

2 #3C344E and #344E3C with #4E343C are triadic colors.