COLOR #63347B

HEX: #63347B
RGB: (99,52,123)

Renk bilgisi

#63347B contains mainly red and blue colors. #63347B ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#63347B color RGB value is (99,52,123).

  • kırmız ton 99;
  • yeşil ton 52;
  • mavi ton 123.
RGB:
(99,52,123)
(39%,20%,48%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 52 of 255 = 20%
B 123 of 255 = 48%

99
52
123

R + G + B ~ 36%. #63347B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 52 + 123 = 274 (100%)
R 99 of 274 ~ 36.13%
G 52 of 274 ~ 18.98%
B 123 of 274 ~ 44.89%

%36.13
%18.98
%44.89

CMYK RENK MODELİ

#63347B rengi CMYK tonu (20,58,0,52).

  • camgöbeği tonu 19.51%
  • eflatun tonu 57.72%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(20,58,0,52)
C20M58Y0K52 
(20%,58%,0%,52%)
(0.20/0.58/0.00/0.52)	

CMYK yüzdeleri

%19.51
%57.72
%0
%51.76

Codes

Color #63347B in popluar color models

63347B
RGB9952123
HSL280°40.57%34.31%
HSB/HSV280°57.72%48.24%
CMYK19.51%57.72%0.00%
51.76%

Color #63347B in popluar number systems.

HEX63347B
Decimal9952123
Binary11000111101001111011
Octal14364173

Shades and tints

Shades of #63347B

#63347B
(99,52,123)
#5A3070
(90,48,112)
#512C65
(81,44,101)
#48285A
(72,40,90)
#3F244F
(63,36,79)
#362044
(54,32,68)
#2D1C39
(45,28,57)
#24182E
(36,24,46)
#1B1423
(27,20,35)
#121018
(18,16,24)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #63347B

#63347B
(99,52,123)
#714687
(113,70,135)
#7F5893
(127,88,147)
#8D6A9F
(141,106,159)
#9B7CAB
(155,124,171)
#A98EB7
(169,142,183)
#B7A0C3
(183,160,195)
#C5B2CF
(197,178,207)
#D3C4DB
(211,196,219)
#E1D6E7
(225,214,231)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63347B color. Also use rgb(99,52,123) instead hex code.

Text Font Color

.myTextColor { color: #63347B; }

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

This text font color is #63347B.


Background Color

.myBgColor { background-color: #63347B; }

<div style="background-color:#63347B">Inner text</div>

This div background color is #63347B.


Border color

.myBorderColor { border: 1px solid #63347B; }

<div style="border:3px solid #63347B">Div</div>

This div border color is #63347B.


Opacity

.myOpacity80 { color: #63347B; opacity: 0.8; }

<p style="color:#63347B;opacity:0.8;">80%</p>

Text with #63347B 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 #63347B;}

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

This text has shadow with #63347B color.

.textShadow {text-shadow: 3px 3px 1px #63347B, 3px 3px 1px red;}

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

This text has shadow with #63347B primary color and red secondary color.


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

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

This text has shadow with #63347B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63347B on black background.


Color preview on white background

This text has color #63347B on white background.



Black color preview on #63347B background

This text has black color on #63347B background.


White color preview on #63347B background

This text has white color on #63347B background.