COLOR #63561D

HEX: #63561D
RGB: (99,86,29)

Color info

#63561D contains mainly red and green colors. Web safe color of #63561D is #666633 (or #663).

RGB color model

#63561D color RGB value is (99,86,29).

  • red value is 99;
  • green value is 86;
  • blue value is 29.
RGB:
(99,86,29)
(39%,34%,11%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 29 of 255 = 11%

99
86
29

R + G + B ~ 28%. #63561D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 29 = 214 (100%)
R 99 of 214 ~ 46.26%
G 86 of 214 ~ 40.19%
B 29 of 214 ~ 13.55%

%46.26
%40.19
%13.55

CMYK color model

#63561D color CMYK value is (0,13,71,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 70.71%
  • key color value is 61.18%
CMYK:
(0,13,71,61)
C0M13Y71K61 
(0%,13%,71%,61%)
(0.00/0.13/0.71/0.61)	

CMYK percentages

%0
%13.13
%70.71
%61.18

Codes

Color #63561D in popluar color models

63561D
RGB998629
HSL49°54.69%25.10%
HSB/HSV49°70.71%38.82%
CMYK0.00%13.13%70.71%
61.18%

Color #63561D in popluar number systems.

HEX63561D
Decimal998629
Binary1100011101011011101
Octal14312635

Shades and tints

Shades of #63561D

#63561D
(99,86,29)
#5A4F1B
(90,79,27)
#514819
(81,72,25)
#484117
(72,65,23)
#3F3A15
(63,58,21)
#363313
(54,51,19)
#2D2C11
(45,44,17)
#24250F
(36,37,15)
#1B1E0D
(27,30,13)
#12170B
(18,23,11)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #63561D

#63561D
(99,86,29)
#716531
(113,101,49)
#7F7445
(127,116,69)
#8D8359
(141,131,89)
#9B926D
(155,146,109)
#A9A181
(169,161,129)
#B7B095
(183,176,149)
#C5BFA9
(197,191,169)
#D3CEBD
(211,206,189)
#E1DDD1
(225,221,209)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63561D color. Also use rgb(99,86,29) instead hex code.

Text Font Color

.myTextColor { color: #63561D; }

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

This text font color is #63561D.


Background Color

.myBgColor { background-color: #63561D; }

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

This div background color is #63561D.


Border color

.myBorderColor { border: 1px solid #63561D; }

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

This div border color is #63561D.


Opacity

.myOpacity80 { color: #63561D; opacity: 0.8; }

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

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

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

This text has shadow with #63561D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63561D on black background.


Color preview on white background

This text has color #63561D on white background.



Black color preview on #63561D background

This text has black color on #63561D background.


White color preview on #63561D background

This text has white color on #63561D background.