COLOR #563749

HEX: #563749
RGB: (86,55,73)

Renk bilgisi

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

RGB renk modeli

#563749 color RGB value is (86,55,73).

  • kırmız ton 86;
  • yeşil ton 55;
  • mavi ton 73.
RGB:
(86,55,73)
(34%,22%,29%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 55 of 255 = 22%
B 73 of 255 = 29%

86
55
73

R + G + B ~ 28%. #563749 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 55 + 73 = 214 (100%)
R 86 of 214 ~ 40.19%
G 55 of 214 ~ 25.7%
B 73 of 214 ~ 34.11%

%40.19
%25.7
%34.11

CMYK RENK MODELİ

#563749 rengi CMYK tonu (0,36,15,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.05%
  • sarı tonu 15.12%
  • ana renk tonu 66.27%
CMYK:
(0,36,15,66)
C0M36Y15K66 
(0%,36%,15%,66%)
(0.00/0.36/0.15/0.66)	

CMYK yüzdeleri

%0
%36.05
%15.12
%66.27

Codes

Color #563749 in popluar color models

563749
RGB865573
HSL325°21.99%27.65%
HSB/HSV325°36.05%33.73%
CMYK0.00%36.05%15.12%
66.27%

Color #563749 in popluar number systems.

HEX563749
Decimal865573
Binary10101101101111001001
Octal12667111

Shades and tints

Shades of #563749

#563749
(86,55,73)
#4F3243
(79,50,67)
#482D3D
(72,45,61)
#412837
(65,40,55)
#3A2331
(58,35,49)
#331E2B
(51,30,43)
#2C1925
(44,25,37)
#25141F
(37,20,31)
#1E0F19
(30,15,25)
#170A13
(23,10,19)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #563749

#563749
(86,55,73)
#654959
(101,73,89)
#745B69
(116,91,105)
#836D79
(131,109,121)
#927F89
(146,127,137)
#A19199
(161,145,153)
#B0A3A9
(176,163,169)
#BFB5B9
(191,181,185)
#CEC7C9
(206,199,201)
#DDD9D9
(221,217,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563749 color. Also use rgb(86,55,73) instead hex code.

Text Font Color

.myTextColor { color: #563749; }

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

This text font color is #563749.


Background Color

.myBgColor { background-color: #563749; }

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

This div background color is #563749.


Border color

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

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

This div border color is #563749.


Opacity

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

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

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

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

This text has shadow with #563749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563749 on black background.


Color preview on white background

This text has color #563749 on white background.



Black color preview on #563749 background

This text has black color on #563749 background.


White color preview on #563749 background

This text has white color on #563749 background.