COLOR #4D2166

HEX: #4D2166
RGB: (77,33,102)

Color info

#4D2166 contains mainly red and blue colors. Web safe color of #4D2166 is #333366 (or #336).

RGB color model

#4D2166 color RGB value is (77,33,102).

  • red value is 77;
  • green value is 33;
  • blue value is 102.
RGB:
(77,33,102)
(30%,13%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 33 of 255 = 13%
B 102 of 255 = 40%

77
33
102

R + G + B ~ 28%. #4D2166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 33 + 102 = 212 (100%)
R 77 of 212 ~ 36.32%
G 33 of 212 ~ 15.57%
B 102 of 212 ~ 48.11%

%36.32
%15.57
%48.11

CMYK color model

#4D2166 color CMYK value is (25,68,0,60).

  • cyan value is 24.51%
  • magenta value is 67.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,68,0,60)
C25M68Y0K60 
(25%,68%,0%,60%)
(0.25/0.68/0.00/0.60)	

CMYK percentages

%24.51
%67.65
%0
%60

Codes

Color #4D2166 in popluar color models

4D2166
RGB7733102
HSL278°51.11%26.47%
HSB/HSV278°67.65%40.00%
CMYK24.51%67.65%0.00%
60.00%

Color #4D2166 in popluar number systems.

HEX4D2166
Decimal7733102
Binary10011011000011100110
Octal11541146

Shades and tints

Shades of #4D2166

#4D2166
(77,33,102)
#461E5D
(70,30,93)
#3F1B54
(63,27,84)
#38184B
(56,24,75)
#311542
(49,21,66)
#2A1239
(42,18,57)
#230F30
(35,15,48)
#1C0C27
(28,12,39)
#15091E
(21,9,30)
#0E0615
(14,6,21)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #4D2166

#4D2166
(77,33,102)
#5D3573
(93,53,115)
#6D4980
(109,73,128)
#7D5D8D
(125,93,141)
#8D719A
(141,113,154)
#9D85A7
(157,133,167)
#AD99B4
(173,153,180)
#BDADC1
(189,173,193)
#CDC1CE
(205,193,206)
#DDD5DB
(221,213,219)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2166 color. Also use rgb(77,33,102) instead hex code.

Text Font Color

.myTextColor { color: #4D2166; }

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

This text font color is #4D2166.


Background Color

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

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

This div background color is #4D2166.


Border color

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

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

This div border color is #4D2166.


Opacity

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

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

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

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

This text has shadow with #4D2166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2166 on black background.


Color preview on white background

This text has color #4D2166 on white background.



Black color preview on #4D2166 background

This text has black color on #4D2166 background.


White color preview on #4D2166 background

This text has white color on #4D2166 background.