COLOR #4D2146

HEX: #4D2146 RGB: (77,33,70)

Color info

#4D2146 contains red, green and blue colors in about the same proportion. Web safe color of #4D2146 is #333333 (or #333).

RGB color model

#4D2146 color RGB value is (77,33,70).

RGB: (77,33,70) (30%, 13%, 27%)

RGB channels and saturation

R 77 of 255 = 30%
G 33 of 255 = 13%
B 70 of 255 = 27%

77
33
70

R + G + B ~ 23%. #4D2146 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 33 + 70 = 180 (100%)
R 77 of 180 ~ 42.78%
G 33 of 180 ~ 18.33%
B 70 of 180 ~ 38.89'%

%42.78
%18.33
%38.89

CMYK color model

#4D2146 color CMYK value is (0,57,9,70).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 9.09%
  • key color value is 69.80%

CMYK: (0,57,9,70)
C0M57Y9K70 (0%, 57%, 9%, 70%)
(0.00 / 0.57 / 0.09 / 0.70)

CMYK percentages

%0
%57.14
%9.09
%69.8

Codes

Color #4D2146 in popluar color models

4D 21 46
RGB 77 33 70
HSL 310° 40.00% 21.57%
HSB/HSV 310° 57.14% 30.20%
CMYK 0.00% 57.14% 9.09%
69.80%

Color #4D2146 in popluar number systems.

HEX 4D 21 46
Decimal 77 33 70
Binary 1001101 100001 1000110
Octal 115 41 106

Shades and tints

Shades of #4D2146

#4D2146
(77,33,70)
#461E40
(70,30,64)
#3F1B3A
(63,27,58)
#381834
(56,24,52)
#31152E
(49,21,46)
#2A1228
(42,18,40)
#230F22
(35,15,34)
#1C0C1C
(28,12,28)
#150916
(21,9,22)
#0E0610
(14,6,16)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #4D2146

#4D2146
(77,33,70)
#5D3556
(93,53,86)
#6D4966
(109,73,102)
#7D5D76
(125,93,118)
#8D7186
(141,113,134)
#9D8596
(157,133,150)
#AD99A6
(173,153,166)
#BDADB6
(189,173,182)
#CDC1C6
(205,193,198)
#DDD5D6
(221,213,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2146 color. Also use rgb(77,33,70) instead hex code.

Text Font Color

.myTextColor { color: #4D2146; }

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

This text font color is #4D2146.

Background Color

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

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

This div background color is #4D2146.

Border color

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

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

This div border color is #4D2146.

Opacity

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

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

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

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

This text has shadow with #4D2146 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2146.

Preview

Color preview on black background

This text has color #4D2146 on black background.


Color preview on white background

This text has color #4D2146 on white background.


Black color preview on #4D2146 background

This text has black color on #4D2146 background.


White color preview on #4D2146 background

This text has white color on #4D2146 background.


Related colors

Complementary color

Complementary color for #hex is #B2DEB9.


I love getcolorcode.com

Triadic colors

1 #464D21 and #21464D with #4D2146 are triadic colors.

2 #46214D and #214D46 with #4D2146 are triadic colors.