COLOR #563933

HEX: #563933
RGB: (86,57,51)

Color info

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

RGB color model

#563933 color RGB value is (86,57,51).

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

RGB channels and saturation

R 86 of 255 = 34%
G 57 of 255 = 22%
B 51 of 255 = 20%

86
57
51

R + G + B ~ 25%. #563933 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 57 + 51 = 194 (100%)
R 86 of 194 ~ 44.33%
G 57 of 194 ~ 29.38%
B 51 of 194 ~ 26.29%

%44.33
%29.38
%26.29

CMYK color model

#563933 color CMYK value is (0,34,41,66).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 40.70%
  • key color value is 66.27%
CMYK:
(0,34,41,66)
C0M34Y41K66 
(0%,34%,41%,66%)
(0.00/0.34/0.41/0.66)	

CMYK percentages

%0
%33.72
%40.7
%66.27

Codes

Color #563933 in popluar color models

563933
RGB865751
HSL10°25.55%26.86%
HSB/HSV10°40.70%33.73%
CMYK0.00%33.72%40.70%
66.27%

Color #563933 in popluar number systems.

HEX563933
Decimal865751
Binary1010110111001110011
Octal1267163

Shades and tints

Shades of #563933

#563933
(86,57,51)
#4F342F
(79,52,47)
#482F2B
(72,47,43)
#412A27
(65,42,39)
#3A2523
(58,37,35)
#33201F
(51,32,31)
#2C1B1B
(44,27,27)
#251617
(37,22,23)
#1E1113
(30,17,19)
#170C0F
(23,12,15)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #563933

#563933
(86,57,51)
#654B45
(101,75,69)
#745D57
(116,93,87)
#836F69
(131,111,105)
#92817B
(146,129,123)
#A1938D
(161,147,141)
#B0A59F
(176,165,159)
#BFB7B1
(191,183,177)
#CEC9C3
(206,201,195)
#DDDBD5
(221,219,213)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563933; }

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

This text font color is #563933.


Background Color

.myBgColor { background-color: #563933; }

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

This div background color is #563933.


Border color

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

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

This div border color is #563933.


Opacity

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

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

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

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

This text has shadow with #563933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563933 on black background.


Color preview on white background

This text has color #563933 on white background.



Black color preview on #563933 background

This text has black color on #563933 background.


White color preview on #563933 background

This text has white color on #563933 background.