COLOR #563D47

HEX: #563D47
RGB: (86,61,71)

Renk bilgisi

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

RGB renk modeli

#563D47 color RGB value is (86,61,71).

  • kırmız ton 86;
  • yeşil ton 61;
  • mavi ton 71.
RGB:
(86,61,71)
(34%,24%,28%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 61 of 255 = 24%
B 71 of 255 = 28%

86
61
71

R + G + B ~ 29%. #563D47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 61 + 71 = 218 (100%)
R 86 of 218 ~ 39.45%
G 61 of 218 ~ 27.98%
B 71 of 218 ~ 32.57%

%39.45
%27.98
%32.57

CMYK RENK MODELİ

#563D47 rengi CMYK tonu (0,29,17,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.07%
  • sarı tonu 17.44%
  • ana renk tonu 66.27%
CMYK:
(0,29,17,66)
C0M29Y17K66 
(0%,29%,17%,66%)
(0.00/0.29/0.17/0.66)	

CMYK yüzdeleri

%0
%29.07
%17.44
%66.27

Codes

Color #563D47 in popluar color models

563D47
RGB866171
HSL336°17.01%28.82%
HSB/HSV336°29.07%33.73%
CMYK0.00%29.07%17.44%
66.27%

Color #563D47 in popluar number systems.

HEX563D47
Decimal866171
Binary10101101111011000111
Octal12675107

Shades and tints

Shades of #563D47

#563D47
(86,61,71)
#4F3841
(79,56,65)
#48333B
(72,51,59)
#412E35
(65,46,53)
#3A292F
(58,41,47)
#332429
(51,36,41)
#2C1F23
(44,31,35)
#251A1D
(37,26,29)
#1E1517
(30,21,23)
#171011
(23,16,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #563D47

#563D47
(86,61,71)
#654E57
(101,78,87)
#745F67
(116,95,103)
#837077
(131,112,119)
#928187
(146,129,135)
#A19297
(161,146,151)
#B0A3A7
(176,163,167)
#BFB4B7
(191,180,183)
#CEC5C7
(206,197,199)
#DDD6D7
(221,214,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563D47 color. Also use rgb(86,61,71) instead hex code.

Text Font Color

.myTextColor { color: #563D47; }

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

This text font color is #563D47.


Background Color

.myBgColor { background-color: #563D47; }

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

This div background color is #563D47.


Border color

.myBorderColor { border: 1px solid #563D47; }

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

This div border color is #563D47.


Opacity

.myOpacity80 { color: #563D47; opacity: 0.8; }

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

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

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

This text has shadow with #563D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D47 on black background.


Color preview on white background

This text has color #563D47 on white background.



Black color preview on #563D47 background

This text has black color on #563D47 background.


White color preview on #563D47 background

This text has white color on #563D47 background.