COLOR #4E2841

HEX: #4E2841
RGB: (78,40,65)

Color info

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

RGB color model

#4E2841 color RGB value is (78,40,65).

  • red value is 78;
  • green value is 40;
  • blue value is 65.
RGB:
(78,40,65)
(31%,16%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 40 of 255 = 16%
B 65 of 255 = 25%

78
40
65

R + G + B ~ 24%. #4E2841 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 65 = 183 (100%)
R 78 of 183 ~ 42.62%
G 40 of 183 ~ 21.86%
B 65 of 183 ~ 35.52%

%42.62
%21.86
%35.52

CMYK color model

#4E2841 color CMYK value is (0,49,17,69).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 16.67%
  • key color value is 69.41%
CMYK:
(0,49,17,69)
C0M49Y17K69 
(0%,49%,17%,69%)
(0.00/0.49/0.17/0.69)	

CMYK percentages

%0
%48.72
%16.67
%69.41

Codes

Color #4E2841 in popluar color models

4E2841
RGB784065
HSL321°32.20%23.14%
HSB/HSV321°48.72%30.59%
CMYK0.00%48.72%16.67%
69.41%

Color #4E2841 in popluar number systems.

HEX4E2841
Decimal784065
Binary10011101010001000001
Octal11650101

Shades and tints

Shades of #4E2841

#4E2841
(78,40,65)
#47253C
(71,37,60)
#402237
(64,34,55)
#391F32
(57,31,50)
#321C2D
(50,28,45)
#2B1928
(43,25,40)
#241623
(36,22,35)
#1D131E
(29,19,30)
#161019
(22,16,25)
#0F0D14
(15,13,20)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #4E2841

#4E2841
(78,40,65)
#5E3B52
(94,59,82)
#6E4E63
(110,78,99)
#7E6174
(126,97,116)
#8E7485
(142,116,133)
#9E8796
(158,135,150)
#AE9AA7
(174,154,167)
#BEADB8
(190,173,184)
#CEC0C9
(206,192,201)
#DED3DA
(222,211,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2841 color. Also use rgb(78,40,65) instead hex code.

Text Font Color

.myTextColor { color: #4E2841; }

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

This text font color is #4E2841.


Background Color

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

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

This div background color is #4E2841.


Border color

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

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

This div border color is #4E2841.


Opacity

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

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

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

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

This text has shadow with #4E2841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2841 on black background.


Color preview on white background

This text has color #4E2841 on white background.



Black color preview on #4E2841 background

This text has black color on #4E2841 background.


White color preview on #4E2841 background

This text has white color on #4E2841 background.