COLOR #4D186A

HEX: #4D186A
RGB: (77,24,106)

Color info

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

RGB color model

#4D186A color RGB value is (77,24,106).

  • red value is 77;
  • green value is 24;
  • blue value is 106.
RGB:
(77,24,106)
(30%,9%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 24 of 255 = 9%
B 106 of 255 = 42%

77
24
106

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

Portions of RGB colors in percentages

R + G + B =
77 + 24 + 106 = 207 (100%)
R 77 of 207 ~ 37.2%
G 24 of 207 ~ 11.59%
B 106 of 207 ~ 51.21%

%37.2
%11.59
%51.21

CMYK color model

#4D186A color CMYK value is (27,77,0,58).

  • cyan value is 27.36%
  • magenta value is 77.36%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(27,77,0,58)
C27M77Y0K58 
(27%,77%,0%,58%)
(0.27/0.77/0.00/0.58)	

CMYK percentages

%27.36
%77.36
%0
%58.43

Codes

Color #4D186A in popluar color models

4D186A
RGB7724106
HSL279°63.08%25.49%
HSB/HSV279°77.36%41.57%
CMYK27.36%77.36%0.00%
58.43%

Color #4D186A in popluar number systems.

HEX4D186A
Decimal7724106
Binary1001101110001101010
Octal11530152

Shades and tints

Shades of #4D186A

#4D186A
(77,24,106)
#461661
(70,22,97)
#3F1458
(63,20,88)
#38124F
(56,18,79)
#311046
(49,16,70)
#2A0E3D
(42,14,61)
#230C34
(35,12,52)
#1C0A2B
(28,10,43)
#150822
(21,8,34)
#0E0619
(14,6,25)
#070410
(7,4,16)
#000000
(0,0,0)

Tints of #4D186A

#4D186A
(77,24,106)
#5D2D77
(93,45,119)
#6D4284
(109,66,132)
#7D5791
(125,87,145)
#8D6C9E
(141,108,158)
#9D81AB
(157,129,171)
#AD96B8
(173,150,184)
#BDABC5
(189,171,197)
#CDC0D2
(205,192,210)
#DDD5DF
(221,213,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D186A color. Also use rgb(77,24,106) instead hex code.

Text Font Color

.myTextColor { color: #4D186A; }

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

This text font color is #4D186A.


Background Color

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

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

This div background color is #4D186A.


Border color

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

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

This div border color is #4D186A.


Opacity

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

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

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

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

This text has shadow with #4D186A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D186A on black background.


Color preview on white background

This text has color #4D186A on white background.



Black color preview on #4D186A background

This text has black color on #4D186A background.


White color preview on #4D186A background

This text has white color on #4D186A background.