COLOR #63326A

HEX: #63326A
RGB: (99,50,106)

Renk bilgisi

#63326A contains red, green and blue colors in about the same proportion. #63326A ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#63326A color RGB value is (99,50,106).

  • kırmız ton 99;
  • yeşil ton 50;
  • mavi ton 106.
RGB:
(99,50,106)
(39%,20%,42%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 50 of 255 = 20%
B 106 of 255 = 42%

99
50
106

R + G + B ~ 34%. #63326A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 50 + 106 = 255 (100%)
R 99 of 255 ~ 38.82%
G 50 of 255 ~ 19.61%
B 106 of 255 ~ 41.57%

%38.82
%19.61
%41.57

CMYK RENK MODELİ

#63326A rengi CMYK tonu (7,53,0,58).

  • camgöbeği tonu 6.60%
  • eflatun tonu 52.83%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(7,53,0,58)
C7M53Y0K58 
(7%,53%,0%,58%)
(0.07/0.53/0.00/0.58)	

CMYK yüzdeleri

%6.6
%52.83
%0
%58.43

Codes

Color #63326A in popluar color models

63326A
RGB9950106
HSL293°35.90%30.59%
HSB/HSV293°52.83%41.57%
CMYK6.60%52.83%0.00%
58.43%

Color #63326A in popluar number systems.

HEX63326A
Decimal9950106
Binary11000111100101101010
Octal14362152

Shades and tints

Shades of #63326A

#63326A
(99,50,106)
#5A2E61
(90,46,97)
#512A58
(81,42,88)
#48264F
(72,38,79)
#3F2246
(63,34,70)
#361E3D
(54,30,61)
#2D1A34
(45,26,52)
#24162B
(36,22,43)
#1B1222
(27,18,34)
#120E19
(18,14,25)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #63326A

#63326A
(99,50,106)
#714477
(113,68,119)
#7F5684
(127,86,132)
#8D6891
(141,104,145)
#9B7A9E
(155,122,158)
#A98CAB
(169,140,171)
#B79EB8
(183,158,184)
#C5B0C5
(197,176,197)
#D3C2D2
(211,194,210)
#E1D4DF
(225,212,223)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63326A color. Also use rgb(99,50,106) instead hex code.

Text Font Color

.myTextColor { color: #63326A; }

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

This text font color is #63326A.


Background Color

.myBgColor { background-color: #63326A; }

<div style="background-color:#63326A">Inner text</div>

This div background color is #63326A.


Border color

.myBorderColor { border: 1px solid #63326A; }

<div style="border:3px solid #63326A">Div</div>

This div border color is #63326A.


Opacity

.myOpacity80 { color: #63326A; opacity: 0.8; }

<p style="color:#63326A;opacity:0.8;">80%</p>

Text with #63326A 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 #63326A;}

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

This text has shadow with #63326A color.

.textShadow {text-shadow: 3px 3px 1px #63326A, 3px 3px 1px red;}

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

This text has shadow with #63326A primary color and red secondary color.


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

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

This text has shadow with #63326A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63326A on black background.


Color preview on white background

This text has color #63326A on white background.



Black color preview on #63326A background

This text has black color on #63326A background.


White color preview on #63326A background

This text has white color on #63326A background.