COLOR #4E253A

HEX: #4E253A
RGB: (78,37,58)

Color info

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

RGB color model

#4E253A color RGB value is (78,37,58).

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

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 58 of 255 = 23%

78
37
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 37 + 58 = 173 (100%)
R 78 of 173 ~ 45.09%
G 37 of 173 ~ 21.39%
B 58 of 173 ~ 33.53%

%45.09
%21.39
%33.53

CMYK color model

#4E253A color CMYK value is (0,53,26,69).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 25.64%
  • key color value is 69.41%
CMYK:
(0,53,26,69)
C0M53Y26K69 
(0%,53%,26%,69%)
(0.00/0.53/0.26/0.69)	

CMYK percentages

%0
%52.56
%25.64
%69.41

Codes

Color #4E253A in popluar color models

4E253A
RGB783758
HSL329°35.65%22.55%
HSB/HSV329°52.56%30.59%
CMYK0.00%52.56%25.64%
69.41%

Color #4E253A in popluar number systems.

HEX4E253A
Decimal783758
Binary1001110100101111010
Octal1164572

Shades and tints

Shades of #4E253A

#4E253A
(78,37,58)
#472235
(71,34,53)
#401F30
(64,31,48)
#391C2B
(57,28,43)
#321926
(50,25,38)
#2B1621
(43,22,33)
#24131C
(36,19,28)
#1D1017
(29,16,23)
#160D12
(22,13,18)
#0F0A0D
(15,10,13)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #4E253A

#4E253A
(78,37,58)
#5E384B
(94,56,75)
#6E4B5C
(110,75,92)
#7E5E6D
(126,94,109)
#8E717E
(142,113,126)
#9E848F
(158,132,143)
#AE97A0
(174,151,160)
#BEAAB1
(190,170,177)
#CEBDC2
(206,189,194)
#DED0D3
(222,208,211)
#EEE3E4
(238,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E253A; }

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

This text font color is #4E253A.


Background Color

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

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

This div background color is #4E253A.


Border color

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

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

This div border color is #4E253A.


Opacity

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

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

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

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

This text has shadow with #4E253A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E253A on black background.


Color preview on white background

This text has color #4E253A on white background.



Black color preview on #4E253A background

This text has black color on #4E253A background.


White color preview on #4E253A background

This text has white color on #4E253A background.