COLOR #4D3370

HEX: #4D3370
RGB: (77,51,112)

Renk bilgisi

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

RGB renk modeli

#4D3370 color RGB value is (77,51,112).

  • kırmız ton 77;
  • yeşil ton 51;
  • mavi ton 112.
RGB:
(77,51,112)
(30%,20%,44%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 51 of 255 = 20%
B 112 of 255 = 44%

77
51
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 51 + 112 = 240 (100%)
R 77 of 240 ~ 32.08%
G 51 of 240 ~ 21.25%
B 112 of 240 ~ 46.67%

%32.08
%21.25
%46.67

CMYK RENK MODELİ

#4D3370 rengi CMYK tonu (31,54,0,56).

  • camgöbeği tonu 31.25%
  • eflatun tonu 54.46%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(31,54,0,56)
C31M54Y0K56 
(31%,54%,0%,56%)
(0.31/0.54/0.00/0.56)	

CMYK yüzdeleri

%31.25
%54.46
%0
%56.08

Codes

Color #4D3370 in popluar color models

4D3370
RGB7751112
HSL266°37.42%31.96%
HSB/HSV266°54.46%43.92%
CMYK31.25%54.46%0.00%
56.08%

Color #4D3370 in popluar number systems.

HEX4D3370
Decimal7751112
Binary10011011100111110000
Octal11563160

Shades and tints

Shades of #4D3370

#4D3370
(77,51,112)
#462F66
(70,47,102)
#3F2B5C
(63,43,92)
#382752
(56,39,82)
#312348
(49,35,72)
#2A1F3E
(42,31,62)
#231B34
(35,27,52)
#1C172A
(28,23,42)
#151320
(21,19,32)
#0E0F16
(14,15,22)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #4D3370

#4D3370
(77,51,112)
#5D457D
(93,69,125)
#6D578A
(109,87,138)
#7D6997
(125,105,151)
#8D7BA4
(141,123,164)
#9D8DB1
(157,141,177)
#AD9FBE
(173,159,190)
#BDB1CB
(189,177,203)
#CDC3D8
(205,195,216)
#DDD5E5
(221,213,229)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3370 color. Also use rgb(77,51,112) instead hex code.

Text Font Color

.myTextColor { color: #4D3370; }

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

This text font color is #4D3370.


Background Color

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

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

This div background color is #4D3370.


Border color

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

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

This div border color is #4D3370.


Opacity

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

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

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

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

This text has shadow with #4D3370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3370 on black background.


Color preview on white background

This text has color #4D3370 on white background.



Black color preview on #4D3370 background

This text has black color on #4D3370 background.


White color preview on #4D3370 background

This text has white color on #4D3370 background.