COLOR #4D1D47

HEX: #4D1D47
RGB: (77,29,71)

Color info

#4D1D47 contains red, green and blue colors in about the same proportion. Web safe color of #4D1D47 is #333333 (or #333).

RGB color model

#4D1D47 color RGB value is (77,29,71).

  • red value is 77;
  • green value is 29;
  • blue value is 71.
RGB:
(77,29,71)
(30%,11%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 29 of 255 = 11%
B 71 of 255 = 28%

77
29
71

R + G + B ~ 23%. #4D1D47 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 29 + 71 = 177 (100%)
R 77 of 177 ~ 43.5%
G 29 of 177 ~ 16.38%
B 71 of 177 ~ 40.11%

%43.5
%16.38
%40.11

CMYK color model

#4D1D47 color CMYK value is (0,62,8,70).

  • cyan value is 0.00%
  • magenta value is 62.34%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(0,62,8,70)
C0M62Y8K70 
(0%,62%,8%,70%)
(0.00/0.62/0.08/0.70)	

CMYK percentages

%0
%62.34
%7.79
%69.8

Codes

Color #4D1D47 in popluar color models

4D1D47
RGB772971
HSL308°45.28%20.78%
HSB/HSV308°62.34%30.20%
CMYK0.00%62.34%7.79%
69.80%

Color #4D1D47 in popluar number systems.

HEX4D1D47
Decimal772971
Binary1001101111011000111
Octal11535107

Shades and tints

Shades of #4D1D47

#4D1D47
(77,29,71)
#461B41
(70,27,65)
#3F193B
(63,25,59)
#381735
(56,23,53)
#31152F
(49,21,47)
#2A1329
(42,19,41)
#231123
(35,17,35)
#1C0F1D
(28,15,29)
#150D17
(21,13,23)
#0E0B11
(14,11,17)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D1D47

#4D1D47
(77,29,71)
#5D3157
(93,49,87)
#6D4567
(109,69,103)
#7D5977
(125,89,119)
#8D6D87
(141,109,135)
#9D8197
(157,129,151)
#AD95A7
(173,149,167)
#BDA9B7
(189,169,183)
#CDBDC7
(205,189,199)
#DDD1D7
(221,209,215)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1D47 color. Also use rgb(77,29,71) instead hex code.

Text Font Color

.myTextColor { color: #4D1D47; }

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

This text font color is #4D1D47.


Background Color

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

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

This div background color is #4D1D47.


Border color

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

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

This div border color is #4D1D47.


Opacity

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

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

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

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

This text has shadow with #4D1D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1D47 on black background.


Color preview on white background

This text has color #4D1D47 on white background.



Black color preview on #4D1D47 background

This text has black color on #4D1D47 background.


White color preview on #4D1D47 background

This text has white color on #4D1D47 background.