COLOR #4D365C

HEX: #4D365C
RGB: (77,54,92)

Renk bilgisi

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

RGB renk modeli

#4D365C color RGB value is (77,54,92).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 54 of 255 = 21%
B 92 of 255 = 36%

77
54
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 54 + 92 = 223 (100%)
R 77 of 223 ~ 34.53%
G 54 of 223 ~ 24.22%
B 92 of 223 ~ 41.26%

%34.53
%24.22
%41.26

CMYK RENK MODELİ

#4D365C rengi CMYK tonu (16,41,0,64).

  • camgöbeği tonu 16.30%
  • eflatun tonu 41.30%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(16,41,0,64)
C16M41Y0K64 
(16%,41%,0%,64%)
(0.16/0.41/0.00/0.64)	

CMYK yüzdeleri

%16.3
%41.3
%0
%63.92

Codes

Color #4D365C in popluar color models

4D365C
RGB775492
HSL276°26.03%28.63%
HSB/HSV276°41.30%36.08%
CMYK16.30%41.30%0.00%
63.92%

Color #4D365C in popluar number systems.

HEX4D365C
Decimal775492
Binary10011011101101011100
Octal11566134

Shades and tints

Shades of #4D365C

#4D365C
(77,54,92)
#463254
(70,50,84)
#3F2E4C
(63,46,76)
#382A44
(56,42,68)
#31263C
(49,38,60)
#2A2234
(42,34,52)
#231E2C
(35,30,44)
#1C1A24
(28,26,36)
#15161C
(21,22,28)
#0E1214
(14,18,20)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D365C

#4D365C
(77,54,92)
#5D486A
(93,72,106)
#6D5A78
(109,90,120)
#7D6C86
(125,108,134)
#8D7E94
(141,126,148)
#9D90A2
(157,144,162)
#ADA2B0
(173,162,176)
#BDB4BE
(189,180,190)
#CDC6CC
(205,198,204)
#DDD8DA
(221,216,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D365C; }

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

This text font color is #4D365C.


Background Color

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

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

This div background color is #4D365C.


Border color

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

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

This div border color is #4D365C.


Opacity

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

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

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

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

This text has shadow with #4D365C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D365C on black background.


Color preview on white background

This text has color #4D365C on white background.



Black color preview on #4D365C background

This text has black color on #4D365C background.


White color preview on #4D365C background

This text has white color on #4D365C background.