COLOR #4D3F99

HEX: #4D3F99
RGB: (77,63,153)

Renk bilgisi

#4D3F99 contains mainly blue color. #4D3F99 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4D3F99 color RGB value is (77,63,153).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 63 of 255 = 25%
B 153 of 255 = 60%

77
63
153

R + G + B ~ 38%. #4D3F99 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 63 + 153 = 293 (100%)
R 77 of 293 ~ 26.28%
G 63 of 293 ~ 21.5%
B 153 of 293 ~ 52.22%

%26.28
%21.5
%52.22

CMYK RENK MODELİ

#4D3F99 rengi CMYK tonu (50,59,0,40).

  • camgöbeği tonu 49.67%
  • eflatun tonu 58.82%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(50,59,0,40)
C50M59Y0K40 
(50%,59%,0%,40%)
(0.50/0.59/0.00/0.40)	

CMYK yüzdeleri

%49.67
%58.82
%0
%40

Codes

Color #4D3F99 in popluar color models

4D3F99
RGB7763153
HSL249°41.67%42.35%
HSB/HSV249°58.82%60.00%
CMYK49.67%58.82%0.00%
40.00%

Color #4D3F99 in popluar number systems.

HEX4D3F99
Decimal7763153
Binary100110111111110011001
Octal11577231

Shades and tints

Shades of #4D3F99

#4D3F99
(77,63,153)
#463A8C
(70,58,140)
#3F357F
(63,53,127)
#383072
(56,48,114)
#312B65
(49,43,101)
#2A2658
(42,38,88)
#23214B
(35,33,75)
#1C1C3E
(28,28,62)
#151731
(21,23,49)
#0E1224
(14,18,36)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #4D3F99

#4D3F99
(77,63,153)
#5D50A2
(93,80,162)
#6D61AB
(109,97,171)
#7D72B4
(125,114,180)
#8D83BD
(141,131,189)
#9D94C6
(157,148,198)
#ADA5CF
(173,165,207)
#BDB6D8
(189,182,216)
#CDC7E1
(205,199,225)
#DDD8EA
(221,216,234)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3F99; }

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

This text font color is #4D3F99.


Background Color

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

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

This div background color is #4D3F99.


Border color

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

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

This div border color is #4D3F99.


Opacity

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

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

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

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

This text has shadow with #4D3F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3F99 on black background.


Color preview on white background

This text has color #4D3F99 on white background.



Black color preview on #4D3F99 background

This text has black color on #4D3F99 background.


White color preview on #4D3F99 background

This text has white color on #4D3F99 background.