COLOR #4E2B32

HEX: #4E2B32
RGB: (78,43,50)

Color info

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

RGB color model

#4E2B32 color RGB value is (78,43,50).

  • red value is 78;
  • green value is 43;
  • blue value is 50.
RGB:
(78,43,50)
(31%,17%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 43 of 255 = 17%
B 50 of 255 = 20%

78
43
50

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

Portions of RGB colors in percentages

R + G + B =
78 + 43 + 50 = 171 (100%)
R 78 of 171 ~ 45.61%
G 43 of 171 ~ 25.15%
B 50 of 171 ~ 29.24%

%45.61
%25.15
%29.24

CMYK color model

#4E2B32 color CMYK value is (0,45,36,69).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 35.90%
  • key color value is 69.41%
CMYK:
(0,45,36,69)
C0M45Y36K69 
(0%,45%,36%,69%)
(0.00/0.45/0.36/0.69)	

CMYK percentages

%0
%44.87
%35.9
%69.41

Codes

Color #4E2B32 in popluar color models

4E2B32
RGB784350
HSL348°28.93%23.73%
HSB/HSV348°44.87%30.59%
CMYK0.00%44.87%35.90%
69.41%

Color #4E2B32 in popluar number systems.

HEX4E2B32
Decimal784350
Binary1001110101011110010
Octal1165362

Shades and tints

Shades of #4E2B32

#4E2B32
(78,43,50)
#47282E
(71,40,46)
#40252A
(64,37,42)
#392226
(57,34,38)
#321F22
(50,31,34)
#2B1C1E
(43,28,30)
#24191A
(36,25,26)
#1D1616
(29,22,22)
#161312
(22,19,18)
#0F100E
(15,16,14)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E2B32

#4E2B32
(78,43,50)
#5E3E44
(94,62,68)
#6E5156
(110,81,86)
#7E6468
(126,100,104)
#8E777A
(142,119,122)
#9E8A8C
(158,138,140)
#AE9D9E
(174,157,158)
#BEB0B0
(190,176,176)
#CEC3C2
(206,195,194)
#DED6D4
(222,214,212)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2B32 color. Also use rgb(78,43,50) instead hex code.

Text Font Color

.myTextColor { color: #4E2B32; }

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

This text font color is #4E2B32.


Background Color

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

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

This div background color is #4E2B32.


Border color

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

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

This div border color is #4E2B32.


Opacity

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

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

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

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

This text has shadow with #4E2B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2B32 on black background.


Color preview on white background

This text has color #4E2B32 on white background.



Black color preview on #4E2B32 background

This text has black color on #4E2B32 background.


White color preview on #4E2B32 background

This text has white color on #4E2B32 background.