COLOR #4D2552

HEX: #4D2552
RGB: (77,37,82)

Color info

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

RGB color model

#4D2552 color RGB value is (77,37,82).

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

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 82 of 255 = 32%

77
37
82

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

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 82 = 196 (100%)
R 77 of 196 ~ 39.29%
G 37 of 196 ~ 18.88%
B 82 of 196 ~ 41.84%

%39.29
%18.88
%41.84

CMYK color model

#4D2552 color CMYK value is (6,55,0,68).

  • cyan value is 6.10%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(6,55,0,68)
C6M55Y0K68 
(6%,55%,0%,68%)
(0.06/0.55/0.00/0.68)	

CMYK percentages

%6.1
%54.88
%0
%67.84

Codes

Color #4D2552 in popluar color models

4D2552
RGB773782
HSL293°37.82%23.33%
HSB/HSV293°54.88%32.16%
CMYK6.10%54.88%0.00%
67.84%

Color #4D2552 in popluar number systems.

HEX4D2552
Decimal773782
Binary10011011001011010010
Octal11545122

Shades and tints

Shades of #4D2552

#4D2552
(77,37,82)
#46224B
(70,34,75)
#3F1F44
(63,31,68)
#381C3D
(56,28,61)
#311936
(49,25,54)
#2A162F
(42,22,47)
#231328
(35,19,40)
#1C1021
(28,16,33)
#150D1A
(21,13,26)
#0E0A13
(14,10,19)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #4D2552

#4D2552
(77,37,82)
#5D3861
(93,56,97)
#6D4B70
(109,75,112)
#7D5E7F
(125,94,127)
#8D718E
(141,113,142)
#9D849D
(157,132,157)
#AD97AC
(173,151,172)
#BDAABB
(189,170,187)
#CDBDCA
(205,189,202)
#DDD0D9
(221,208,217)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2552; }

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

This text font color is #4D2552.


Background Color

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

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

This div background color is #4D2552.


Border color

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

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

This div border color is #4D2552.


Opacity

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

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

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

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

This text has shadow with #4D2552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2552 on black background.


Color preview on white background

This text has color #4D2552 on white background.



Black color preview on #4D2552 background

This text has black color on #4D2552 background.


White color preview on #4D2552 background

This text has white color on #4D2552 background.