COLOR #4E0625

HEX: #4E0625
RGB: (78,6,37)

Color info

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

RGB color model

#4E0625 color RGB value is (78,6,37).

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

RGB channels and saturation

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

78
6
37

R + G + B ~ 16%. #4E0625 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 6 + 37 = 121 (100%)
R 78 of 121 ~ 64.46%
G 6 of 121 ~ 4.96%
B 37 of 121 ~ 30.58%

%64.46
%30.58

CMYK color model

#4E0625 color CMYK value is (0,92,53,69).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,92,53,69)
C0M92Y53K69 
(0%,92%,53%,69%)
(0.00/0.92/0.53/0.69)	

CMYK percentages

%0
%92.31
%52.56
%69.41

Codes

Color #4E0625 in popluar color models

4E0625
RGB78637
HSL334°85.71%16.47%
HSB/HSV334°92.31%30.59%
CMYK0.00%92.31%52.56%
69.41%

Color #4E0625 in popluar number systems.

HEX4E0625
Decimal78637
Binary1001110110100101
Octal116645

Shades and tints

Shades of #4E0625

#4E0625
(78,6,37)
#470622
(71,6,34)
#40061F
(64,6,31)
#39061C
(57,6,28)
#320619
(50,6,25)
#2B0616
(43,6,22)
#240613
(36,6,19)
#1D0610
(29,6,16)
#16060D
(22,6,13)
#0F060A
(15,6,10)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #4E0625

#4E0625
(78,6,37)
#5E1C38
(94,28,56)
#6E324B
(110,50,75)
#7E485E
(126,72,94)
#8E5E71
(142,94,113)
#9E7484
(158,116,132)
#AE8A97
(174,138,151)
#BEA0AA
(190,160,170)
#CEB6BD
(206,182,189)
#DECCD0
(222,204,208)
#EEE2E3
(238,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0625; }

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

This text font color is #4E0625.


Background Color

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

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

This div background color is #4E0625.


Border color

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

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

This div border color is #4E0625.


Opacity

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

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

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

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

This text has shadow with #4E0625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0625 on black background.


Color preview on white background

This text has color #4E0625 on white background.



Black color preview on #4E0625 background

This text has black color on #4E0625 background.


White color preview on #4E0625 background

This text has white color on #4E0625 background.