COLOR #4E1025

HEX: #4E1025
RGB: (78,16,37)

Color info

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

RGB color model

#4E1025 color RGB value is (78,16,37).

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

RGB channels and saturation

R 78 of 255 = 31%
G 16 of 255 = 6%
B 37 of 255 = 15%

78
16
37

R + G + B ~ 17%. #4E1025 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 16 + 37 = 131 (100%)
R 78 of 131 ~ 59.54%
G 16 of 131 ~ 12.21%
B 37 of 131 ~ 28.24%

%59.54
%12.21
%28.24

CMYK color model

#4E1025 color CMYK value is (0,79,53,69).

  • cyan value is 0.00%
  • magenta value is 79.49%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,79,53,69)
C0M79Y53K69 
(0%,79%,53%,69%)
(0.00/0.79/0.53/0.69)	

CMYK percentages

%0
%79.49
%52.56
%69.41

Codes

Color #4E1025 in popluar color models

4E1025
RGB781637
HSL340°65.96%18.43%
HSB/HSV340°79.49%30.59%
CMYK0.00%79.49%52.56%
69.41%

Color #4E1025 in popluar number systems.

HEX4E1025
Decimal781637
Binary100111010000100101
Octal1162045

Shades and tints

Shades of #4E1025

#4E1025
(78,16,37)
#470F22
(71,15,34)
#400E1F
(64,14,31)
#390D1C
(57,13,28)
#320C19
(50,12,25)
#2B0B16
(43,11,22)
#240A13
(36,10,19)
#1D0910
(29,9,16)
#16080D
(22,8,13)
#0F070A
(15,7,10)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #4E1025

#4E1025
(78,16,37)
#5E2538
(94,37,56)
#6E3A4B
(110,58,75)
#7E4F5E
(126,79,94)
#8E6471
(142,100,113)
#9E7984
(158,121,132)
#AE8E97
(174,142,151)
#BEA3AA
(190,163,170)
#CEB8BD
(206,184,189)
#DECDD0
(222,205,208)
#EEE2E3
(238,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1025; }

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

This text font color is #4E1025.


Background Color

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

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

This div background color is #4E1025.


Border color

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

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

This div border color is #4E1025.


Opacity

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

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

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

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

This text has shadow with #4E1025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1025 on black background.


Color preview on white background

This text has color #4E1025 on white background.



Black color preview on #4E1025 background

This text has black color on #4E1025 background.


White color preview on #4E1025 background

This text has white color on #4E1025 background.