COLOR #63477F

HEX: #63477F
RGB: (99,71,127)

Renk bilgisi

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

RGB renk modeli

#63477F color RGB value is (99,71,127).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 71 of 255 = 28%
B 127 of 255 = 50%

99
71
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 127 = 297 (100%)
R 99 of 297 ~ 33.33%
G 71 of 297 ~ 23.91%
B 127 of 297 ~ 42.76%

%33.33
%23.91
%42.76

CMYK RENK MODELİ

#63477F rengi CMYK tonu (22,44,0,50).

  • camgöbeği tonu 22.05%
  • eflatun tonu 44.09%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(22,44,0,50)
C22M44Y0K50 
(22%,44%,0%,50%)
(0.22/0.44/0.00/0.50)	

CMYK yüzdeleri

%22.05
%44.09
%0
%50.2

Codes

Color #63477F in popluar color models

63477F
RGB9971127
HSL270°28.28%38.82%
HSB/HSV270°44.09%49.80%
CMYK22.05%44.09%0.00%
50.20%

Color #63477F in popluar number systems.

HEX63477F
Decimal9971127
Binary110001110001111111111
Octal143107177

Shades and tints

Shades of #63477F

#63477F
(99,71,127)
#5A4174
(90,65,116)
#513B69
(81,59,105)
#48355E
(72,53,94)
#3F2F53
(63,47,83)
#362948
(54,41,72)
#2D233D
(45,35,61)
#241D32
(36,29,50)
#1B1727
(27,23,39)
#12111C
(18,17,28)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #63477F

#63477F
(99,71,127)
#71578A
(113,87,138)
#7F6795
(127,103,149)
#8D77A0
(141,119,160)
#9B87AB
(155,135,171)
#A997B6
(169,151,182)
#B7A7C1
(183,167,193)
#C5B7CC
(197,183,204)
#D3C7D7
(211,199,215)
#E1D7E2
(225,215,226)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63477F; }

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

This text font color is #63477F.


Background Color

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

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

This div background color is #63477F.


Border color

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

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

This div border color is #63477F.


Opacity

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

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

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

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

This text has shadow with #63477F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63477F on black background.


Color preview on white background

This text has color #63477F on white background.



Black color preview on #63477F background

This text has black color on #63477F background.


White color preview on #63477F background

This text has white color on #63477F background.