COLOR #63477D

HEX: #63477D
RGB: (99,71,125)

Renk bilgisi

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

RGB renk modeli

#63477D color RGB value is (99,71,125).

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

RGB bağlantıları ve doygunluk

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

99
71
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 125 = 295 (100%)
R 99 of 295 ~ 33.56%
G 71 of 295 ~ 24.07%
B 125 of 295 ~ 42.37%

%33.56
%24.07
%42.37

CMYK RENK MODELİ

#63477D rengi CMYK tonu (21,43,0,51).

  • camgöbeği tonu 20.80%
  • eflatun tonu 43.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(21,43,0,51)
C21M43Y0K51 
(21%,43%,0%,51%)
(0.21/0.43/0.00/0.51)	

CMYK yüzdeleri

%20.8
%43.2
%0
%50.98

Codes

Color #63477D in popluar color models

63477D
RGB9971125
HSL271°27.55%38.43%
HSB/HSV271°43.20%49.02%
CMYK20.80%43.20%0.00%
50.98%

Color #63477D in popluar number systems.

HEX63477D
Decimal9971125
Binary110001110001111111101
Octal143107175

Shades and tints

Shades of #63477D

#63477D
(99,71,125)
#5A4172
(90,65,114)
#513B67
(81,59,103)
#48355C
(72,53,92)
#3F2F51
(63,47,81)
#362946
(54,41,70)
#2D233B
(45,35,59)
#241D30
(36,29,48)
#1B1725
(27,23,37)
#12111A
(18,17,26)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #63477D

#63477D
(99,71,125)
#715788
(113,87,136)
#7F6793
(127,103,147)
#8D779E
(141,119,158)
#9B87A9
(155,135,169)
#A997B4
(169,151,180)
#B7A7BF
(183,167,191)
#C5B7CA
(197,183,202)
#D3C7D5
(211,199,213)
#E1D7E0
(225,215,224)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63477D; }

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

This text font color is #63477D.


Background Color

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

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

This div background color is #63477D.


Border color

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

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

This div border color is #63477D.


Opacity

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

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

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

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

This text has shadow with #63477D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63477D on black background.


Color preview on white background

This text has color #63477D on white background.



Black color preview on #63477D background

This text has black color on #63477D background.


White color preview on #63477D background

This text has white color on #63477D background.