COLOR #563326

HEX: #563326
RGB: (86,51,38)

Renk bilgisi

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

RGB renk modeli

#563326 color RGB value is (86,51,38).

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

RGB bağlantıları ve doygunluk

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

86
51
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 51 + 38 = 175 (100%)
R 86 of 175 ~ 49.14%
G 51 of 175 ~ 29.14%
B 38 of 175 ~ 21.71%

%49.14
%29.14
%21.71

CMYK RENK MODELİ

#563326 rengi CMYK tonu (0,41,56,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.70%
  • sarı tonu 55.81%
  • ana renk tonu 66.27%
CMYK:
(0,41,56,66)
C0M41Y56K66 
(0%,41%,56%,66%)
(0.00/0.41/0.56/0.66)	

CMYK yüzdeleri

%0
%40.7
%55.81
%66.27

Codes

Color #563326 in popluar color models

563326
RGB865138
HSL16°38.71%24.31%
HSB/HSV16°55.81%33.73%
CMYK0.00%40.70%55.81%
66.27%

Color #563326 in popluar number systems.

HEX563326
Decimal865138
Binary1010110110011100110
Octal1266346

Shades and tints

Shades of #563326

#563326
(86,51,38)
#4F2F23
(79,47,35)
#482B20
(72,43,32)
#41271D
(65,39,29)
#3A231A
(58,35,26)
#331F17
(51,31,23)
#2C1B14
(44,27,20)
#251711
(37,23,17)
#1E130E
(30,19,14)
#170F0B
(23,15,11)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #563326

#563326
(86,51,38)
#654539
(101,69,57)
#74574C
(116,87,76)
#83695F
(131,105,95)
#927B72
(146,123,114)
#A18D85
(161,141,133)
#B09F98
(176,159,152)
#BFB1AB
(191,177,171)
#CEC3BE
(206,195,190)
#DDD5D1
(221,213,209)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563326; }

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

This text font color is #563326.


Background Color

.myBgColor { background-color: #563326; }

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

This div background color is #563326.


Border color

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

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

This div border color is #563326.


Opacity

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

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

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

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

This text has shadow with #563326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563326 on black background.


Color preview on white background

This text has color #563326 on white background.



Black color preview on #563326 background

This text has black color on #563326 background.


White color preview on #563326 background

This text has white color on #563326 background.