COLOR #4D013F

HEX: #4D013F
RGB: (77,1,63)

Color info

#4D013F contains mainly red and blue colors. Web safe color of #4D013F is #330033 (or #303).

RGB color model

#4D013F color RGB value is (77,1,63).

  • red value is 77;
  • green value is 1;
  • blue value is 63.
RGB:
(77,1,63)
(30%,0%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 1 of 255 = 0%
B 63 of 255 = 25%

77
1
63

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

Portions of RGB colors in percentages

R + G + B =
77 + 1 + 63 = 141 (100%)
R 77 of 141 ~ 54.61%
G 1 of 141 ~ 0.71%
B 63 of 141 ~ 44.68%

%54.61
%44.68

CMYK color model

#4D013F color CMYK value is (0,99,18,70).

  • cyan value is 0.00%
  • magenta value is 98.70%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(0,99,18,70)
C0M99Y18K70 
(0%,99%,18%,70%)
(0.00/0.99/0.18/0.70)	

CMYK percentages

%0
%98.7
%18.18
%69.8

Codes

Color #4D013F in popluar color models

4D013F
RGB77163
HSL311°97.44%15.29%
HSB/HSV311°98.70%30.20%
CMYK0.00%98.70%18.18%
69.80%

Color #4D013F in popluar number systems.

HEX4D013F
Decimal77163
Binary10011011111111
Octal115177

Shades and tints

Shades of #4D013F

#4D013F
(77,1,63)
#46013A
(70,1,58)
#3F0135
(63,1,53)
#380130
(56,1,48)
#31012B
(49,1,43)
#2A0126
(42,1,38)
#230121
(35,1,33)
#1C011C
(28,1,28)
#150117
(21,1,23)
#0E0112
(14,1,18)
#07010D
(7,1,13)
#000000
(0,0,0)

Tints of #4D013F

#4D013F
(77,1,63)
#5D1850
(93,24,80)
#6D2F61
(109,47,97)
#7D4672
(125,70,114)
#8D5D83
(141,93,131)
#9D7494
(157,116,148)
#AD8BA5
(173,139,165)
#BDA2B6
(189,162,182)
#CDB9C7
(205,185,199)
#DDD0D8
(221,208,216)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D013F color. Also use rgb(77,1,63) instead hex code.

Text Font Color

.myTextColor { color: #4D013F; }

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

This text font color is #4D013F.


Background Color

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

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

This div background color is #4D013F.


Border color

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

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

This div border color is #4D013F.


Opacity

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

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

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

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

This text has shadow with #4D013F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D013F on black background.


Color preview on white background

This text has color #4D013F on white background.



Black color preview on #4D013F background

This text has black color on #4D013F background.


White color preview on #4D013F background

This text has white color on #4D013F background.