COLOR #4D2655

HEX: #4D2655
RGB: (77,38,85)

Color info

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

RGB color model

#4D2655 color RGB value is (77,38,85).

  • red value is 77;
  • green value is 38;
  • blue value is 85.
RGB:
(77,38,85)
(30%,15%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 38 of 255 = 15%
B 85 of 255 = 33%

77
38
85

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

Portions of RGB colors in percentages

R + G + B =
77 + 38 + 85 = 200 (100%)
R 77 of 200 ~ 38.5%
G 38 of 200 ~ 19%
B 85 of 200 ~ 42.5%

%38.5
%19
%42.5

CMYK color model

#4D2655 color CMYK value is (9,55,0,67).

  • cyan value is 9.41%
  • magenta value is 55.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(9,55,0,67)
C9M55Y0K67 
(9%,55%,0%,67%)
(0.09/0.55/0.00/0.67)	

CMYK percentages

%9.41
%55.29
%0
%66.67

Codes

Color #4D2655 in popluar color models

4D2655
RGB773885
HSL290°38.21%24.12%
HSB/HSV290°55.29%33.33%
CMYK9.41%55.29%0.00%
66.67%

Color #4D2655 in popluar number systems.

HEX4D2655
Decimal773885
Binary10011011001101010101
Octal11546125

Shades and tints

Shades of #4D2655

#4D2655
(77,38,85)
#46234E
(70,35,78)
#3F2047
(63,32,71)
#381D40
(56,29,64)
#311A39
(49,26,57)
#2A1732
(42,23,50)
#23142B
(35,20,43)
#1C1124
(28,17,36)
#150E1D
(21,14,29)
#0E0B16
(14,11,22)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #4D2655

#4D2655
(77,38,85)
#5D3964
(93,57,100)
#6D4C73
(109,76,115)
#7D5F82
(125,95,130)
#8D7291
(141,114,145)
#9D85A0
(157,133,160)
#AD98AF
(173,152,175)
#BDABBE
(189,171,190)
#CDBECD
(205,190,205)
#DDD1DC
(221,209,220)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2655 color. Also use rgb(77,38,85) instead hex code.

Text Font Color

.myTextColor { color: #4D2655; }

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

This text font color is #4D2655.


Background Color

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

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

This div background color is #4D2655.


Border color

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

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

This div border color is #4D2655.


Opacity

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

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

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

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

This text has shadow with #4D2655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2655 on black background.


Color preview on white background

This text has color #4D2655 on white background.



Black color preview on #4D2655 background

This text has black color on #4D2655 background.


White color preview on #4D2655 background

This text has white color on #4D2655 background.