COLOR #4E2329

HEX: #4E2329 RGB: (78,35,41)

Color info

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

RGB color model

#4E2329 color RGB value is (78,35,41).

RGB: (78,35,41) (31%, 14%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 35 of 255 = 14%
B 41 of 255 = 16%

78
35
41

R + G + B ~ 20%. #4E2329 is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 35 + 41 = 154 (100%)
R 78 of 154 ~ 50.65%
G 35 of 154 ~ 22.73%
B 41 of 154 ~ 26.62'%

%50.65
%22.73
%26.62

CMYK color model

#4E2329 color CMYK value is (0,55,47,69).

  • cyan value is 0.00%
  • magenta value is 55.13%
  • yellow value is 47.44%
  • key color value is 69.41%

CMYK: (0,55,47,69)
C0M55Y47K69 (0%, 55%, 47%, 69%)
(0.00 / 0.55 / 0.47 / 0.69)

CMYK percentages

%0
%55.13
%47.44
%69.41

Codes

Color #4E2329 in popluar color models

4E 23 29
RGB 78 35 41
HSL 352° 38.05% 22.16%
HSB/HSV 352° 55.13% 30.59%
CMYK 0.00% 55.13% 47.44%
69.41%

Color #4E2329 in popluar number systems.

HEX 4E 23 29
Decimal 78 35 41
Binary 1001110 100011 101001
Octal 116 43 51

Shades and tints

Shades of #4E2329

#4E2329
(78,35,41)
#472026
(71,32,38)
#401D23
(64,29,35)
#391A20
(57,26,32)
#32171D
(50,23,29)
#2B141A
(43,20,26)
#241117
(36,17,23)
#1D0E14
(29,14,20)
#160B11
(22,11,17)
#0F080E
(15,8,14)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #4E2329

#4E2329
(78,35,41)
#5E373C
(94,55,60)
#6E4B4F
(110,75,79)
#7E5F62
(126,95,98)
#8E7375
(142,115,117)
#9E8788
(158,135,136)
#AE9B9B
(174,155,155)
#BEAFAE
(190,175,174)
#CEC3C1
(206,195,193)
#DED7D4
(222,215,212)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2329 color. Also use rgb(78,35,41) instead hex code.

Text Font Color

.myTextColor { color: #4E2329; }

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

This text font color is #4E2329.

Background Color

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

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

This div background color is #4E2329.

Border color

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

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

This div border color is #4E2329.

Opacity

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

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

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

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

This text has shadow with #4E2329 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2329.

Preview

Color preview on black background

This text has color #4E2329 on black background.


Color preview on white background

This text has color #4E2329 on white background.


Black color preview on #4E2329 background

This text has black color on #4E2329 background.


White color preview on #4E2329 background

This text has white color on #4E2329 background.


Related colors

Complementary color

Complementary color for #hex is #B1DCD6.


I love getcolorcode.com

Triadic colors

1 #294E23 and #23294E with #4E2329 are triadic colors.

2 #29234E and #234E29 with #4E2329 are triadic colors.