COLOR #4D2D4E

HEX: #4D2D4E RGB: (77,45,78)

Color info

#4D2D4E contains red, green and blue colors in about the same proportion. Web safe color of #4D2D4E is #333366 (or #336).

RGB color model

#4D2D4E color RGB value is (77,45,78).

RGB: (77,45,78) (30%, 18%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 45 of 255 = 18%
B 78 of 255 = 31%

77
45
78

R + G + B ~ 26%. #4D2D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 45 + 78 = 200 (100%)
R 77 of 200 ~ 38.5%
G 45 of 200 ~ 22.5%
B 78 of 200 ~ 39'%

%38.5
%22.5
%39

CMYK color model

#4D2D4E color CMYK value is (1,42,0,69).

  • cyan value is 1.28%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (1,42,0,69)
C1M42Y0K69 (1%, 42%, 0%, 69%)
(0.01 / 0.42 / 0.00 / 0.69)

CMYK percentages

%1.28
%42.31
%0
%69.41

Codes

Color #4D2D4E in popluar color models

4D 2D 4E
RGB 77 45 78
HSL 298° 26.83% 24.12%
HSB/HSV 298° 42.31% 30.59%
CMYK 1.28% 42.31% 0.00%
69.41%

Color #4D2D4E in popluar number systems.

HEX 4D 2D 4E
Decimal 77 45 78
Binary 1001101 101101 1001110
Octal 115 55 116

Shades and tints

Shades of #4D2D4E

#4D2D4E
(77,45,78)
#462947
(70,41,71)
#3F2540
(63,37,64)
#382139
(56,33,57)
#311D32
(49,29,50)
#2A192B
(42,25,43)
#231524
(35,21,36)
#1C111D
(28,17,29)
#150D16
(21,13,22)
#0E090F
(14,9,15)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #4D2D4E

#4D2D4E
(77,45,78)
#5D405E
(93,64,94)
#6D536E
(109,83,110)
#7D667E
(125,102,126)
#8D798E
(141,121,142)
#9D8C9E
(157,140,158)
#AD9FAE
(173,159,174)
#BDB2BE
(189,178,190)
#CDC5CE
(205,197,206)
#DDD8DE
(221,216,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2D4E; }

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

This text font color is #4D2D4E.

Background Color

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

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

This div background color is #4D2D4E.

Border color

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

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

This div border color is #4D2D4E.

Opacity

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

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

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

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

This text has shadow with #4D2D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2D4E.

Preview

Color preview on black background

This text has color #4D2D4E on black background.


Color preview on white background

This text has color #4D2D4E on white background.


Black color preview on #4D2D4E background

This text has black color on #4D2D4E background.


White color preview on #4D2D4E background

This text has white color on #4D2D4E background.


Related colors

Complementary color

Complementary color for #hex is #B2D2B1.


I love getcolorcode.com

Triadic colors

1 #4E4D2D and #2D4E4D with #4D2D4E are triadic colors.

2 #4E2D4D and #2D4D4E with #4D2D4E are triadic colors.