COLOR #563F33

HEX: #563F33
RGB: (86,63,51)

Color info

#563F33 contains red, green and blue colors in about the same proportion. Web safe color of #563F33 is #663333 (or #633).

RGB color model

#563F33 color RGB value is (86,63,51).

  • red value is 86;
  • green value is 63;
  • blue value is 51.
RGB:
(86,63,51)
(34%,25%,20%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 51 of 255 = 20%

86
63
51

R + G + B ~ 26%. #563F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 51 = 200 (100%)
R 86 of 200 ~ 43%
G 63 of 200 ~ 31.5%
B 51 of 200 ~ 25.5%

%43
%31.5
%25.5

CMYK color model

#563F33 color CMYK value is (0,27,41,66).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 40.70%
  • key color value is 66.27%
CMYK:
(0,27,41,66)
C0M27Y41K66 
(0%,27%,41%,66%)
(0.00/0.27/0.41/0.66)	

CMYK percentages

%0
%26.74
%40.7
%66.27

Codes

Color #563F33 in popluar color models

563F33
RGB866351
HSL21°25.55%26.86%
HSB/HSV21°40.70%33.73%
CMYK0.00%26.74%40.70%
66.27%

Color #563F33 in popluar number systems.

HEX563F33
Decimal866351
Binary1010110111111110011
Octal1267763

Shades and tints

Shades of #563F33

#563F33
(86,63,51)
#4F3A2F
(79,58,47)
#48352B
(72,53,43)
#413027
(65,48,39)
#3A2B23
(58,43,35)
#33261F
(51,38,31)
#2C211B
(44,33,27)
#251C17
(37,28,23)
#1E1713
(30,23,19)
#17120F
(23,18,15)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #563F33

#563F33
(86,63,51)
#655045
(101,80,69)
#746157
(116,97,87)
#837269
(131,114,105)
#92837B
(146,131,123)
#A1948D
(161,148,141)
#B0A59F
(176,165,159)
#BFB6B1
(191,182,177)
#CEC7C3
(206,199,195)
#DDD8D5
(221,216,213)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563F33; }

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

This text font color is #563F33.


Background Color

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

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

This div background color is #563F33.


Border color

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

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

This div border color is #563F33.


Opacity

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

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

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

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

This text has shadow with #563F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F33 on black background.


Color preview on white background

This text has color #563F33 on white background.



Black color preview on #563F33 background

This text has black color on #563F33 background.


White color preview on #563F33 background

This text has white color on #563F33 background.