COLOR #563514

HEX: #563514
RGB: (86,53,20)

Renk bilgisi

#563514 contains mainly red and green colors. #563514 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#563514 color RGB value is (86,53,20).

  • kırmız ton 86;
  • yeşil ton 53;
  • mavi ton 20.
RGB:
(86,53,20)
(34%,21%,8%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 53 of 255 = 21%
B 20 of 255 = 8%

86
53
20

R + G + B ~ 21%. #563514 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 53 + 20 = 159 (100%)
R 86 of 159 ~ 54.09%
G 53 of 159 ~ 33.33%
B 20 of 159 ~ 12.58%

%54.09
%33.33
%12.58

CMYK RENK MODELİ

#563514 rengi CMYK tonu (0,38,77,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.37%
  • sarı tonu 76.74%
  • ana renk tonu 66.27%
CMYK:
(0,38,77,66)
C0M38Y77K66 
(0%,38%,77%,66%)
(0.00/0.38/0.77/0.66)	

CMYK yüzdeleri

%0
%38.37
%76.74
%66.27

Codes

Color #563514 in popluar color models

563514
RGB865320
HSL30°62.26%20.78%
HSB/HSV30°76.74%33.73%
CMYK0.00%38.37%76.74%
66.27%

Color #563514 in popluar number systems.

HEX563514
Decimal865320
Binary101011011010110100
Octal1266524

Shades and tints

Shades of #563514

#563514
(86,53,20)
#4F3113
(79,49,19)
#482D12
(72,45,18)
#412911
(65,41,17)
#3A2510
(58,37,16)
#33210F
(51,33,15)
#2C1D0E
(44,29,14)
#25190D
(37,25,13)
#1E150C
(30,21,12)
#17110B
(23,17,11)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #563514

#563514
(86,53,20)
#654729
(101,71,41)
#74593E
(116,89,62)
#836B53
(131,107,83)
#927D68
(146,125,104)
#A18F7D
(161,143,125)
#B0A192
(176,161,146)
#BFB3A7
(191,179,167)
#CEC5BC
(206,197,188)
#DDD7D1
(221,215,209)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563514 color. Also use rgb(86,53,20) instead hex code.

Text Font Color

.myTextColor { color: #563514; }

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

This text font color is #563514.


Background Color

.myBgColor { background-color: #563514; }

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

This div background color is #563514.


Border color

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

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

This div border color is #563514.


Opacity

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

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

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

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

This text has shadow with #563514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563514 on black background.


Color preview on white background

This text has color #563514 on white background.



Black color preview on #563514 background

This text has black color on #563514 background.


White color preview on #563514 background

This text has white color on #563514 background.