COLOR #563063

HEX: #563063
RGB: (86,48,99)

Renk bilgisi

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

RGB renk modeli

#563063 color RGB value is (86,48,99).

  • kırmız ton 86;
  • yeşil ton 48;
  • mavi ton 99.
RGB:
(86,48,99)
(34%,19%,39%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 48 of 255 = 19%
B 99 of 255 = 39%

86
48
99

R + G + B ~ 31%. #563063 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 48 + 99 = 233 (100%)
R 86 of 233 ~ 36.91%
G 48 of 233 ~ 20.6%
B 99 of 233 ~ 42.49%

%36.91
%20.6
%42.49

CMYK RENK MODELİ

#563063 rengi CMYK tonu (13,52,0,61).

  • camgöbeği tonu 13.13%
  • eflatun tonu 51.52%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(13,52,0,61)
C13M52Y0K61 
(13%,52%,0%,61%)
(0.13/0.52/0.00/0.61)	

CMYK yüzdeleri

%13.13
%51.52
%0
%61.18

Codes

Color #563063 in popluar color models

563063
RGB864899
HSL285°34.69%28.82%
HSB/HSV285°51.52%38.82%
CMYK13.13%51.52%0.00%
61.18%

Color #563063 in popluar number systems.

HEX563063
Decimal864899
Binary10101101100001100011
Octal12660143

Shades and tints

Shades of #563063

#563063
(86,48,99)
#4F2C5A
(79,44,90)
#482851
(72,40,81)
#412448
(65,36,72)
#3A203F
(58,32,63)
#331C36
(51,28,54)
#2C182D
(44,24,45)
#251424
(37,20,36)
#1E101B
(30,16,27)
#170C12
(23,12,18)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #563063

#563063
(86,48,99)
#654271
(101,66,113)
#74547F
(116,84,127)
#83668D
(131,102,141)
#92789B
(146,120,155)
#A18AA9
(161,138,169)
#B09CB7
(176,156,183)
#BFAEC5
(191,174,197)
#CEC0D3
(206,192,211)
#DDD2E1
(221,210,225)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563063 color. Also use rgb(86,48,99) instead hex code.

Text Font Color

.myTextColor { color: #563063; }

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

This text font color is #563063.


Background Color

.myBgColor { background-color: #563063; }

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

This div background color is #563063.


Border color

.myBorderColor { border: 1px solid #563063; }

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

This div border color is #563063.


Opacity

.myOpacity80 { color: #563063; opacity: 0.8; }

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

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

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

This text has shadow with #563063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563063 on black background.


Color preview on white background

This text has color #563063 on white background.



Black color preview on #563063 background

This text has black color on #563063 background.


White color preview on #563063 background

This text has white color on #563063 background.