COLOR #63399C

HEX: #63399C
RGB: (99,57,156)

Renk bilgisi

#63399C contains mainly red and blue colors. #63399C ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#63399C color RGB value is (99,57,156).

  • kırmız ton 99;
  • yeşil ton 57;
  • mavi ton 156.
RGB:
(99,57,156)
(39%,22%,61%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 57 of 255 = 22%
B 156 of 255 = 61%

99
57
156

R + G + B ~ 41%. #63399C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 57 + 156 = 312 (100%)
R 99 of 312 ~ 31.73%
G 57 of 312 ~ 18.27%
B 156 of 312 ~ 50%

%31.73
%18.27
%50

CMYK RENK MODELİ

#63399C rengi CMYK tonu (37,63,0,39).

  • camgöbeği tonu 36.54%
  • eflatun tonu 63.46%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(37,63,0,39)
C37M63Y0K39 
(37%,63%,0%,39%)
(0.37/0.63/0.00/0.39)	

CMYK yüzdeleri

%36.54
%63.46
%0
%38.82

Codes

Color #63399C in popluar color models

63399C
RGB9957156
HSL265°46.48%41.76%
HSB/HSV265°63.46%61.18%
CMYK36.54%63.46%0.00%
38.82%

Color #63399C in popluar number systems.

HEX63399C
Decimal9957156
Binary110001111100110011100
Octal14371234

Shades and tints

Shades of #63399C

#63399C
(99,57,156)
#5A348E
(90,52,142)
#512F80
(81,47,128)
#482A72
(72,42,114)
#3F2564
(63,37,100)
#362056
(54,32,86)
#2D1B48
(45,27,72)
#24163A
(36,22,58)
#1B112C
(27,17,44)
#120C1E
(18,12,30)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #63399C

#63399C
(99,57,156)
#714BA5
(113,75,165)
#7F5DAE
(127,93,174)
#8D6FB7
(141,111,183)
#9B81C0
(155,129,192)
#A993C9
(169,147,201)
#B7A5D2
(183,165,210)
#C5B7DB
(197,183,219)
#D3C9E4
(211,201,228)
#E1DBED
(225,219,237)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63399C color. Also use rgb(99,57,156) instead hex code.

Text Font Color

.myTextColor { color: #63399C; }

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

This text font color is #63399C.


Background Color

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

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

This div background color is #63399C.


Border color

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

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

This div border color is #63399C.


Opacity

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

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

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

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

This text has shadow with #63399C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63399C on black background.


Color preview on white background

This text has color #63399C on white background.



Black color preview on #63399C background

This text has black color on #63399C background.


White color preview on #63399C background

This text has white color on #63399C background.