COLOR #4E253C

HEX: #4E253C RGB: (78,37,60)

Color info

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

RGB color model

#4E253C color RGB value is (78,37,60).

RGB: (78,37,60) (31%, 15%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 60 of 255 = 24%

78
37
60

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

Portions of RGB colors in percentages

R + G + B = 78 + 37 + 60 = 175 (100%)
R 78 of 175 ~ 44.57%
G 37 of 175 ~ 21.14%
B 60 of 175 ~ 34.29'%

%44.57
%21.14
%34.29

CMYK color model

#4E253C color CMYK value is (0,53,23,69).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK: (0,53,23,69) C0M53Y23K69 (0%,53%,23%,69%) (0.00/0.53/0.23/0.69) 

CMYK percentages

%0
%52.56
%23.08
%69.41

Codes

Color #4E253C in popluar color models

4E 25 3C
RGB 78 37 60
HSL 326° 35.65% 22.55%
HSB/HSV 326° 52.56% 30.59%
CMYK 0.00% 52.56% 23.08%
69.41%

Color #4E253C in popluar number systems.

HEX 4E 25 3C
Decimal 78 37 60
Binary 1001110 100101 111100
Octal 116 45 74

Shades and tints

Shades of #4E253C

#4E253C
(78,37,60)
#472237
(71,34,55)
#401F32
(64,31,50)
#391C2D
(57,28,45)
#321928
(50,25,40)
#2B1623
(43,22,35)
#24131E
(36,19,30)
#1D1019
(29,16,25)
#160D14
(22,13,20)
#0F0A0F
(15,10,15)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #4E253C

#4E253C
(78,37,60)
#5E384D
(94,56,77)
#6E4B5E
(110,75,94)
#7E5E6F
(126,94,111)
#8E7180
(142,113,128)
#9E8491
(158,132,145)
#AE97A2
(174,151,162)
#BEAAB3
(190,170,179)
#CEBDC4
(206,189,196)
#DED0D5
(222,208,213)
#EEE3E6
(238,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E253C; }

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

This text font color is #4E253C.

Background Color

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

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

This div background color is #4E253C.

Border color

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

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

This div border color is #4E253C.

Opacity

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

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

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

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

This text has shadow with #4E253C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E253C.

Preview

Color preview on black background

This text has color #4E253C on black background.


Color preview on white background

This text has color #4E253C on white background.


Black color preview on #4E253C background

This text has black color on #4E253C background.


White color preview on #4E253C background

This text has white color on #4E253C background.


Related colors

Complementary color

Complementary color for #hex is #B1DAC3.


I love getcolorcode.com

Triadic colors

1 #3C4E25 and #253C4E with #4E253C are triadic colors.

2 #3C254E and #254E3C with #4E253C are triadic colors.