COLOR #4D037D

HEX: #4D037D RGB: (77,3,125)

Color info

#4D037D contains mainly red and blue colors. Web safe color of #4D037D is #330066 (or #306).

RGB color model

#4D037D color RGB value is (77,3,125).

RGB: (77,3,125) (30%, 1%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 3 of 255 = 1%
B 125 of 255 = 49%

77
3
125

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

Portions of RGB colors in percentages

R + G + B = 77 + 3 + 125 = 205 (100%)
R 77 of 205 ~ 37.56%
G 3 of 205 ~ 1.46%
B 125 of 205 ~ 60.98'%

%37.56
%60.98

CMYK color model

#4D037D color CMYK value is (38,98,0,51).

  • cyan value is 38.40%
  • magenta value is 97.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (38,98,0,51)
C38M98Y0K51 (38%, 98%, 0%, 51%)
(0.38 / 0.98 / 0.00 / 0.51)

CMYK percentages

%38.4
%97.6
%0
%50.98

Codes

Color #4D037D in popluar color models

4D 03 7D
RGB 77 3 125
HSL 276° 95.31% 25.10%
HSB/HSV 276° 97.60% 49.02%
CMYK 38.40% 97.60% 0.00%
50.98%

Color #4D037D in popluar number systems.

HEX 4D 03 7D
Decimal 77 3 125
Binary 1001101 11 1111101
Octal 115 3 175

Shades and tints

Shades of #4D037D

#4D037D
(77,3,125)
#460372
(70,3,114)
#3F0367
(63,3,103)
#38035C
(56,3,92)
#310351
(49,3,81)
#2A0346
(42,3,70)
#23033B
(35,3,59)
#1C0330
(28,3,48)
#150325
(21,3,37)
#0E031A
(14,3,26)
#07030F
(7,3,15)
#000000
(0,0,0)

Tints of #4D037D

#4D037D
(77,3,125)
#5D1988
(93,25,136)
#6D2F93
(109,47,147)
#7D459E
(125,69,158)
#8D5BA9
(141,91,169)
#9D71B4
(157,113,180)
#AD87BF
(173,135,191)
#BD9DCA
(189,157,202)
#CDB3D5
(205,179,213)
#DDC9E0
(221,201,224)
#EDDFEB
(237,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D037D color. Also use rgb(77,3,125) instead hex code.

Text Font Color

.myTextColor { color: #4D037D; }

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

This text font color is #4D037D.

Background Color

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

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

This div background color is #4D037D.

Border color

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

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

This div border color is #4D037D.

Opacity

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

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

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

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

This text has shadow with #4D037D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D037D.

Preview

Color preview on black background

This text has color #4D037D on black background.


Color preview on white background

This text has color #4D037D on white background.


Black color preview on #4D037D background

This text has black color on #4D037D background.


White color preview on #4D037D background

This text has white color on #4D037D background.


Related colors

Complementary color

Complementary color for #hex is #B2FC82.


I love getcolorcode.com

Triadic colors

1 #7D4D03 and #037D4D with #4D037D are triadic colors.

2 #7D034D and #034D7D with #4D037D are triadic colors.