COLOR #4D136E

HEX: #4D136E RGB: (77,19,110)

Color info

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

RGB color model

#4D136E color RGB value is (77,19,110).

RGB: (77,19,110) (30%, 7%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 19 of 255 = 7%
B 110 of 255 = 43%

77
19
110

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

Portions of RGB colors in percentages

R + G + B = 77 + 19 + 110 = 206 (100%)
R 77 of 206 ~ 37.38%
G 19 of 206 ~ 9.22%
B 110 of 206 ~ 53.4'%

%37.38
%53.4

CMYK color model

#4D136E color CMYK value is (30,83,0,57).

  • cyan value is 30.00%
  • magenta value is 82.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (30,83,0,57)
C30M83Y0K57 (30%, 83%, 0%, 57%)
(0.30 / 0.83 / 0.00 / 0.57)

CMYK percentages

%30
%82.73
%0
%56.86

Codes

Color #4D136E in popluar color models

4D 13 6E
RGB 77 19 110
HSL 278° 70.54% 25.29%
HSB/HSV 278° 82.73% 43.14%
CMYK 30.00% 82.73% 0.00%
56.86%

Color #4D136E in popluar number systems.

HEX 4D 13 6E
Decimal 77 19 110
Binary 1001101 10011 1101110
Octal 115 23 156

Shades and tints

Shades of #4D136E

#4D136E
(77,19,110)
#461264
(70,18,100)
#3F115A
(63,17,90)
#381050
(56,16,80)
#310F46
(49,15,70)
#2A0E3C
(42,14,60)
#230D32
(35,13,50)
#1C0C28
(28,12,40)
#150B1E
(21,11,30)
#0E0A14
(14,10,20)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D136E

#4D136E
(77,19,110)
#5D287B
(93,40,123)
#6D3D88
(109,61,136)
#7D5295
(125,82,149)
#8D67A2
(141,103,162)
#9D7CAF
(157,124,175)
#AD91BC
(173,145,188)
#BDA6C9
(189,166,201)
#CDBBD6
(205,187,214)
#DDD0E3
(221,208,227)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D136E color. Also use rgb(77,19,110) instead hex code.

Text Font Color

.myTextColor { color: #4D136E; }

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

This text font color is #4D136E.

Background Color

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

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

This div background color is #4D136E.

Border color

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

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

This div border color is #4D136E.

Opacity

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

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

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

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

This text has shadow with #4D136E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D136E.

Preview

Color preview on black background

This text has color #4D136E on black background.


Color preview on white background

This text has color #4D136E on white background.


Black color preview on #4D136E background

This text has black color on #4D136E background.


White color preview on #4D136E background

This text has white color on #4D136E background.


Related colors

Complementary color

Complementary color for #hex is #B2EC91.


I love getcolorcode.com

Triadic colors

1 #6E4D13 and #136E4D with #4D136E are triadic colors.

2 #6E134D and #134D6E with #4D136E are triadic colors.