COLOR #4D0F3A

HEX: #4D0F3A
RGB: (77,15,58)

Color info

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

RGB color model

#4D0F3A color RGB value is (77,15,58).

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

RGB channels and saturation

R 77 of 255 = 30%
G 15 of 255 = 6%
B 58 of 255 = 23%

77
15
58

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

Portions of RGB colors in percentages

R + G + B =
77 + 15 + 58 = 150 (100%)
R 77 of 150 ~ 51.33%
G 15 of 150 ~ 10%
B 58 of 150 ~ 38.67%

%51.33
%10
%38.67

CMYK color model

#4D0F3A color CMYK value is (0,81,25,70).

  • cyan value is 0.00%
  • magenta value is 80.52%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK:
(0,81,25,70)
C0M81Y25K70 
(0%,81%,25%,70%)
(0.00/0.81/0.25/0.70)	

CMYK percentages

%0
%80.52
%24.68
%69.8

Codes

Color #4D0F3A in popluar color models

4D0F3A
RGB771558
HSL318°67.39%18.04%
HSB/HSV318°80.52%30.20%
CMYK0.00%80.52%24.68%
69.80%

Color #4D0F3A in popluar number systems.

HEX4D0F3A
Decimal771558
Binary10011011111111010
Octal1151772

Shades and tints

Shades of #4D0F3A

#4D0F3A
(77,15,58)
#460E35
(70,14,53)
#3F0D30
(63,13,48)
#380C2B
(56,12,43)
#310B26
(49,11,38)
#2A0A21
(42,10,33)
#23091C
(35,9,28)
#1C0817
(28,8,23)
#150712
(21,7,18)
#0E060D
(14,6,13)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #4D0F3A

#4D0F3A
(77,15,58)
#5D244B
(93,36,75)
#6D395C
(109,57,92)
#7D4E6D
(125,78,109)
#8D637E
(141,99,126)
#9D788F
(157,120,143)
#AD8DA0
(173,141,160)
#BDA2B1
(189,162,177)
#CDB7C2
(205,183,194)
#DDCCD3
(221,204,211)
#EDE1E4
(237,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0F3A; }

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

This text font color is #4D0F3A.


Background Color

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

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

This div background color is #4D0F3A.


Border color

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

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

This div border color is #4D0F3A.


Opacity

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

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

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

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

This text has shadow with #4D0F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0F3A on black background.


Color preview on white background

This text has color #4D0F3A on white background.



Black color preview on #4D0F3A background

This text has black color on #4D0F3A background.


White color preview on #4D0F3A background

This text has white color on #4D0F3A background.