COLOR #563D46

HEX: #563D46
RGB: (86,61,70)

Renk bilgisi

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

RGB renk modeli

#563D46 color RGB value is (86,61,70).

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

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 61 of 255 = 24%
B 70 of 255 = 27%

86
61
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 61 + 70 = 217 (100%)
R 86 of 217 ~ 39.63%
G 61 of 217 ~ 28.11%
B 70 of 217 ~ 32.26%

%39.63
%28.11
%32.26

CMYK RENK MODELİ

#563D46 rengi CMYK tonu (0,29,19,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.07%
  • sarı tonu 18.60%
  • ana renk tonu 66.27%
CMYK:
(0,29,19,66)
C0M29Y19K66 
(0%,29%,19%,66%)
(0.00/0.29/0.19/0.66)	

CMYK yüzdeleri

%0
%29.07
%18.6
%66.27

Codes

Color #563D46 in popluar color models

563D46
RGB866170
HSL338°17.01%28.82%
HSB/HSV338°29.07%33.73%
CMYK0.00%29.07%18.60%
66.27%

Color #563D46 in popluar number systems.

HEX563D46
Decimal866170
Binary10101101111011000110
Octal12675106

Shades and tints

Shades of #563D46

#563D46
(86,61,70)
#4F3840
(79,56,64)
#48333A
(72,51,58)
#412E34
(65,46,52)
#3A292E
(58,41,46)
#332428
(51,36,40)
#2C1F22
(44,31,34)
#251A1C
(37,26,28)
#1E1516
(30,21,22)
#171010
(23,16,16)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #563D46

#563D46
(86,61,70)
#654E56
(101,78,86)
#745F66
(116,95,102)
#837076
(131,112,118)
#928186
(146,129,134)
#A19296
(161,146,150)
#B0A3A6
(176,163,166)
#BFB4B6
(191,180,182)
#CEC5C6
(206,197,198)
#DDD6D6
(221,214,214)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563D46; }

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

This text font color is #563D46.


Background Color

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

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

This div background color is #563D46.


Border color

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

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

This div border color is #563D46.


Opacity

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

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

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

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

This text has shadow with #563D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D46 on black background.


Color preview on white background

This text has color #563D46 on white background.



Black color preview on #563D46 background

This text has black color on #563D46 background.


White color preview on #563D46 background

This text has white color on #563D46 background.