COLOR #4E2B34

HEX: #4E2B34
RGB: (78,43,52)

Color info

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

RGB color model

#4E2B34 color RGB value is (78,43,52).

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

RGB channels and saturation

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

78
43
52

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

Portions of RGB colors in percentages

R + G + B =
78 + 43 + 52 = 173 (100%)
R 78 of 173 ~ 45.09%
G 43 of 173 ~ 24.86%
B 52 of 173 ~ 30.06%

%45.09
%24.86
%30.06

CMYK color model

#4E2B34 color CMYK value is (0,45,33,69).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 33.33%
  • key color value is 69.41%
CMYK:
(0,45,33,69)
C0M45Y33K69 
(0%,45%,33%,69%)
(0.00/0.45/0.33/0.69)	

CMYK percentages

%0
%44.87
%33.33
%69.41

Codes

Color #4E2B34 in popluar color models

4E2B34
RGB784352
HSL345°28.93%23.73%
HSB/HSV345°44.87%30.59%
CMYK0.00%44.87%33.33%
69.41%

Color #4E2B34 in popluar number systems.

HEX4E2B34
Decimal784352
Binary1001110101011110100
Octal1165364

Shades and tints

Shades of #4E2B34

#4E2B34
(78,43,52)
#472830
(71,40,48)
#40252C
(64,37,44)
#392228
(57,34,40)
#321F24
(50,31,36)
#2B1C20
(43,28,32)
#24191C
(36,25,28)
#1D1618
(29,22,24)
#161314
(22,19,20)
#0F1010
(15,16,16)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #4E2B34

#4E2B34
(78,43,52)
#5E3E46
(94,62,70)
#6E5158
(110,81,88)
#7E646A
(126,100,106)
#8E777C
(142,119,124)
#9E8A8E
(158,138,142)
#AE9DA0
(174,157,160)
#BEB0B2
(190,176,178)
#CEC3C4
(206,195,196)
#DED6D6
(222,214,214)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2B34; }

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

This text font color is #4E2B34.


Background Color

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

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

This div background color is #4E2B34.


Border color

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

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

This div border color is #4E2B34.


Opacity

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

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

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

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

This text has shadow with #4E2B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2B34 on black background.


Color preview on white background

This text has color #4E2B34 on white background.



Black color preview on #4E2B34 background

This text has black color on #4E2B34 background.


White color preview on #4E2B34 background

This text has white color on #4E2B34 background.