COLOR #4E293A

HEX: #4E293A
RGB: (78,41,58)

Color info

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

RGB color model

#4E293A color RGB value is (78,41,58).

  • red value is 78;
  • green value is 41;
  • blue value is 58.
RGB:
(78,41,58)
(31%,16%,23%)

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 58 of 255 = 23%

78
41
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 41 + 58 = 177 (100%)
R 78 of 177 ~ 44.07%
G 41 of 177 ~ 23.16%
B 58 of 177 ~ 32.77%

%44.07
%23.16
%32.77

CMYK color model

#4E293A color CMYK value is (0,47,26,69).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 25.64%
  • key color value is 69.41%
CMYK:
(0,47,26,69)
C0M47Y26K69 
(0%,47%,26%,69%)
(0.00/0.47/0.26/0.69)	

CMYK percentages

%0
%47.44
%25.64
%69.41

Codes

Color #4E293A in popluar color models

4E293A
RGB784158
HSL332°31.09%23.33%
HSB/HSV332°47.44%30.59%
CMYK0.00%47.44%25.64%
69.41%

Color #4E293A in popluar number systems.

HEX4E293A
Decimal784158
Binary1001110101001111010
Octal1165172

Shades and tints

Shades of #4E293A

#4E293A
(78,41,58)
#472635
(71,38,53)
#402330
(64,35,48)
#39202B
(57,32,43)
#321D26
(50,29,38)
#2B1A21
(43,26,33)
#24171C
(36,23,28)
#1D1417
(29,20,23)
#161112
(22,17,18)
#0F0E0D
(15,14,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E293A

#4E293A
(78,41,58)
#5E3C4B
(94,60,75)
#6E4F5C
(110,79,92)
#7E626D
(126,98,109)
#8E757E
(142,117,126)
#9E888F
(158,136,143)
#AE9BA0
(174,155,160)
#BEAEB1
(190,174,177)
#CEC1C2
(206,193,194)
#DED4D3
(222,212,211)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E293A; }

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

This text font color is #4E293A.


Background Color

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

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

This div background color is #4E293A.


Border color

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

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

This div border color is #4E293A.


Opacity

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

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

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

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

This text has shadow with #4E293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E293A on black background.


Color preview on white background

This text has color #4E293A on white background.



Black color preview on #4E293A background

This text has black color on #4E293A background.


White color preview on #4E293A background

This text has white color on #4E293A background.