COLOR #63477C

HEX: #63477C
RGB: (99,71,124)

Renk bilgisi

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

RGB renk modeli

#63477C color RGB value is (99,71,124).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 71 of 255 = 28%
B 124 of 255 = 49%

99
71
124

R + G + B ~ 39%. #63477C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 124 = 294 (100%)
R 99 of 294 ~ 33.67%
G 71 of 294 ~ 24.15%
B 124 of 294 ~ 42.18%

%33.67
%24.15
%42.18

CMYK RENK MODELİ

#63477C rengi CMYK tonu (20,43,0,51).

  • camgöbeği tonu 20.16%
  • eflatun tonu 42.74%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(20,43,0,51)
C20M43Y0K51 
(20%,43%,0%,51%)
(0.20/0.43/0.00/0.51)	

CMYK yüzdeleri

%20.16
%42.74
%0
%51.37

Codes

Color #63477C in popluar color models

63477C
RGB9971124
HSL272°27.18%38.24%
HSB/HSV272°42.74%48.63%
CMYK20.16%42.74%0.00%
51.37%

Color #63477C in popluar number systems.

HEX63477C
Decimal9971124
Binary110001110001111111100
Octal143107174

Shades and tints

Shades of #63477C

#63477C
(99,71,124)
#5A4171
(90,65,113)
#513B66
(81,59,102)
#48355B
(72,53,91)
#3F2F50
(63,47,80)
#362945
(54,41,69)
#2D233A
(45,35,58)
#241D2F
(36,29,47)
#1B1724
(27,23,36)
#121119
(18,17,25)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #63477C

#63477C
(99,71,124)
#715787
(113,87,135)
#7F6792
(127,103,146)
#8D779D
(141,119,157)
#9B87A8
(155,135,168)
#A997B3
(169,151,179)
#B7A7BE
(183,167,190)
#C5B7C9
(197,183,201)
#D3C7D4
(211,199,212)
#E1D7DF
(225,215,223)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63477C; }

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

This text font color is #63477C.


Background Color

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

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

This div background color is #63477C.


Border color

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

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

This div border color is #63477C.


Opacity

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

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

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

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

This text has shadow with #63477C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63477C on black background.


Color preview on white background

This text has color #63477C on white background.



Black color preview on #63477C background

This text has black color on #63477C background.


White color preview on #63477C background

This text has white color on #63477C background.