COLOR #4E1125

HEX: #4E1125
RGB: (78,17,37)

Color info

#4E1125 contains mainly red and blue colors. Web safe color of #4E1125 is #660033 (or #603).

RGB color model

#4E1125 color RGB value is (78,17,37).

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

RGB channels and saturation

R 78 of 255 = 31%
G 17 of 255 = 7%
B 37 of 255 = 15%

78
17
37

R + G + B ~ 18%. #4E1125 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 17 + 37 = 132 (100%)
R 78 of 132 ~ 59.09%
G 17 of 132 ~ 12.88%
B 37 of 132 ~ 28.03%

%59.09
%12.88
%28.03

CMYK color model

#4E1125 color CMYK value is (0,78,53,69).

  • cyan value is 0.00%
  • magenta value is 78.21%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,78,53,69)
C0M78Y53K69 
(0%,78%,53%,69%)
(0.00/0.78/0.53/0.69)	

CMYK percentages

%0
%78.21
%52.56
%69.41

Codes

Color #4E1125 in popluar color models

4E1125
RGB781737
HSL340°64.21%18.63%
HSB/HSV340°78.21%30.59%
CMYK0.00%78.21%52.56%
69.41%

Color #4E1125 in popluar number systems.

HEX4E1125
Decimal781737
Binary100111010001100101
Octal1162145

Shades and tints

Shades of #4E1125

#4E1125
(78,17,37)
#471022
(71,16,34)
#400F1F
(64,15,31)
#390E1C
(57,14,28)
#320D19
(50,13,25)
#2B0C16
(43,12,22)
#240B13
(36,11,19)
#1D0A10
(29,10,16)
#16090D
(22,9,13)
#0F080A
(15,8,10)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #4E1125

#4E1125
(78,17,37)
#5E2638
(94,38,56)
#6E3B4B
(110,59,75)
#7E505E
(126,80,94)
#8E6571
(142,101,113)
#9E7A84
(158,122,132)
#AE8F97
(174,143,151)
#BEA4AA
(190,164,170)
#CEB9BD
(206,185,189)
#DECED0
(222,206,208)
#EEE3E3
(238,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1125; }

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

This text font color is #4E1125.


Background Color

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

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

This div background color is #4E1125.


Border color

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

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

This div border color is #4E1125.


Opacity

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

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

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

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

This text has shadow with #4E1125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1125 on black background.


Color preview on white background

This text has color #4E1125 on white background.



Black color preview on #4E1125 background

This text has black color on #4E1125 background.


White color preview on #4E1125 background

This text has white color on #4E1125 background.