COLOR #4D0B53

HEX: #4D0B53
RGB: (77,11,83)

Color info

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

RGB color model

#4D0B53 color RGB value is (77,11,83).

  • red value is 77;
  • green value is 11;
  • blue value is 83.
RGB:
(77,11,83)
(30%,4%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 11 of 255 = 4%
B 83 of 255 = 33%

77
11
83

R + G + B ~ 22%. #4D0B53 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 11 + 83 = 171 (100%)
R 77 of 171 ~ 45.03%
G 11 of 171 ~ 6.43%
B 83 of 171 ~ 48.54%

%45.03
%48.54

CMYK color model

#4D0B53 color CMYK value is (7,87,0,67).

  • cyan value is 7.23%
  • magenta value is 86.75%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(7,87,0,67)
C7M87Y0K67 
(7%,87%,0%,67%)
(0.07/0.87/0.00/0.67)	

CMYK percentages

%7.23
%86.75
%0
%67.45

Codes

Color #4D0B53 in popluar color models

4D0B53
RGB771183
HSL295°76.60%18.43%
HSB/HSV295°86.75%32.55%
CMYK7.23%86.75%0.00%
67.45%

Color #4D0B53 in popluar number systems.

HEX4D0B53
Decimal771183
Binary100110110111010011
Octal11513123

Shades and tints

Shades of #4D0B53

#4D0B53
(77,11,83)
#460A4C
(70,10,76)
#3F0945
(63,9,69)
#38083E
(56,8,62)
#310737
(49,7,55)
#2A0630
(42,6,48)
#230529
(35,5,41)
#1C0422
(28,4,34)
#15031B
(21,3,27)
#0E0214
(14,2,20)
#07010D
(7,1,13)
#000000
(0,0,0)

Tints of #4D0B53

#4D0B53
(77,11,83)
#5D2162
(93,33,98)
#6D3771
(109,55,113)
#7D4D80
(125,77,128)
#8D638F
(141,99,143)
#9D799E
(157,121,158)
#AD8FAD
(173,143,173)
#BDA5BC
(189,165,188)
#CDBBCB
(205,187,203)
#DDD1DA
(221,209,218)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0B53 color. Also use rgb(77,11,83) instead hex code.

Text Font Color

.myTextColor { color: #4D0B53; }

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

This text font color is #4D0B53.


Background Color

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

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

This div background color is #4D0B53.


Border color

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

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

This div border color is #4D0B53.


Opacity

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

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

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

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

This text has shadow with #4D0B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0B53 on black background.


Color preview on white background

This text has color #4D0B53 on white background.



Black color preview on #4D0B53 background

This text has black color on #4D0B53 background.


White color preview on #4D0B53 background

This text has white color on #4D0B53 background.