COLOR #4D125E

HEX: #4D125E
RGB: (77,18,94)

Color info

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

RGB color model

#4D125E color RGB value is (77,18,94).

  • red value is 77;
  • green value is 18;
  • blue value is 94.
RGB:
(77,18,94)
(30%,7%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 94 of 255 = 37%

77
18
94

R + G + B ~ 25%. #4D125E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 94 = 189 (100%)
R 77 of 189 ~ 40.74%
G 18 of 189 ~ 9.52%
B 94 of 189 ~ 49.74%

%40.74
%9.52
%49.74

CMYK color model

#4D125E color CMYK value is (18,81,0,63).

  • cyan value is 18.09%
  • magenta value is 80.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(18,81,0,63)
C18M81Y0K63 
(18%,81%,0%,63%)
(0.18/0.81/0.00/0.63)	

CMYK percentages

%18.09
%80.85
%0
%63.14

Codes

Color #4D125E in popluar color models

4D125E
RGB771894
HSL287°67.86%21.96%
HSB/HSV287°80.85%36.86%
CMYK18.09%80.85%0.00%
63.14%

Color #4D125E in popluar number systems.

HEX4D125E
Decimal771894
Binary1001101100101011110
Octal11522136

Shades and tints

Shades of #4D125E

#4D125E
(77,18,94)
#461156
(70,17,86)
#3F104E
(63,16,78)
#380F46
(56,15,70)
#310E3E
(49,14,62)
#2A0D36
(42,13,54)
#230C2E
(35,12,46)
#1C0B26
(28,11,38)
#150A1E
(21,10,30)
#0E0916
(14,9,22)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D125E

#4D125E
(77,18,94)
#5D276C
(93,39,108)
#6D3C7A
(109,60,122)
#7D5188
(125,81,136)
#8D6696
(141,102,150)
#9D7BA4
(157,123,164)
#AD90B2
(173,144,178)
#BDA5C0
(189,165,192)
#CDBACE
(205,186,206)
#DDCFDC
(221,207,220)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D125E color. Also use rgb(77,18,94) instead hex code.

Text Font Color

.myTextColor { color: #4D125E; }

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

This text font color is #4D125E.


Background Color

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

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

This div background color is #4D125E.


Border color

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

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

This div border color is #4D125E.


Opacity

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

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

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

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

This text has shadow with #4D125E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D125E on black background.


Color preview on white background

This text has color #4D125E on white background.



Black color preview on #4D125E background

This text has black color on #4D125E background.


White color preview on #4D125E background

This text has white color on #4D125E background.