COLOR #4D0C37

HEX: #4D0C37
RGB: (77,12,55)

Color info

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

RGB color model

#4D0C37 color RGB value is (77,12,55).

  • red value is 77;
  • green value is 12;
  • blue value is 55.
RGB:
(77,12,55)
(30%,5%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 12 of 255 = 5%
B 55 of 255 = 22%

77
12
55

R + G + B ~ 19%. #4D0C37 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 12 + 55 = 144 (100%)
R 77 of 144 ~ 53.47%
G 12 of 144 ~ 8.33%
B 55 of 144 ~ 38.19%

%53.47
%38.19

CMYK color model

#4D0C37 color CMYK value is (0,84,29,70).

  • cyan value is 0.00%
  • magenta value is 84.42%
  • yellow value is 28.57%
  • key color value is 69.80%
CMYK:
(0,84,29,70)
C0M84Y29K70 
(0%,84%,29%,70%)
(0.00/0.84/0.29/0.70)	

CMYK percentages

%0
%84.42
%28.57
%69.8

Codes

Color #4D0C37 in popluar color models

4D0C37
RGB771255
HSL320°73.03%17.45%
HSB/HSV320°84.42%30.20%
CMYK0.00%84.42%28.57%
69.80%

Color #4D0C37 in popluar number systems.

HEX4D0C37
Decimal771255
Binary10011011100110111
Octal1151467

Shades and tints

Shades of #4D0C37

#4D0C37
(77,12,55)
#460B32
(70,11,50)
#3F0A2D
(63,10,45)
#380928
(56,9,40)
#310823
(49,8,35)
#2A071E
(42,7,30)
#230619
(35,6,25)
#1C0514
(28,5,20)
#15040F
(21,4,15)
#0E030A
(14,3,10)
#070205
(7,2,5)
#000000
(0,0,0)

Tints of #4D0C37

#4D0C37
(77,12,55)
#5D2249
(93,34,73)
#6D385B
(109,56,91)
#7D4E6D
(125,78,109)
#8D647F
(141,100,127)
#9D7A91
(157,122,145)
#AD90A3
(173,144,163)
#BDA6B5
(189,166,181)
#CDBCC7
(205,188,199)
#DDD2D9
(221,210,217)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0C37 color. Also use rgb(77,12,55) instead hex code.

Text Font Color

.myTextColor { color: #4D0C37; }

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

This text font color is #4D0C37.


Background Color

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

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

This div background color is #4D0C37.


Border color

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

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

This div border color is #4D0C37.


Opacity

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

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

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

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

This text has shadow with #4D0C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0C37 on black background.


Color preview on white background

This text has color #4D0C37 on white background.



Black color preview on #4D0C37 background

This text has black color on #4D0C37 background.


White color preview on #4D0C37 background

This text has white color on #4D0C37 background.