COLOR #4D012D

HEX: #4D012D RGB: (77,1,45)

Color info

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

RGB color model

#4D012D color RGB value is (77,1,45).

RGB: (77,1,45) (30%, 0%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 1 of 255 = 0%
B 45 of 255 = 18%

77
1
45

R + G + B ~ 16%. #4D012D is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 1 + 45 = 123 (100%)
R 77 of 123 ~ 62.6%
G 1 of 123 ~ 0.81%
B 45 of 123 ~ 36.59'%

%62.6
%36.59

CMYK color model

#4D012D color CMYK value is (0,99,42,70).

  • cyan value is 0.00%
  • magenta value is 98.70%
  • yellow value is 41.56%
  • key color value is 69.80%

CMYK: (0,99,42,70)
C0M99Y42K70 (0%, 99%, 42%, 70%)
(0.00 / 0.99 / 0.42 / 0.70)

CMYK percentages

%0
%98.7
%41.56
%69.8

Codes

Color #4D012D in popluar color models

4D 01 2D
RGB 77 1 45
HSL 325° 97.44% 15.29%
HSB/HSV 325° 98.70% 30.20%
CMYK 0.00% 98.70% 41.56%
69.80%

Color #4D012D in popluar number systems.

HEX 4D 01 2D
Decimal 77 1 45
Binary 1001101 1 101101
Octal 115 1 55

Shades and tints

Shades of #4D012D

#4D012D
(77,1,45)
#460129
(70,1,41)
#3F0125
(63,1,37)
#380121
(56,1,33)
#31011D
(49,1,29)
#2A0119
(42,1,25)
#230115
(35,1,21)
#1C0111
(28,1,17)
#15010D
(21,1,13)
#0E0109
(14,1,9)
#070105
(7,1,5)
#000000
(0,0,0)

Tints of #4D012D

#4D012D
(77,1,45)
#5D1840
(93,24,64)
#6D2F53
(109,47,83)
#7D4666
(125,70,102)
#8D5D79
(141,93,121)
#9D748C
(157,116,140)
#AD8B9F
(173,139,159)
#BDA2B2
(189,162,178)
#CDB9C5
(205,185,197)
#DDD0D8
(221,208,216)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D012D color. Also use rgb(77,1,45) instead hex code.

Text Font Color

.myTextColor { color: #4D012D; }

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

This text font color is #4D012D.

Background Color

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

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

This div background color is #4D012D.

Border color

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

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

This div border color is #4D012D.

Opacity

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

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

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

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

This text has shadow with #4D012D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D012D.

Preview

Color preview on black background

This text has color #4D012D on black background.


Color preview on white background

This text has color #4D012D on white background.


Black color preview on #4D012D background

This text has black color on #4D012D background.


White color preview on #4D012D background

This text has white color on #4D012D background.


Related colors

Complementary color

Complementary color for #hex is #B2FED2.


I love getcolorcode.com

Triadic colors

1 #2D4D01 and #012D4D with #4D012D are triadic colors.

2 #2D014D and #014D2D with #4D012D are triadic colors.