COLOR #4D0684

HEX: #4D0684
RGB: (77,6,132)

Renk bilgisi

#4D0684 contains mainly red and blue colors. #4D0684 ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#4D0684 color RGB value is (77,6,132).

  • kırmız ton 77;
  • yeşil ton 6;
  • mavi ton 132.
RGB:
(77,6,132)
(30%,2%,52%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 6 of 255 = 2%
B 132 of 255 = 52%

77
6
132

R + G + B ~ 28%. #4D0684 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 6 + 132 = 215 (100%)
R 77 of 215 ~ 35.81%
G 6 of 215 ~ 2.79%
B 132 of 215 ~ 61.4%

%35.81
%61.4

CMYK RENK MODELİ

#4D0684 rengi CMYK tonu (42,95,0,48).

  • camgöbeği tonu 41.67%
  • eflatun tonu 95.45%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(42,95,0,48)
C42M95Y0K48 
(42%,95%,0%,48%)
(0.42/0.95/0.00/0.48)	

CMYK yüzdeleri

%41.67
%95.45
%0
%48.24

Codes

Color #4D0684 in popluar color models

4D0684
RGB776132
HSL274°91.30%27.06%
HSB/HSV274°95.45%51.76%
CMYK41.67%95.45%0.00%
48.24%

Color #4D0684 in popluar number systems.

HEX4D0684
Decimal776132
Binary100110111010000100
Octal1156204

Shades and tints

Shades of #4D0684

#4D0684
(77,6,132)
#460678
(70,6,120)
#3F066C
(63,6,108)
#380660
(56,6,96)
#310654
(49,6,84)
#2A0648
(42,6,72)
#23063C
(35,6,60)
#1C0630
(28,6,48)
#150624
(21,6,36)
#0E0618
(14,6,24)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #4D0684

#4D0684
(77,6,132)
#5D1C8F
(93,28,143)
#6D329A
(109,50,154)
#7D48A5
(125,72,165)
#8D5EB0
(141,94,176)
#9D74BB
(157,116,187)
#AD8AC6
(173,138,198)
#BDA0D1
(189,160,209)
#CDB6DC
(205,182,220)
#DDCCE7
(221,204,231)
#EDE2F2
(237,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0684 color. Also use rgb(77,6,132) instead hex code.

Text Font Color

.myTextColor { color: #4D0684; }

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

This text font color is #4D0684.


Background Color

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

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

This div background color is #4D0684.


Border color

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

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

This div border color is #4D0684.


Opacity

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

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

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

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

This text has shadow with #4D0684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0684 on black background.


Color preview on white background

This text has color #4D0684 on white background.



Black color preview on #4D0684 background

This text has black color on #4D0684 background.


White color preview on #4D0684 background

This text has white color on #4D0684 background.