COLOR #4E342F

HEX: #4E342F RGB: (78,52,47)

Color info

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

RGB color model

#4E342F color RGB value is (78,52,47).

RGB: (78,52,47) (31%, 20%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 52 of 255 = 20%
B 47 of 255 = 18%

78
52
47

R + G + B ~ 23%. #4E342F is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 52 + 47 = 177 (100%)
R 78 of 177 ~ 44.07%
G 52 of 177 ~ 29.38%
B 47 of 177 ~ 26.55'%

%44.07
%29.38
%26.55

CMYK color model

#4E342F color CMYK value is (0,33,40,69).

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

CMYK: (0,33,40,69)
C0M33Y40K69 (0%, 33%, 40%, 69%)
(0.00 / 0.33 / 0.40 / 0.69)

CMYK percentages

%0
%33.33
%39.74
%69.41

Codes

Color #4E342F in popluar color models

4E 34 2F
RGB 78 52 47
HSL 10° 24.80% 24.51%
HSB/HSV 10° 39.74% 30.59%
CMYK 0.00% 33.33% 39.74%
69.41%

Color #4E342F in popluar number systems.

HEX 4E 34 2F
Decimal 78 52 47
Binary 1001110 110100 101111
Octal 116 64 57

Shades and tints

Shades of #4E342F

#4E342F
(78,52,47)
#47302B
(71,48,43)
#402C27
(64,44,39)
#392823
(57,40,35)
#32241F
(50,36,31)
#2B201B
(43,32,27)
#241C17
(36,28,23)
#1D1813
(29,24,19)
#16140F
(22,20,15)
#0F100B
(15,16,11)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #4E342F

#4E342F
(78,52,47)
#5E4641
(94,70,65)
#6E5853
(110,88,83)
#7E6A65
(126,106,101)
#8E7C77
(142,124,119)
#9E8E89
(158,142,137)
#AEA09B
(174,160,155)
#BEB2AD
(190,178,173)
#CEC4BF
(206,196,191)
#DED6D1
(222,214,209)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E342F; }

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

This text font color is #4E342F.

Background Color

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

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

This div background color is #4E342F.

Border color

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

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

This div border color is #4E342F.

Opacity

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

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

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

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

This text has shadow with #4E342F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E342F.

Preview

Color preview on black background

This text has color #4E342F on black background.


Color preview on white background

This text has color #4E342F on white background.


Black color preview on #4E342F background

This text has black color on #4E342F background.


White color preview on #4E342F background

This text has white color on #4E342F background.


Related colors

Complementary color

Complementary color for #hex is #B1CBD0.


I love getcolorcode.com

Triadic colors

1 #2F4E34 and #342F4E with #4E342F are triadic colors.

2 #2F344E and #344E2F with #4E342F are triadic colors.