COLOR #4D0349

HEX: #4D0349
RGB: (77,3,73)

Color info

#4D0349 contains mainly red and blue colors. Web safe color of #4D0349 is #330033 (or #303).

RGB color model

#4D0349 color RGB value is (77,3,73).

  • red value is 77;
  • green value is 3;
  • blue value is 73.
RGB:
(77,3,73)
(30%,1%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 3 of 255 = 1%
B 73 of 255 = 29%

77
3
73

R + G + B ~ 20%. #4D0349 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 3 + 73 = 153 (100%)
R 77 of 153 ~ 50.33%
G 3 of 153 ~ 1.96%
B 73 of 153 ~ 47.71%

%50.33
%47.71

CMYK color model

#4D0349 color CMYK value is (0,96,5,70).

  • cyan value is 0.00%
  • magenta value is 96.10%
  • yellow value is 5.19%
  • key color value is 69.80%
CMYK:
(0,96,5,70)
C0M96Y5K70 
(0%,96%,5%,70%)
(0.00/0.96/0.05/0.70)	

CMYK percentages

%0
%96.1
%5.19
%69.8

Codes

Color #4D0349 in popluar color models

4D0349
RGB77373
HSL303°92.50%15.69%
HSB/HSV303°96.10%30.20%
CMYK0.00%96.10%5.19%
69.80%

Color #4D0349 in popluar number systems.

HEX4D0349
Decimal77373
Binary1001101111001001
Octal1153111

Shades and tints

Shades of #4D0349

#4D0349
(77,3,73)
#460343
(70,3,67)
#3F033D
(63,3,61)
#380337
(56,3,55)
#310331
(49,3,49)
#2A032B
(42,3,43)
#230325
(35,3,37)
#1C031F
(28,3,31)
#150319
(21,3,25)
#0E0313
(14,3,19)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #4D0349

#4D0349
(77,3,73)
#5D1959
(93,25,89)
#6D2F69
(109,47,105)
#7D4579
(125,69,121)
#8D5B89
(141,91,137)
#9D7199
(157,113,153)
#AD87A9
(173,135,169)
#BD9DB9
(189,157,185)
#CDB3C9
(205,179,201)
#DDC9D9
(221,201,217)
#EDDFE9
(237,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0349 color. Also use rgb(77,3,73) instead hex code.

Text Font Color

.myTextColor { color: #4D0349; }

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

This text font color is #4D0349.


Background Color

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

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

This div background color is #4D0349.


Border color

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

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

This div border color is #4D0349.


Opacity

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

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

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

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

This text has shadow with #4D0349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0349 on black background.


Color preview on white background

This text has color #4D0349 on white background.



Black color preview on #4D0349 background

This text has black color on #4D0349 background.


White color preview on #4D0349 background

This text has white color on #4D0349 background.