COLOR #4D3450

HEX: #4D3450 RGB: (77,52,80)

Color info

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

RGB color model

#4D3450 color RGB value is (77,52,80).

RGB: (77,52,80) (30%, 20%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 80 of 255 = 31%

77
52
80

R + G + B ~ 27%. #4D3450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 52 + 80 = 209 (100%)
R 77 of 209 ~ 36.84%
G 52 of 209 ~ 24.88%
B 80 of 209 ~ 38.28'%

%36.84
%24.88
%38.28

CMYK color model

#4D3450 color CMYK value is (4,35,0,69).

  • cyan value is 3.75%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (4,35,0,69)
C4M35Y0K69 (4%, 35%, 0%, 69%)
(0.04 / 0.35 / 0.00 / 0.69)

CMYK percentages

%3.75
%35
%0
%68.63

Codes

Color #4D3450 in popluar color models

4D 34 50
RGB 77 52 80
HSL 294° 21.21% 25.88%
HSB/HSV 294° 35.00% 31.37%
CMYK 3.75% 35.00% 0.00%
68.63%

Color #4D3450 in popluar number systems.

HEX 4D 34 50
Decimal 77 52 80
Binary 1001101 110100 1010000
Octal 115 64 120

Shades and tints

Shades of #4D3450

#4D3450
(77,52,80)
#463049
(70,48,73)
#3F2C42
(63,44,66)
#38283B
(56,40,59)
#312434
(49,36,52)
#2A202D
(42,32,45)
#231C26
(35,28,38)
#1C181F
(28,24,31)
#151418
(21,20,24)
#0E1011
(14,16,17)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D3450

#4D3450
(77,52,80)
#5D465F
(93,70,95)
#6D586E
(109,88,110)
#7D6A7D
(125,106,125)
#8D7C8C
(141,124,140)
#9D8E9B
(157,142,155)
#ADA0AA
(173,160,170)
#BDB2B9
(189,178,185)
#CDC4C8
(205,196,200)
#DDD6D7
(221,214,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3450 color. Also use rgb(77,52,80) instead hex code.

Text Font Color

.myTextColor { color: #4D3450; }

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

This text font color is #4D3450.

Background Color

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

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

This div background color is #4D3450.

Border color

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

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

This div border color is #4D3450.

Opacity

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

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

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

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

This text has shadow with #4D3450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3450.

Preview

Color preview on black background

This text has color #4D3450 on black background.


Color preview on white background

This text has color #4D3450 on white background.


Black color preview on #4D3450 background

This text has black color on #4D3450 background.


White color preview on #4D3450 background

This text has white color on #4D3450 background.


Related colors

Complementary color

Complementary color for #hex is #B2CBAF.


I love getcolorcode.com

Triadic colors

1 #504D34 and #34504D with #4D3450 are triadic colors.

2 #50344D and #344D50 with #4D3450 are triadic colors.