COLOR #4D3576

HEX: #4D3576
RGB: (77,53,118)

Renk bilgisi

#4D3576 contains mainly red and blue colors. #4D3576 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4D3576 color RGB value is (77,53,118).

  • kırmız ton 77;
  • yeşil ton 53;
  • mavi ton 118.
RGB:
(77,53,118)
(30%,21%,46%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 53 of 255 = 21%
B 118 of 255 = 46%

77
53
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 53 + 118 = 248 (100%)
R 77 of 248 ~ 31.05%
G 53 of 248 ~ 21.37%
B 118 of 248 ~ 47.58%

%31.05
%21.37
%47.58

CMYK RENK MODELİ

#4D3576 rengi CMYK tonu (35,55,0,54).

  • camgöbeği tonu 34.75%
  • eflatun tonu 55.08%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(35,55,0,54)
C35M55Y0K54 
(35%,55%,0%,54%)
(0.35/0.55/0.00/0.54)	

CMYK yüzdeleri

%34.75
%55.08
%0
%53.73

Codes

Color #4D3576 in popluar color models

4D3576
RGB7753118
HSL262°38.01%33.53%
HSB/HSV262°55.08%46.27%
CMYK34.75%55.08%0.00%
53.73%

Color #4D3576 in popluar number systems.

HEX4D3576
Decimal7753118
Binary10011011101011110110
Octal11565166

Shades and tints

Shades of #4D3576

#4D3576
(77,53,118)
#46316C
(70,49,108)
#3F2D62
(63,45,98)
#382958
(56,41,88)
#31254E
(49,37,78)
#2A2144
(42,33,68)
#231D3A
(35,29,58)
#1C1930
(28,25,48)
#151526
(21,21,38)
#0E111C
(14,17,28)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #4D3576

#4D3576
(77,53,118)
#5D4782
(93,71,130)
#6D598E
(109,89,142)
#7D6B9A
(125,107,154)
#8D7DA6
(141,125,166)
#9D8FB2
(157,143,178)
#ADA1BE
(173,161,190)
#BDB3CA
(189,179,202)
#CDC5D6
(205,197,214)
#DDD7E2
(221,215,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3576 color. Also use rgb(77,53,118) instead hex code.

Text Font Color

.myTextColor { color: #4D3576; }

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

This text font color is #4D3576.


Background Color

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

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

This div background color is #4D3576.


Border color

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

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

This div border color is #4D3576.


Opacity

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

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

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

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

This text has shadow with #4D3576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3576 on black background.


Color preview on white background

This text has color #4D3576 on white background.



Black color preview on #4D3576 background

This text has black color on #4D3576 background.


White color preview on #4D3576 background

This text has white color on #4D3576 background.