COLOR #4D2547

HEX: #4D2547
RGB: (77,37,71)

Color info

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

RGB color model

#4D2547 color RGB value is (77,37,71).

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

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 71 of 255 = 28%

77
37
71

R + G + B ~ 24%. #4D2547 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 71 = 185 (100%)
R 77 of 185 ~ 41.62%
G 37 of 185 ~ 20%
B 71 of 185 ~ 38.38%

%41.62
%20
%38.38

CMYK color model

#4D2547 color CMYK value is (0,52,8,70).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(0,52,8,70)
C0M52Y8K70 
(0%,52%,8%,70%)
(0.00/0.52/0.08/0.70)	

CMYK percentages

%0
%51.95
%7.79
%69.8

Codes

Color #4D2547 in popluar color models

4D2547
RGB773771
HSL309°35.09%22.35%
HSB/HSV309°51.95%30.20%
CMYK0.00%51.95%7.79%
69.80%

Color #4D2547 in popluar number systems.

HEX4D2547
Decimal773771
Binary10011011001011000111
Octal11545107

Shades and tints

Shades of #4D2547

#4D2547
(77,37,71)
#462241
(70,34,65)
#3F1F3B
(63,31,59)
#381C35
(56,28,53)
#31192F
(49,25,47)
#2A1629
(42,22,41)
#231323
(35,19,35)
#1C101D
(28,16,29)
#150D17
(21,13,23)
#0E0A11
(14,10,17)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #4D2547

#4D2547
(77,37,71)
#5D3857
(93,56,87)
#6D4B67
(109,75,103)
#7D5E77
(125,94,119)
#8D7187
(141,113,135)
#9D8497
(157,132,151)
#AD97A7
(173,151,167)
#BDAAB7
(189,170,183)
#CDBDC7
(205,189,199)
#DDD0D7
(221,208,215)
#EDE3E7
(237,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2547; }

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

This text font color is #4D2547.


Background Color

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

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

This div background color is #4D2547.


Border color

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

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

This div border color is #4D2547.


Opacity

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

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

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

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

This text has shadow with #4D2547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2547 on black background.


Color preview on white background

This text has color #4D2547 on white background.



Black color preview on #4D2547 background

This text has black color on #4D2547 background.


White color preview on #4D2547 background

This text has white color on #4D2547 background.