COLOR #4D1567

HEX: #4D1567
RGB: (77,21,103)

Color info

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

RGB color model

#4D1567 color RGB value is (77,21,103).

  • red value is 77;
  • green value is 21;
  • blue value is 103.
RGB:
(77,21,103)
(30%,8%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 21 of 255 = 8%
B 103 of 255 = 40%

77
21
103

R + G + B ~ 26%. #4D1567 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 21 + 103 = 201 (100%)
R 77 of 201 ~ 38.31%
G 21 of 201 ~ 10.45%
B 103 of 201 ~ 51.24%

%38.31
%10.45
%51.24

CMYK color model

#4D1567 color CMYK value is (25,80,0,60).

  • cyan value is 25.24%
  • magenta value is 79.61%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(25,80,0,60)
C25M80Y0K60 
(25%,80%,0%,60%)
(0.25/0.80/0.00/0.60)	

CMYK percentages

%25.24
%79.61
%0
%59.61

Codes

Color #4D1567 in popluar color models

4D1567
RGB7721103
HSL281°66.13%24.31%
HSB/HSV281°79.61%40.39%
CMYK25.24%79.61%0.00%
59.61%

Color #4D1567 in popluar number systems.

HEX4D1567
Decimal7721103
Binary1001101101011100111
Octal11525147

Shades and tints

Shades of #4D1567

#4D1567
(77,21,103)
#46145E
(70,20,94)
#3F1355
(63,19,85)
#38124C
(56,18,76)
#311143
(49,17,67)
#2A103A
(42,16,58)
#230F31
(35,15,49)
#1C0E28
(28,14,40)
#150D1F
(21,13,31)
#0E0C16
(14,12,22)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D1567

#4D1567
(77,21,103)
#5D2A74
(93,42,116)
#6D3F81
(109,63,129)
#7D548E
(125,84,142)
#8D699B
(141,105,155)
#9D7EA8
(157,126,168)
#AD93B5
(173,147,181)
#BDA8C2
(189,168,194)
#CDBDCF
(205,189,207)
#DDD2DC
(221,210,220)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1567 color. Also use rgb(77,21,103) instead hex code.

Text Font Color

.myTextColor { color: #4D1567; }

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

This text font color is #4D1567.


Background Color

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

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

This div background color is #4D1567.


Border color

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

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

This div border color is #4D1567.


Opacity

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

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

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

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

This text has shadow with #4D1567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1567 on black background.


Color preview on white background

This text has color #4D1567 on white background.



Black color preview on #4D1567 background

This text has black color on #4D1567 background.


White color preview on #4D1567 background

This text has white color on #4D1567 background.