COLOR #4D1E4F

HEX: #4D1E4F
RGB: (77,30,79)

Renk bilgisi

#4D1E4F contains red, green and blue colors in about the same proportion. #4D1E4F ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4D1E4F color RGB value is (77,30,79).

  • kırmız ton 77;
  • yeşil ton 30;
  • mavi ton 79.
RGB:
(77,30,79)
(30%,12%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 30 of 255 = 12%
B 79 of 255 = 31%

77
30
79

R + G + B ~ 24%. #4D1E4F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 30 + 79 = 186 (100%)
R 77 of 186 ~ 41.4%
G 30 of 186 ~ 16.13%
B 79 of 186 ~ 42.47%

%41.4
%16.13
%42.47

CMYK RENK MODELİ

#4D1E4F rengi CMYK tonu (3,62,0,69).

  • camgöbeği tonu 2.53%
  • eflatun tonu 62.03%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(3,62,0,69)
C3M62Y0K69 
(3%,62%,0%,69%)
(0.03/0.62/0.00/0.69)	

CMYK yüzdeleri

%2.53
%62.03
%0
%69.02

Codes

Color #4D1E4F in popluar color models

4D1E4F
RGB773079
HSL298°44.95%21.37%
HSB/HSV298°62.03%30.98%
CMYK2.53%62.03%0.00%
69.02%

Color #4D1E4F in popluar number systems.

HEX4D1E4F
Decimal773079
Binary1001101111101001111
Octal11536117

Shades and tints

Shades of #4D1E4F

#4D1E4F
(77,30,79)
#461C48
(70,28,72)
#3F1A41
(63,26,65)
#38183A
(56,24,58)
#311633
(49,22,51)
#2A142C
(42,20,44)
#231225
(35,18,37)
#1C101E
(28,16,30)
#150E17
(21,14,23)
#0E0C10
(14,12,16)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D1E4F

#4D1E4F
(77,30,79)
#5D325F
(93,50,95)
#6D466F
(109,70,111)
#7D5A7F
(125,90,127)
#8D6E8F
(141,110,143)
#9D829F
(157,130,159)
#AD96AF
(173,150,175)
#BDAABF
(189,170,191)
#CDBECF
(205,190,207)
#DDD2DF
(221,210,223)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1E4F color. Also use rgb(77,30,79) instead hex code.

Text Font Color

.myTextColor { color: #4D1E4F; }

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

This text font color is #4D1E4F.


Background Color

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

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

This div background color is #4D1E4F.


Border color

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

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

This div border color is #4D1E4F.


Opacity

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

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

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

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

This text has shadow with #4D1E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1E4F on black background.


Color preview on white background

This text has color #4D1E4F on white background.



Black color preview on #4D1E4F background

This text has black color on #4D1E4F background.


White color preview on #4D1E4F background

This text has white color on #4D1E4F background.