COLOR #4D2155

HEX: #4D2155 RGB: (77,33,85)

Color info

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

RGB color model

#4D2155 color RGB value is (77,33,85).

RGB: (77,33,85) (30%, 13%, 33%)

RGB channels and saturation

R 77 of 255 = 30%
G 33 of 255 = 13%
B 85 of 255 = 33%

77
33
85

R + G + B ~ 25%. #4D2155 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 33 + 85 = 195 (100%)
R 77 of 195 ~ 39.49%
G 33 of 195 ~ 16.92%
B 85 of 195 ~ 43.59'%

%39.49
%16.92
%43.59

CMYK color model

#4D2155 color CMYK value is (9,61,0,67).

  • cyan value is 9.41%
  • magenta value is 61.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (9,61,0,67) C9M61Y0K67 (9%,61%,0%,67%) (0.09/0.61/0.00/0.67) 

CMYK percentages

%9.41
%61.18
%0
%66.67

Codes

Color #4D2155 in popluar color models

4D 21 55
RGB 77 33 85
HSL 291° 44.07% 23.14%
HSB/HSV 291° 61.18% 33.33%
CMYK 9.41% 61.18% 0.00%
66.67%

Color #4D2155 in popluar number systems.

HEX 4D 21 55
Decimal 77 33 85
Binary 1001101 100001 1010101
Octal 115 41 125

Shades and tints

Shades of #4D2155

#4D2155
(77,33,85)
#461E4E
(70,30,78)
#3F1B47
(63,27,71)
#381840
(56,24,64)
#311539
(49,21,57)
#2A1232
(42,18,50)
#230F2B
(35,15,43)
#1C0C24
(28,12,36)
#15091D
(21,9,29)
#0E0616
(14,6,22)
#07030F
(7,3,15)
#000000
(0,0,0)

Tints of #4D2155

#4D2155
(77,33,85)
#5D3564
(93,53,100)
#6D4973
(109,73,115)
#7D5D82
(125,93,130)
#8D7191
(141,113,145)
#9D85A0
(157,133,160)
#AD99AF
(173,153,175)
#BDADBE
(189,173,190)
#CDC1CD
(205,193,205)
#DDD5DC
(221,213,220)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2155; }

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

This text font color is #4D2155.

Background Color

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

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

This div background color is #4D2155.

Border color

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

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

This div border color is #4D2155.

Opacity

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

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

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

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

This text has shadow with #4D2155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2155.

Preview

Color preview on black background

This text has color #4D2155 on black background.


Color preview on white background

This text has color #4D2155 on white background.


Black color preview on #4D2155 background

This text has black color on #4D2155 background.


White color preview on #4D2155 background

This text has white color on #4D2155 background.


Related colors

Complementary color

Complementary color for #hex is #B2DEAA.


I love getcolorcode.com

Triadic colors

1 #554D21 and #21554D with #4D2155 are triadic colors.

2 #55214D and #214D55 with #4D2155 are triadic colors.