COLOR #4D1B5F

HEX: #4D1B5F
RGB: (77,27,95)

Color info

#4D1B5F contains mainly red and blue colors. Web safe color of #4D1B5F is #333366 (or #336).

RGB color model

#4D1B5F color RGB value is (77,27,95).

  • red value is 77;
  • green value is 27;
  • blue value is 95.
RGB:
(77,27,95)
(30%,11%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 27 of 255 = 11%
B 95 of 255 = 37%

77
27
95

R + G + B ~ 26%. #4D1B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 27 + 95 = 199 (100%)
R 77 of 199 ~ 38.69%
G 27 of 199 ~ 13.57%
B 95 of 199 ~ 47.74%

%38.69
%13.57
%47.74

CMYK color model

#4D1B5F color CMYK value is (19,72,0,63).

  • cyan value is 18.95%
  • magenta value is 71.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(19,72,0,63)
C19M72Y0K63 
(19%,72%,0%,63%)
(0.19/0.72/0.00/0.63)	

CMYK percentages

%18.95
%71.58
%0
%62.75

Codes

Color #4D1B5F in popluar color models

4D1B5F
RGB772795
HSL284°55.74%23.92%
HSB/HSV284°71.58%37.25%
CMYK18.95%71.58%0.00%
62.75%

Color #4D1B5F in popluar number systems.

HEX4D1B5F
Decimal772795
Binary1001101110111011111
Octal11533137

Shades and tints

Shades of #4D1B5F

#4D1B5F
(77,27,95)
#461957
(70,25,87)
#3F174F
(63,23,79)
#381547
(56,21,71)
#31133F
(49,19,63)
#2A1137
(42,17,55)
#230F2F
(35,15,47)
#1C0D27
(28,13,39)
#150B1F
(21,11,31)
#0E0917
(14,9,23)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #4D1B5F

#4D1B5F
(77,27,95)
#5D2F6D
(93,47,109)
#6D437B
(109,67,123)
#7D5789
(125,87,137)
#8D6B97
(141,107,151)
#9D7FA5
(157,127,165)
#AD93B3
(173,147,179)
#BDA7C1
(189,167,193)
#CDBBCF
(205,187,207)
#DDCFDD
(221,207,221)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1B5F color. Also use rgb(77,27,95) instead hex code.

Text Font Color

.myTextColor { color: #4D1B5F; }

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

This text font color is #4D1B5F.


Background Color

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

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

This div background color is #4D1B5F.


Border color

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

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

This div border color is #4D1B5F.


Opacity

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

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

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

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

This text has shadow with #4D1B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1B5F on black background.


Color preview on white background

This text has color #4D1B5F on white background.



Black color preview on #4D1B5F background

This text has black color on #4D1B5F background.


White color preview on #4D1B5F background

This text has white color on #4D1B5F background.