COLOR #4D326C

HEX: #4D326C
RGB: (77,50,108)

Renk bilgisi

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

RGB renk modeli

#4D326C color RGB value is (77,50,108).

  • kırmız ton 77;
  • yeşil ton 50;
  • mavi ton 108.
RGB:
(77,50,108)
(30%,20%,42%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 50 of 255 = 20%
B 108 of 255 = 42%

77
50
108

R + G + B ~ 31%. #4D326C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 50 + 108 = 235 (100%)
R 77 of 235 ~ 32.77%
G 50 of 235 ~ 21.28%
B 108 of 235 ~ 45.96%

%32.77
%21.28
%45.96

CMYK RENK MODELİ

#4D326C rengi CMYK tonu (29,54,0,58).

  • camgöbeği tonu 28.70%
  • eflatun tonu 53.70%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(29,54,0,58)
C29M54Y0K58 
(29%,54%,0%,58%)
(0.29/0.54/0.00/0.58)	

CMYK yüzdeleri

%28.7
%53.7
%0
%57.65

Codes

Color #4D326C in popluar color models

4D326C
RGB7750108
HSL268°36.71%30.98%
HSB/HSV268°53.70%42.35%
CMYK28.70%53.70%0.00%
57.65%

Color #4D326C in popluar number systems.

HEX4D326C
Decimal7750108
Binary10011011100101101100
Octal11562154

Shades and tints

Shades of #4D326C

#4D326C
(77,50,108)
#462E63
(70,46,99)
#3F2A5A
(63,42,90)
#382651
(56,38,81)
#312248
(49,34,72)
#2A1E3F
(42,30,63)
#231A36
(35,26,54)
#1C162D
(28,22,45)
#151224
(21,18,36)
#0E0E1B
(14,14,27)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #4D326C

#4D326C
(77,50,108)
#5D4479
(93,68,121)
#6D5686
(109,86,134)
#7D6893
(125,104,147)
#8D7AA0
(141,122,160)
#9D8CAD
(157,140,173)
#AD9EBA
(173,158,186)
#BDB0C7
(189,176,199)
#CDC2D4
(205,194,212)
#DDD4E1
(221,212,225)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D326C color. Also use rgb(77,50,108) instead hex code.

Text Font Color

.myTextColor { color: #4D326C; }

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

This text font color is #4D326C.


Background Color

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

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

This div background color is #4D326C.


Border color

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

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

This div border color is #4D326C.


Opacity

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

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

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

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

This text has shadow with #4D326C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D326C on black background.


Color preview on white background

This text has color #4D326C on white background.



Black color preview on #4D326C background

This text has black color on #4D326C background.


White color preview on #4D326C background

This text has white color on #4D326C background.