COLOR #4D3F81

HEX: #4D3F81
RGB: (77,63,129)

Renk bilgisi

#4D3F81 contains mainly red and blue colors. #4D3F81 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4D3F81 color RGB value is (77,63,129).

  • kırmız ton 77;
  • yeşil ton 63;
  • mavi ton 129.
RGB:
(77,63,129)
(30%,25%,51%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 63 of 255 = 25%
B 129 of 255 = 51%

77
63
129

R + G + B ~ 35%. #4D3F81 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 63 + 129 = 269 (100%)
R 77 of 269 ~ 28.62%
G 63 of 269 ~ 23.42%
B 129 of 269 ~ 47.96%

%28.62
%23.42
%47.96

CMYK RENK MODELİ

#4D3F81 rengi CMYK tonu (40,51,0,49).

  • camgöbeği tonu 40.31%
  • eflatun tonu 51.16%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(40,51,0,49)
C40M51Y0K49 
(40%,51%,0%,49%)
(0.40/0.51/0.00/0.49)	

CMYK yüzdeleri

%40.31
%51.16
%0
%49.41

Codes

Color #4D3F81 in popluar color models

4D3F81
RGB7763129
HSL253°34.38%37.65%
HSB/HSV253°51.16%50.59%
CMYK40.31%51.16%0.00%
49.41%

Color #4D3F81 in popluar number systems.

HEX4D3F81
Decimal7763129
Binary100110111111110000001
Octal11577201

Shades and tints

Shades of #4D3F81

#4D3F81
(77,63,129)
#463A76
(70,58,118)
#3F356B
(63,53,107)
#383060
(56,48,96)
#312B55
(49,43,85)
#2A264A
(42,38,74)
#23213F
(35,33,63)
#1C1C34
(28,28,52)
#151729
(21,23,41)
#0E121E
(14,18,30)
#070D13
(7,13,19)
#000000
(0,0,0)

Tints of #4D3F81

#4D3F81
(77,63,129)
#5D508C
(93,80,140)
#6D6197
(109,97,151)
#7D72A2
(125,114,162)
#8D83AD
(141,131,173)
#9D94B8
(157,148,184)
#ADA5C3
(173,165,195)
#BDB6CE
(189,182,206)
#CDC7D9
(205,199,217)
#DDD8E4
(221,216,228)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3F81 color. Also use rgb(77,63,129) instead hex code.

Text Font Color

.myTextColor { color: #4D3F81; }

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

This text font color is #4D3F81.


Background Color

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

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

This div background color is #4D3F81.


Border color

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

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

This div border color is #4D3F81.


Opacity

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

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

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

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

This text has shadow with #4D3F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3F81 on black background.


Color preview on white background

This text has color #4D3F81 on white background.



Black color preview on #4D3F81 background

This text has black color on #4D3F81 background.


White color preview on #4D3F81 background

This text has white color on #4D3F81 background.