COLOR #4D2057

HEX: #4D2057
RGB: (77,32,87)

Color info

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

RGB color model

#4D2057 color RGB value is (77,32,87).

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

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 87 of 255 = 34%

77
32
87

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

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 87 = 196 (100%)
R 77 of 196 ~ 39.29%
G 32 of 196 ~ 16.33%
B 87 of 196 ~ 44.39%

%39.29
%16.33
%44.39

CMYK color model

#4D2057 color CMYK value is (11,63,0,66).

  • cyan value is 11.49%
  • magenta value is 63.22%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(11,63,0,66)
C11M63Y0K66 
(11%,63%,0%,66%)
(0.11/0.63/0.00/0.66)	

CMYK percentages

%11.49
%63.22
%0
%65.88

Codes

Color #4D2057 in popluar color models

4D2057
RGB773287
HSL289°46.22%23.33%
HSB/HSV289°63.22%34.12%
CMYK11.49%63.22%0.00%
65.88%

Color #4D2057 in popluar number systems.

HEX4D2057
Decimal773287
Binary10011011000001010111
Octal11540127

Shades and tints

Shades of #4D2057

#4D2057
(77,32,87)
#461E50
(70,30,80)
#3F1C49
(63,28,73)
#381A42
(56,26,66)
#31183B
(49,24,59)
#2A1634
(42,22,52)
#23142D
(35,20,45)
#1C1226
(28,18,38)
#15101F
(21,16,31)
#0E0E18
(14,14,24)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #4D2057

#4D2057
(77,32,87)
#5D3466
(93,52,102)
#6D4875
(109,72,117)
#7D5C84
(125,92,132)
#8D7093
(141,112,147)
#9D84A2
(157,132,162)
#AD98B1
(173,152,177)
#BDACC0
(189,172,192)
#CDC0CF
(205,192,207)
#DDD4DE
(221,212,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2057; }

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

This text font color is #4D2057.


Background Color

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

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

This div background color is #4D2057.


Border color

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

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

This div border color is #4D2057.


Opacity

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

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

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

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

This text has shadow with #4D2057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2057 on black background.


Color preview on white background

This text has color #4D2057 on white background.



Black color preview on #4D2057 background

This text has black color on #4D2057 background.


White color preview on #4D2057 background

This text has white color on #4D2057 background.