COLOR #63325D

HEX: #63325D
RGB: (99,50,93)

Renk bilgisi

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

RGB renk modeli

#63325D color RGB value is (99,50,93).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 50 of 255 = 20%
B 93 of 255 = 36%

99
50
93

R + G + B ~ 32%. #63325D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 50 + 93 = 242 (100%)
R 99 of 242 ~ 40.91%
G 50 of 242 ~ 20.66%
B 93 of 242 ~ 38.43%

%40.91
%20.66
%38.43

CMYK RENK MODELİ

#63325D rengi CMYK tonu (0,49,6,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.49%
  • sarı tonu 6.06%
  • ana renk tonu 61.18%
CMYK:
(0,49,6,61)
C0M49Y6K61 
(0%,49%,6%,61%)
(0.00/0.49/0.06/0.61)	

CMYK yüzdeleri

%0
%49.49
%6.06
%61.18

Codes

Color #63325D in popluar color models

63325D
RGB995093
HSL307°32.89%29.22%
HSB/HSV307°49.49%38.82%
CMYK0.00%49.49%6.06%
61.18%

Color #63325D in popluar number systems.

HEX63325D
Decimal995093
Binary11000111100101011101
Octal14362135

Shades and tints

Shades of #63325D

#63325D
(99,50,93)
#5A2E55
(90,46,85)
#512A4D
(81,42,77)
#482645
(72,38,69)
#3F223D
(63,34,61)
#361E35
(54,30,53)
#2D1A2D
(45,26,45)
#241625
(36,22,37)
#1B121D
(27,18,29)
#120E15
(18,14,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #63325D

#63325D
(99,50,93)
#71446B
(113,68,107)
#7F5679
(127,86,121)
#8D6887
(141,104,135)
#9B7A95
(155,122,149)
#A98CA3
(169,140,163)
#B79EB1
(183,158,177)
#C5B0BF
(197,176,191)
#D3C2CD
(211,194,205)
#E1D4DB
(225,212,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63325D color. Also use rgb(99,50,93) instead hex code.

Text Font Color

.myTextColor { color: #63325D; }

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

This text font color is #63325D.


Background Color

.myBgColor { background-color: #63325D; }

<div style="background-color:#63325D">Inner text</div>

This div background color is #63325D.


Border color

.myBorderColor { border: 1px solid #63325D; }

<div style="border:3px solid #63325D">Div</div>

This div border color is #63325D.


Opacity

.myOpacity80 { color: #63325D; opacity: 0.8; }

<p style="color:#63325D;opacity:0.8;">80%</p>

Text with #63325D 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 #63325D;}

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

This text has shadow with #63325D color.

.textShadow {text-shadow: 3px 3px 1px #63325D, 3px 3px 1px red;}

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

This text has shadow with #63325D primary color and red secondary color.


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

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

This text has shadow with #63325D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63325D on black background.


Color preview on white background

This text has color #63325D on white background.



Black color preview on #63325D background

This text has black color on #63325D background.


White color preview on #63325D background

This text has white color on #63325D background.