COLOR #4D023F

HEX: #4D023F
RGB: (77,2,63)

Color info

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

RGB color model

#4D023F color RGB value is (77,2,63).

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

RGB channels and saturation

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

77
2
63

R + G + B ~ 19%. #4D023F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 2 + 63 = 142 (100%)
R 77 of 142 ~ 54.23%
G 2 of 142 ~ 1.41%
B 63 of 142 ~ 44.37%

%54.23
%44.37

CMYK color model

#4D023F color CMYK value is (0,97,18,70).

  • cyan value is 0.00%
  • magenta value is 97.40%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(0,97,18,70)
C0M97Y18K70 
(0%,97%,18%,70%)
(0.00/0.97/0.18/0.70)	

CMYK percentages

%0
%97.4
%18.18
%69.8

Codes

Color #4D023F in popluar color models

4D023F
RGB77263
HSL311°94.94%15.49%
HSB/HSV311°97.40%30.20%
CMYK0.00%97.40%18.18%
69.80%

Color #4D023F in popluar number systems.

HEX4D023F
Decimal77263
Binary100110110111111
Octal115277

Shades and tints

Shades of #4D023F

#4D023F
(77,2,63)
#46023A
(70,2,58)
#3F0235
(63,2,53)
#380230
(56,2,48)
#31022B
(49,2,43)
#2A0226
(42,2,38)
#230221
(35,2,33)
#1C021C
(28,2,28)
#150217
(21,2,23)
#0E0212
(14,2,18)
#07020D
(7,2,13)
#000000
(0,0,0)

Tints of #4D023F

#4D023F
(77,2,63)
#5D1950
(93,25,80)
#6D3061
(109,48,97)
#7D4772
(125,71,114)
#8D5E83
(141,94,131)
#9D7594
(157,117,148)
#AD8CA5
(173,140,165)
#BDA3B6
(189,163,182)
#CDBAC7
(205,186,199)
#DDD1D8
(221,209,216)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D023F; }

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

This text font color is #4D023F.


Background Color

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

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

This div background color is #4D023F.


Border color

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

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

This div border color is #4D023F.


Opacity

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

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

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

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

This text has shadow with #4D023F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D023F on black background.


Color preview on white background

This text has color #4D023F on white background.



Black color preview on #4D023F background

This text has black color on #4D023F background.


White color preview on #4D023F background

This text has white color on #4D023F background.