COLOR #63325F

HEX: #63325F
RGB: (99,50,95)

Renk bilgisi

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

RGB renk modeli

#63325F color RGB value is (99,50,95).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 50 of 255 = 20%
B 95 of 255 = 37%

99
50
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 50 + 95 = 244 (100%)
R 99 of 244 ~ 40.57%
G 50 of 244 ~ 20.49%
B 95 of 244 ~ 38.93%

%40.57
%20.49
%38.93

CMYK RENK MODELİ

#63325F rengi CMYK tonu (0,49,4,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.49%
  • sarı tonu 4.04%
  • ana renk tonu 61.18%
CMYK:
(0,49,4,61)
C0M49Y4K61 
(0%,49%,4%,61%)
(0.00/0.49/0.04/0.61)	

CMYK yüzdeleri

%0
%49.49
%4.04
%61.18

Codes

Color #63325F in popluar color models

63325F
RGB995095
HSL305°32.89%29.22%
HSB/HSV305°49.49%38.82%
CMYK0.00%49.49%4.04%
61.18%

Color #63325F in popluar number systems.

HEX63325F
Decimal995095
Binary11000111100101011111
Octal14362137

Shades and tints

Shades of #63325F

#63325F
(99,50,95)
#5A2E57
(90,46,87)
#512A4F
(81,42,79)
#482647
(72,38,71)
#3F223F
(63,34,63)
#361E37
(54,30,55)
#2D1A2F
(45,26,47)
#241627
(36,22,39)
#1B121F
(27,18,31)
#120E17
(18,14,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #63325F

#63325F
(99,50,95)
#71446D
(113,68,109)
#7F567B
(127,86,123)
#8D6889
(141,104,137)
#9B7A97
(155,122,151)
#A98CA5
(169,140,165)
#B79EB3
(183,158,179)
#C5B0C1
(197,176,193)
#D3C2CF
(211,194,207)
#E1D4DD
(225,212,221)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63325F; }

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

This text font color is #63325F.


Background Color

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

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

This div background color is #63325F.


Border color

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

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

This div border color is #63325F.


Opacity

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

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

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

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

This text has shadow with #63325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63325F on black background.


Color preview on white background

This text has color #63325F on white background.



Black color preview on #63325F background

This text has black color on #63325F background.


White color preview on #63325F background

This text has white color on #63325F background.