COLOR #63387C

HEX: #63387C
RGB: (99,56,124)

Renk bilgisi

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

RGB renk modeli

#63387C color RGB value is (99,56,124).

  • kırmız ton 99;
  • yeşil ton 56;
  • mavi ton 124.
RGB:
(99,56,124)
(39%,22%,49%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 56 of 255 = 22%
B 124 of 255 = 49%

99
56
124

R + G + B ~ 37%. #63387C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 56 + 124 = 279 (100%)
R 99 of 279 ~ 35.48%
G 56 of 279 ~ 20.07%
B 124 of 279 ~ 44.44%

%35.48
%20.07
%44.44

CMYK RENK MODELİ

#63387C rengi CMYK tonu (20,55,0,51).

  • camgöbeği tonu 20.16%
  • eflatun tonu 54.84%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(20,55,0,51)
C20M55Y0K51 
(20%,55%,0%,51%)
(0.20/0.55/0.00/0.51)	

CMYK yüzdeleri

%20.16
%54.84
%0
%51.37

Codes

Color #63387C in popluar color models

63387C
RGB9956124
HSL278°37.78%35.29%
HSB/HSV278°54.84%48.63%
CMYK20.16%54.84%0.00%
51.37%

Color #63387C in popluar number systems.

HEX63387C
Decimal9956124
Binary11000111110001111100
Octal14370174

Shades and tints

Shades of #63387C

#63387C
(99,56,124)
#5A3371
(90,51,113)
#512E66
(81,46,102)
#48295B
(72,41,91)
#3F2450
(63,36,80)
#361F45
(54,31,69)
#2D1A3A
(45,26,58)
#24152F
(36,21,47)
#1B1024
(27,16,36)
#120B19
(18,11,25)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #63387C

#63387C
(99,56,124)
#714A87
(113,74,135)
#7F5C92
(127,92,146)
#8D6E9D
(141,110,157)
#9B80A8
(155,128,168)
#A992B3
(169,146,179)
#B7A4BE
(183,164,190)
#C5B6C9
(197,182,201)
#D3C8D4
(211,200,212)
#E1DADF
(225,218,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63387C color. Also use rgb(99,56,124) instead hex code.

Text Font Color

.myTextColor { color: #63387C; }

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

This text font color is #63387C.


Background Color

.myBgColor { background-color: #63387C; }

<div style="background-color:#63387C">Inner text</div>

This div background color is #63387C.


Border color

.myBorderColor { border: 1px solid #63387C; }

<div style="border:3px solid #63387C">Div</div>

This div border color is #63387C.


Opacity

.myOpacity80 { color: #63387C; opacity: 0.8; }

<p style="color:#63387C;opacity:0.8;">80%</p>

Text with #63387C 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 #63387C;}

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

This text has shadow with #63387C color.

.textShadow {text-shadow: 3px 3px 1px #63387C, 3px 3px 1px red;}

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

This text has shadow with #63387C primary color and red secondary color.


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

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

This text has shadow with #63387C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63387C on black background.


Color preview on white background

This text has color #63387C on white background.



Black color preview on #63387C background

This text has black color on #63387C background.


White color preview on #63387C background

This text has white color on #63387C background.