COLOR #563C39

HEX: #563C39
RGB: (86,60,57)

Renk bilgisi

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

RGB renk modeli

#563C39 color RGB value is (86,60,57).

  • kırmız ton 86;
  • yeşil ton 60;
  • mavi ton 57.
RGB:
(86,60,57)
(34%,24%,22%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 60 of 255 = 24%
B 57 of 255 = 22%

86
60
57

R + G + B ~ 27%. #563C39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 60 + 57 = 203 (100%)
R 86 of 203 ~ 42.36%
G 60 of 203 ~ 29.56%
B 57 of 203 ~ 28.08%

%42.36
%29.56
%28.08

CMYK RENK MODELİ

#563C39 rengi CMYK tonu (0,30,34,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.23%
  • sarı tonu 33.72%
  • ana renk tonu 66.27%
CMYK:
(0,30,34,66)
C0M30Y34K66 
(0%,30%,34%,66%)
(0.00/0.30/0.34/0.66)	

CMYK yüzdeleri

%0
%30.23
%33.72
%66.27

Codes

Color #563C39 in popluar color models

563C39
RGB866057
HSL20.28%28.04%
HSB/HSV33.72%33.73%
CMYK0.00%30.23%33.72%
66.27%

Color #563C39 in popluar number systems.

HEX563C39
Decimal866057
Binary1010110111100111001
Octal1267471

Shades and tints

Shades of #563C39

#563C39
(86,60,57)
#4F3734
(79,55,52)
#48322F
(72,50,47)
#412D2A
(65,45,42)
#3A2825
(58,40,37)
#332320
(51,35,32)
#2C1E1B
(44,30,27)
#251916
(37,25,22)
#1E1411
(30,20,17)
#170F0C
(23,15,12)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #563C39

#563C39
(86,60,57)
#654D4B
(101,77,75)
#745E5D
(116,94,93)
#836F6F
(131,111,111)
#928081
(146,128,129)
#A19193
(161,145,147)
#B0A2A5
(176,162,165)
#BFB3B7
(191,179,183)
#CEC4C9
(206,196,201)
#DDD5DB
(221,213,219)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563C39 color. Also use rgb(86,60,57) instead hex code.

Text Font Color

.myTextColor { color: #563C39; }

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

This text font color is #563C39.


Background Color

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

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

This div background color is #563C39.


Border color

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

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

This div border color is #563C39.


Opacity

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

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

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

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

This text has shadow with #563C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563C39 on black background.


Color preview on white background

This text has color #563C39 on white background.



Black color preview on #563C39 background

This text has black color on #563C39 background.


White color preview on #563C39 background

This text has white color on #563C39 background.