COLOR #4D074C

HEX: #4D074C RGB: (77,7,76)

Color info

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

RGB color model

#4D074C color RGB value is (77,7,76).

RGB: (77,7,76) (30%, 3%, 30%)

RGB channels and saturation

R 77 of 255 = 30%
G 7 of 255 = 3%
B 76 of 255 = 30%

77
7
76

R + G + B ~ 21%. #4D074C is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 7 + 76 = 160 (100%)
R 77 of 160 ~ 48.13%
G 7 of 160 ~ 4.38%
B 76 of 160 ~ 47.5'%

%48.13
%47.5

CMYK color model

#4D074C color CMYK value is (0,91,1,70).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 1.30%
  • key color value is 69.80%

CMYK: (0,91,1,70)
C0M91Y1K70 (0%, 91%, 1%, 70%)
(0.00 / 0.91 / 0.01 / 0.70)

CMYK percentages

%0
%90.91
%1.3
%69.8

Codes

Color #4D074C in popluar color models

4D 07 4C
RGB 77 7 76
HSL 301° 83.33% 16.47%
HSB/HSV 301° 90.91% 30.20%
CMYK 0.00% 90.91% 1.30%
69.80%

Color #4D074C in popluar number systems.

HEX 4D 07 4C
Decimal 77 7 76
Binary 1001101 111 1001100
Octal 115 7 114

Shades and tints

Shades of #4D074C

#4D074C
(77,7,76)
#460746
(70,7,70)
#3F0740
(63,7,64)
#38073A
(56,7,58)
#310734
(49,7,52)
#2A072E
(42,7,46)
#230728
(35,7,40)
#1C0722
(28,7,34)
#15071C
(21,7,28)
#0E0716
(14,7,22)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #4D074C

#4D074C
(77,7,76)
#5D1D5C
(93,29,92)
#6D336C
(109,51,108)
#7D497C
(125,73,124)
#8D5F8C
(141,95,140)
#9D759C
(157,117,156)
#AD8BAC
(173,139,172)
#BDA1BC
(189,161,188)
#CDB7CC
(205,183,204)
#DDCDDC
(221,205,220)
#EDE3EC
(237,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D074C color. Also use rgb(77,7,76) instead hex code.

Text Font Color

.myTextColor { color: #4D074C; }

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

This text font color is #4D074C.

Background Color

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

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

This div background color is #4D074C.

Border color

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

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

This div border color is #4D074C.

Opacity

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

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

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

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

This text has shadow with #4D074C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D074C.

Preview

Color preview on black background

This text has color #4D074C on black background.


Color preview on white background

This text has color #4D074C on white background.


Black color preview on #4D074C background

This text has black color on #4D074C background.


White color preview on #4D074C background

This text has white color on #4D074C background.


Related colors

Complementary color

Complementary color for #hex is #B2F8B3.


I love getcolorcode.com

Triadic colors

1 #4C4D07 and #074C4D with #4D074C are triadic colors.

2 #4C074D and #074D4C with #4D074C are triadic colors.