COLOR #4D2455

HEX: #4D2455 RGB: (77,36,85)

Color info

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

RGB color model

#4D2455 color RGB value is (77,36,85).

RGB: (77,36,85) (30%, 14%, 33%)

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 85 of 255 = 33%

77
36
85

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

Portions of RGB colors in percentages

R + G + B = 77 + 36 + 85 = 198 (100%)
R 77 of 198 ~ 38.89%
G 36 of 198 ~ 18.18%
B 85 of 198 ~ 42.93'%

%38.89
%18.18
%42.93

CMYK color model

#4D2455 color CMYK value is (9,58,0,67).

  • cyan value is 9.41%
  • magenta value is 57.65%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (9,58,0,67)
C9M58Y0K67 (9%, 58%, 0%, 67%)
(0.09 / 0.58 / 0.00 / 0.67)

CMYK percentages

%9.41
%57.65
%0
%66.67

Codes

Color #4D2455 in popluar color models

4D 24 55
RGB 77 36 85
HSL 290° 40.50% 23.73%
HSB/HSV 290° 57.65% 33.33%
CMYK 9.41% 57.65% 0.00%
66.67%

Color #4D2455 in popluar number systems.

HEX 4D 24 55
Decimal 77 36 85
Binary 1001101 100100 1010101
Octal 115 44 125

Shades and tints

Shades of #4D2455

#4D2455
(77,36,85)
#46214E
(70,33,78)
#3F1E47
(63,30,71)
#381B40
(56,27,64)
#311839
(49,24,57)
#2A1532
(42,21,50)
#23122B
(35,18,43)
#1C0F24
(28,15,36)
#150C1D
(21,12,29)
#0E0916
(14,9,22)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D2455

#4D2455
(77,36,85)
#5D3764
(93,55,100)
#6D4A73
(109,74,115)
#7D5D82
(125,93,130)
#8D7091
(141,112,145)
#9D83A0
(157,131,160)
#AD96AF
(173,150,175)
#BDA9BE
(189,169,190)
#CDBCCD
(205,188,205)
#DDCFDC
(221,207,220)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2455; }

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

This text font color is #4D2455.

Background Color

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

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

This div background color is #4D2455.

Border color

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

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

This div border color is #4D2455.

Opacity

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

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

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

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

This text has shadow with #4D2455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2455.

Preview

Color preview on black background

This text has color #4D2455 on black background.


Color preview on white background

This text has color #4D2455 on white background.


Black color preview on #4D2455 background

This text has black color on #4D2455 background.


White color preview on #4D2455 background

This text has white color on #4D2455 background.


Related colors

Complementary color

Complementary color for #hex is #B2DBAA.


I love getcolorcode.com

Triadic colors

1 #554D24 and #24554D with #4D2455 are triadic colors.

2 #55244D and #244D55 with #4D2455 are triadic colors.