COLOR #63315D

HEX: #63315D
RGB: (99,49,93)

Renk bilgisi

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

RGB renk modeli

#63315D color RGB value is (99,49,93).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 49 of 255 = 19%
B 93 of 255 = 36%

99
49
93

R + G + B ~ 31%. #63315D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 49 + 93 = 241 (100%)
R 99 of 241 ~ 41.08%
G 49 of 241 ~ 20.33%
B 93 of 241 ~ 38.59%

%41.08
%20.33
%38.59

CMYK RENK MODELİ

#63315D rengi CMYK tonu (0,51,6,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.51%
  • sarı tonu 6.06%
  • ana renk tonu 61.18%
CMYK:
(0,51,6,61)
C0M51Y6K61 
(0%,51%,6%,61%)
(0.00/0.51/0.06/0.61)	

CMYK yüzdeleri

%0
%50.51
%6.06
%61.18

Codes

Color #63315D in popluar color models

63315D
RGB994993
HSL307°33.78%29.02%
HSB/HSV307°50.51%38.82%
CMYK0.00%50.51%6.06%
61.18%

Color #63315D in popluar number systems.

HEX63315D
Decimal994993
Binary11000111100011011101
Octal14361135

Shades and tints

Shades of #63315D

#63315D
(99,49,93)
#5A2D55
(90,45,85)
#51294D
(81,41,77)
#482545
(72,37,69)
#3F213D
(63,33,61)
#361D35
(54,29,53)
#2D192D
(45,25,45)
#241525
(36,21,37)
#1B111D
(27,17,29)
#120D15
(18,13,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #63315D

#63315D
(99,49,93)
#71436B
(113,67,107)
#7F5579
(127,85,121)
#8D6787
(141,103,135)
#9B7995
(155,121,149)
#A98BA3
(169,139,163)
#B79DB1
(183,157,177)
#C5AFBF
(197,175,191)
#D3C1CD
(211,193,205)
#E1D3DB
(225,211,219)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63315D; }

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

This text font color is #63315D.


Background Color

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

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

This div background color is #63315D.


Border color

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

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

This div border color is #63315D.


Opacity

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

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

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

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

This text has shadow with #63315D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63315D on black background.


Color preview on white background

This text has color #63315D on white background.



Black color preview on #63315D background

This text has black color on #63315D background.


White color preview on #63315D background

This text has white color on #63315D background.