COLOR #4E283F

HEX: #4E283F
RGB: (78,40,63)

Color info

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

RGB color model

#4E283F color RGB value is (78,40,63).

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

RGB channels and saturation

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

78
40
63

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

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 63 = 181 (100%)
R 78 of 181 ~ 43.09%
G 40 of 181 ~ 22.1%
B 63 of 181 ~ 34.81%

%43.09
%22.1
%34.81

CMYK color model

#4E283F color CMYK value is (0,49,19,69).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 19.23%
  • key color value is 69.41%
CMYK:
(0,49,19,69)
C0M49Y19K69 
(0%,49%,19%,69%)
(0.00/0.49/0.19/0.69)	

CMYK percentages

%0
%48.72
%19.23
%69.41

Codes

Color #4E283F in popluar color models

4E283F
RGB784063
HSL324°32.20%23.14%
HSB/HSV324°48.72%30.59%
CMYK0.00%48.72%19.23%
69.41%

Color #4E283F in popluar number systems.

HEX4E283F
Decimal784063
Binary1001110101000111111
Octal1165077

Shades and tints

Shades of #4E283F

#4E283F
(78,40,63)
#47253A
(71,37,58)
#402235
(64,34,53)
#391F30
(57,31,48)
#321C2B
(50,28,43)
#2B1926
(43,25,38)
#241621
(36,22,33)
#1D131C
(29,19,28)
#161017
(22,16,23)
#0F0D12
(15,13,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E283F

#4E283F
(78,40,63)
#5E3B50
(94,59,80)
#6E4E61
(110,78,97)
#7E6172
(126,97,114)
#8E7483
(142,116,131)
#9E8794
(158,135,148)
#AE9AA5
(174,154,165)
#BEADB6
(190,173,182)
#CEC0C7
(206,192,199)
#DED3D8
(222,211,216)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E283F; }

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

This text font color is #4E283F.


Background Color

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

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

This div background color is #4E283F.


Border color

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

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

This div border color is #4E283F.


Opacity

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

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

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

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

This text has shadow with #4E283F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E283F on black background.


Color preview on white background

This text has color #4E283F on white background.



Black color preview on #4E283F background

This text has black color on #4E283F background.


White color preview on #4E283F background

This text has white color on #4E283F background.