COLOR #63478D

HEX: #63478D
RGB: (99,71,141)

Renk bilgisi

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

RGB renk modeli

#63478D color RGB value is (99,71,141).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 71 of 255 = 28%
B 141 of 255 = 55%

99
71
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 141 = 311 (100%)
R 99 of 311 ~ 31.83%
G 71 of 311 ~ 22.83%
B 141 of 311 ~ 45.34%

%31.83
%22.83
%45.34

CMYK RENK MODELİ

#63478D rengi CMYK tonu (30,50,0,45).

  • camgöbeği tonu 29.79%
  • eflatun tonu 49.65%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(30,50,0,45)
C30M50Y0K45 
(30%,50%,0%,45%)
(0.30/0.50/0.00/0.45)	

CMYK yüzdeleri

%29.79
%49.65
%0
%44.71

Codes

Color #63478D in popluar color models

63478D
RGB9971141
HSL264°33.02%41.57%
HSB/HSV264°49.65%55.29%
CMYK29.79%49.65%0.00%
44.71%

Color #63478D in popluar number systems.

HEX63478D
Decimal9971141
Binary1100011100011110001101
Octal143107215

Shades and tints

Shades of #63478D

#63478D
(99,71,141)
#5A4181
(90,65,129)
#513B75
(81,59,117)
#483569
(72,53,105)
#3F2F5D
(63,47,93)
#362951
(54,41,81)
#2D2345
(45,35,69)
#241D39
(36,29,57)
#1B172D
(27,23,45)
#121121
(18,17,33)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #63478D

#63478D
(99,71,141)
#715797
(113,87,151)
#7F67A1
(127,103,161)
#8D77AB
(141,119,171)
#9B87B5
(155,135,181)
#A997BF
(169,151,191)
#B7A7C9
(183,167,201)
#C5B7D3
(197,183,211)
#D3C7DD
(211,199,221)
#E1D7E7
(225,215,231)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63478D; }

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

This text font color is #63478D.


Background Color

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

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

This div background color is #63478D.


Border color

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

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

This div border color is #63478D.


Opacity

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

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

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

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

This text has shadow with #63478D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63478D on black background.


Color preview on white background

This text has color #63478D on white background.



Black color preview on #63478D background

This text has black color on #63478D background.


White color preview on #63478D background

This text has white color on #63478D background.