COLOR #4D0F55

HEX: #4D0F55
RGB: (77,15,85)

Color info

#4D0F55 contains mainly red and blue colors. Web safe color of #4D0F55 is #330066 (or #306).

RGB color model

#4D0F55 color RGB value is (77,15,85).

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

RGB channels and saturation

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

77
15
85

R + G + B ~ 23%. #4D0F55 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 15 + 85 = 177 (100%)
R 77 of 177 ~ 43.5%
G 15 of 177 ~ 8.47%
B 85 of 177 ~ 48.02%

%43.5
%48.02

CMYK color model

#4D0F55 color CMYK value is (9,82,0,67).

  • cyan value is 9.41%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(9,82,0,67)
C9M82Y0K67 
(9%,82%,0%,67%)
(0.09/0.82/0.00/0.67)	

CMYK percentages

%9.41
%82.35
%0
%66.67

Codes

Color #4D0F55 in popluar color models

4D0F55
RGB771585
HSL293°70.00%19.61%
HSB/HSV293°82.35%33.33%
CMYK9.41%82.35%0.00%
66.67%

Color #4D0F55 in popluar number systems.

HEX4D0F55
Decimal771585
Binary100110111111010101
Octal11517125

Shades and tints

Shades of #4D0F55

#4D0F55
(77,15,85)
#460E4E
(70,14,78)
#3F0D47
(63,13,71)
#380C40
(56,12,64)
#310B39
(49,11,57)
#2A0A32
(42,10,50)
#23092B
(35,9,43)
#1C0824
(28,8,36)
#15071D
(21,7,29)
#0E0616
(14,6,22)
#07050F
(7,5,15)
#000000
(0,0,0)

Tints of #4D0F55

#4D0F55
(77,15,85)
#5D2464
(93,36,100)
#6D3973
(109,57,115)
#7D4E82
(125,78,130)
#8D6391
(141,99,145)
#9D78A0
(157,120,160)
#AD8DAF
(173,141,175)
#BDA2BE
(189,162,190)
#CDB7CD
(205,183,205)
#DDCCDC
(221,204,220)
#EDE1EB
(237,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0F55; }

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

This text font color is #4D0F55.


Background Color

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

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

This div background color is #4D0F55.


Border color

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

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

This div border color is #4D0F55.


Opacity

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

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

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

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

This text has shadow with #4D0F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0F55 on black background.


Color preview on white background

This text has color #4D0F55 on white background.



Black color preview on #4D0F55 background

This text has black color on #4D0F55 background.


White color preview on #4D0F55 background

This text has white color on #4D0F55 background.