COLOR #4D2857

HEX: #4D2857
RGB: (77,40,87)

Color info

#4D2857 contains red, green and blue colors in about the same proportion. Web safe color of #4D2857 is #333366 (or #336).

RGB color model

#4D2857 color RGB value is (77,40,87).

  • red value is 77;
  • green value is 40;
  • blue value is 87.
RGB:
(77,40,87)
(30%,16%,34%)

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 87 of 255 = 34%

77
40
87

R + G + B ~ 27%. #4D2857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 40 + 87 = 204 (100%)
R 77 of 204 ~ 37.75%
G 40 of 204 ~ 19.61%
B 87 of 204 ~ 42.65%

%37.75
%19.61
%42.65

CMYK color model

#4D2857 color CMYK value is (11,54,0,66).

  • cyan value is 11.49%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(11,54,0,66)
C11M54Y0K66 
(11%,54%,0%,66%)
(0.11/0.54/0.00/0.66)	

CMYK percentages

%11.49
%54.02
%0
%65.88

Codes

Color #4D2857 in popluar color models

4D2857
RGB774087
HSL287°37.01%24.90%
HSB/HSV287°54.02%34.12%
CMYK11.49%54.02%0.00%
65.88%

Color #4D2857 in popluar number systems.

HEX4D2857
Decimal774087
Binary10011011010001010111
Octal11550127

Shades and tints

Shades of #4D2857

#4D2857
(77,40,87)
#462550
(70,37,80)
#3F2249
(63,34,73)
#381F42
(56,31,66)
#311C3B
(49,28,59)
#2A1934
(42,25,52)
#23162D
(35,22,45)
#1C1326
(28,19,38)
#15101F
(21,16,31)
#0E0D18
(14,13,24)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #4D2857

#4D2857
(77,40,87)
#5D3B66
(93,59,102)
#6D4E75
(109,78,117)
#7D6184
(125,97,132)
#8D7493
(141,116,147)
#9D87A2
(157,135,162)
#AD9AB1
(173,154,177)
#BDADC0
(189,173,192)
#CDC0CF
(205,192,207)
#DDD3DE
(221,211,222)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2857 color. Also use rgb(77,40,87) instead hex code.

Text Font Color

.myTextColor { color: #4D2857; }

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

This text font color is #4D2857.


Background Color

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

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

This div background color is #4D2857.


Border color

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

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

This div border color is #4D2857.


Opacity

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

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

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

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

This text has shadow with #4D2857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2857 on black background.


Color preview on white background

This text has color #4D2857 on white background.



Black color preview on #4D2857 background

This text has black color on #4D2857 background.


White color preview on #4D2857 background

This text has white color on #4D2857 background.