COLOR #4D366F

HEX: #4D366F
RGB: (77,54,111)

Renk bilgisi

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

RGB renk modeli

#4D366F color RGB value is (77,54,111).

  • kırmız ton 77;
  • yeşil ton 54;
  • mavi ton 111.
RGB:
(77,54,111)
(30%,21%,44%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 54 of 255 = 21%
B 111 of 255 = 44%

77
54
111

R + G + B ~ 32%. #4D366F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 54 + 111 = 242 (100%)
R 77 of 242 ~ 31.82%
G 54 of 242 ~ 22.31%
B 111 of 242 ~ 45.87%

%31.82
%22.31
%45.87

CMYK RENK MODELİ

#4D366F rengi CMYK tonu (31,51,0,56).

  • camgöbeği tonu 30.63%
  • eflatun tonu 51.35%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(31,51,0,56)
C31M51Y0K56 
(31%,51%,0%,56%)
(0.31/0.51/0.00/0.56)	

CMYK yüzdeleri

%30.63
%51.35
%0
%56.47

Codes

Color #4D366F in popluar color models

4D366F
RGB7754111
HSL264°34.55%32.35%
HSB/HSV264°51.35%43.53%
CMYK30.63%51.35%0.00%
56.47%

Color #4D366F in popluar number systems.

HEX4D366F
Decimal7754111
Binary10011011101101101111
Octal11566157

Shades and tints

Shades of #4D366F

#4D366F
(77,54,111)
#463265
(70,50,101)
#3F2E5B
(63,46,91)
#382A51
(56,42,81)
#312647
(49,38,71)
#2A223D
(42,34,61)
#231E33
(35,30,51)
#1C1A29
(28,26,41)
#15161F
(21,22,31)
#0E1215
(14,18,21)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #4D366F

#4D366F
(77,54,111)
#5D487C
(93,72,124)
#6D5A89
(109,90,137)
#7D6C96
(125,108,150)
#8D7EA3
(141,126,163)
#9D90B0
(157,144,176)
#ADA2BD
(173,162,189)
#BDB4CA
(189,180,202)
#CDC6D7
(205,198,215)
#DDD8E4
(221,216,228)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D366F color. Also use rgb(77,54,111) instead hex code.

Text Font Color

.myTextColor { color: #4D366F; }

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

This text font color is #4D366F.


Background Color

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

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

This div background color is #4D366F.


Border color

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

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

This div border color is #4D366F.


Opacity

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

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

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

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

This text has shadow with #4D366F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D366F on black background.


Color preview on white background

This text has color #4D366F on white background.



Black color preview on #4D366F background

This text has black color on #4D366F background.


White color preview on #4D366F background

This text has white color on #4D366F background.