COLOR #63561C

HEX: #63561C
RGB: (99,86,28)

Color info

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

RGB color model

#63561C color RGB value is (99,86,28).

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

RGB channels and saturation

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

99
86
28

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

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 28 = 213 (100%)
R 99 of 213 ~ 46.48%
G 86 of 213 ~ 40.38%
B 28 of 213 ~ 13.15%

%46.48
%40.38
%13.15

CMYK color model

#63561C color CMYK value is (0,13,72,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 71.72%
  • key color value is 61.18%
CMYK:
(0,13,72,61)
C0M13Y72K61 
(0%,13%,72%,61%)
(0.00/0.13/0.72/0.61)	

CMYK percentages

%0
%13.13
%71.72
%61.18

Codes

Color #63561C in popluar color models

63561C
RGB998628
HSL49°55.91%24.90%
HSB/HSV49°71.72%38.82%
CMYK0.00%13.13%71.72%
61.18%

Color #63561C in popluar number systems.

HEX63561C
Decimal998628
Binary1100011101011011100
Octal14312634

Shades and tints

Shades of #63561C

#63561C
(99,86,28)
#5A4F1A
(90,79,26)
#514818
(81,72,24)
#484116
(72,65,22)
#3F3A14
(63,58,20)
#363312
(54,51,18)
#2D2C10
(45,44,16)
#24250E
(36,37,14)
#1B1E0C
(27,30,12)
#12170A
(18,23,10)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #63561C

#63561C
(99,86,28)
#716530
(113,101,48)
#7F7444
(127,116,68)
#8D8358
(141,131,88)
#9B926C
(155,146,108)
#A9A180
(169,161,128)
#B7B094
(183,176,148)
#C5BFA8
(197,191,168)
#D3CEBC
(211,206,188)
#E1DDD0
(225,221,208)
#EFECE4
(239,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63561C; }

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

This text font color is #63561C.


Background Color

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

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

This div background color is #63561C.


Border color

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

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

This div border color is #63561C.


Opacity

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

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

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

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

This text has shadow with #63561C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63561C on black background.


Color preview on white background

This text has color #63561C on white background.



Black color preview on #63561C background

This text has black color on #63561C background.


White color preview on #63561C background

This text has white color on #63561C background.