COLOR #4D0E34

HEX: #4D0E34
RGB: (77,14,52)

Color info

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

RGB color model

#4D0E34 color RGB value is (77,14,52).

  • red value is 77;
  • green value is 14;
  • blue value is 52.
RGB:
(77,14,52)
(30%,5%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 14 of 255 = 5%
B 52 of 255 = 20%

77
14
52

R + G + B ~ 18%. #4D0E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 14 + 52 = 143 (100%)
R 77 of 143 ~ 53.85%
G 14 of 143 ~ 9.79%
B 52 of 143 ~ 36.36%

%53.85
%9.79
%36.36

CMYK color model

#4D0E34 color CMYK value is (0,82,32,70).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 32.47%
  • key color value is 69.80%
CMYK:
(0,82,32,70)
C0M82Y32K70 
(0%,82%,32%,70%)
(0.00/0.82/0.32/0.70)	

CMYK percentages

%0
%81.82
%32.47
%69.8

Codes

Color #4D0E34 in popluar color models

4D0E34
RGB771452
HSL324°69.23%17.84%
HSB/HSV324°81.82%30.20%
CMYK0.00%81.82%32.47%
69.80%

Color #4D0E34 in popluar number systems.

HEX4D0E34
Decimal771452
Binary10011011110110100
Octal1151664

Shades and tints

Shades of #4D0E34

#4D0E34
(77,14,52)
#460D30
(70,13,48)
#3F0C2C
(63,12,44)
#380B28
(56,11,40)
#310A24
(49,10,36)
#2A0920
(42,9,32)
#23081C
(35,8,28)
#1C0718
(28,7,24)
#150614
(21,6,20)
#0E0510
(14,5,16)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #4D0E34

#4D0E34
(77,14,52)
#5D2346
(93,35,70)
#6D3858
(109,56,88)
#7D4D6A
(125,77,106)
#8D627C
(141,98,124)
#9D778E
(157,119,142)
#AD8CA0
(173,140,160)
#BDA1B2
(189,161,178)
#CDB6C4
(205,182,196)
#DDCBD6
(221,203,214)
#EDE0E8
(237,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0E34 color. Also use rgb(77,14,52) instead hex code.

Text Font Color

.myTextColor { color: #4D0E34; }

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

This text font color is #4D0E34.


Background Color

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

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

This div background color is #4D0E34.


Border color

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

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

This div border color is #4D0E34.


Opacity

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

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

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

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

This text has shadow with #4D0E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0E34 on black background.


Color preview on white background

This text has color #4D0E34 on white background.



Black color preview on #4D0E34 background

This text has black color on #4D0E34 background.


White color preview on #4D0E34 background

This text has white color on #4D0E34 background.