COLOR #4D157F

HEX: #4D157F
RGB: (77,21,127)

Renk bilgisi

#4D157F contains mainly red and blue colors. #4D157F ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#4D157F color RGB value is (77,21,127).

  • kırmız ton 77;
  • yeşil ton 21;
  • mavi ton 127.
RGB:
(77,21,127)
(30%,8%,50%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 21 of 255 = 8%
B 127 of 255 = 50%

77
21
127

R + G + B ~ 29%. #4D157F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 21 + 127 = 225 (100%)
R 77 of 225 ~ 34.22%
G 21 of 225 ~ 9.33%
B 127 of 225 ~ 56.44%

%34.22
%56.44

CMYK RENK MODELİ

#4D157F rengi CMYK tonu (39,83,0,50).

  • camgöbeği tonu 39.37%
  • eflatun tonu 83.46%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(39,83,0,50)
C39M83Y0K50 
(39%,83%,0%,50%)
(0.39/0.83/0.00/0.50)	

CMYK yüzdeleri

%39.37
%83.46
%0
%50.2

Codes

Color #4D157F in popluar color models

4D157F
RGB7721127
HSL272°71.62%29.02%
HSB/HSV272°83.46%49.80%
CMYK39.37%83.46%0.00%
50.20%

Color #4D157F in popluar number systems.

HEX4D157F
Decimal7721127
Binary1001101101011111111
Octal11525177

Shades and tints

Shades of #4D157F

#4D157F
(77,21,127)
#461474
(70,20,116)
#3F1369
(63,19,105)
#38125E
(56,18,94)
#311153
(49,17,83)
#2A1048
(42,16,72)
#230F3D
(35,15,61)
#1C0E32
(28,14,50)
#150D27
(21,13,39)
#0E0C1C
(14,12,28)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D157F

#4D157F
(77,21,127)
#5D2A8A
(93,42,138)
#6D3F95
(109,63,149)
#7D54A0
(125,84,160)
#8D69AB
(141,105,171)
#9D7EB6
(157,126,182)
#AD93C1
(173,147,193)
#BDA8CC
(189,168,204)
#CDBDD7
(205,189,215)
#DDD2E2
(221,210,226)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D157F; }

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

This text font color is #4D157F.


Background Color

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

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

This div background color is #4D157F.


Border color

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

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

This div border color is #4D157F.


Opacity

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

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

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

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

This text has shadow with #4D157F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D157F on black background.


Color preview on white background

This text has color #4D157F on white background.



Black color preview on #4D157F background

This text has black color on #4D157F background.


White color preview on #4D157F background

This text has white color on #4D157F background.