COLOR #563327

HEX: #563327
RGB: (86,51,39)

Renk bilgisi

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

RGB renk modeli

#563327 color RGB value is (86,51,39).

  • kırmız ton 86;
  • yeşil ton 51;
  • mavi ton 39.
RGB:
(86,51,39)
(34%,20%,15%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 51 of 255 = 20%
B 39 of 255 = 15%

86
51
39

R + G + B ~ 23%. #563327 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 51 + 39 = 176 (100%)
R 86 of 176 ~ 48.86%
G 51 of 176 ~ 28.98%
B 39 of 176 ~ 22.16%

%48.86
%28.98
%22.16

CMYK RENK MODELİ

#563327 rengi CMYK tonu (0,41,55,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.70%
  • sarı tonu 54.65%
  • ana renk tonu 66.27%
CMYK:
(0,41,55,66)
C0M41Y55K66 
(0%,41%,55%,66%)
(0.00/0.41/0.55/0.66)	

CMYK yüzdeleri

%0
%40.7
%54.65
%66.27

Codes

Color #563327 in popluar color models

563327
RGB865139
HSL15°37.60%24.51%
HSB/HSV15°54.65%33.73%
CMYK0.00%40.70%54.65%
66.27%

Color #563327 in popluar number systems.

HEX563327
Decimal865139
Binary1010110110011100111
Octal1266347

Shades and tints

Shades of #563327

#563327
(86,51,39)
#4F2F24
(79,47,36)
#482B21
(72,43,33)
#41271E
(65,39,30)
#3A231B
(58,35,27)
#331F18
(51,31,24)
#2C1B15
(44,27,21)
#251712
(37,23,18)
#1E130F
(30,19,15)
#170F0C
(23,15,12)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #563327

#563327
(86,51,39)
#65453A
(101,69,58)
#74574D
(116,87,77)
#836960
(131,105,96)
#927B73
(146,123,115)
#A18D86
(161,141,134)
#B09F99
(176,159,153)
#BFB1AC
(191,177,172)
#CEC3BF
(206,195,191)
#DDD5D2
(221,213,210)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563327 color. Also use rgb(86,51,39) instead hex code.

Text Font Color

.myTextColor { color: #563327; }

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

This text font color is #563327.


Background Color

.myBgColor { background-color: #563327; }

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

This div background color is #563327.


Border color

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

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

This div border color is #563327.


Opacity

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

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

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

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

This text has shadow with #563327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563327 on black background.


Color preview on white background

This text has color #563327 on white background.



Black color preview on #563327 background

This text has black color on #563327 background.


White color preview on #563327 background

This text has white color on #563327 background.