COLOR #63563F

HEX: #63563F
RGB: (99,86,63)

Color info

#63563F contains red, green and blue colors in about the same proportion. Web safe color of #63563F is #666633 (or #663).

RGB color model

#63563F color RGB value is (99,86,63).

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

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 63 of 255 = 25%

99
86
63

R + G + B ~ 33%. #63563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 63 = 248 (100%)
R 99 of 248 ~ 39.92%
G 86 of 248 ~ 34.68%
B 63 of 248 ~ 25.4%

%39.92
%34.68
%25.4

CMYK color model

#63563F color CMYK value is (0,13,36,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 36.36%
  • key color value is 61.18%
CMYK:
(0,13,36,61)
C0M13Y36K61 
(0%,13%,36%,61%)
(0.00/0.13/0.36/0.61)	

CMYK percentages

%0
%13.13
%36.36
%61.18

Codes

Color #63563F in popluar color models

63563F
RGB998663
HSL38°22.22%31.76%
HSB/HSV38°36.36%38.82%
CMYK0.00%13.13%36.36%
61.18%

Color #63563F in popluar number systems.

HEX63563F
Decimal998663
Binary11000111010110111111
Octal14312677

Shades and tints

Shades of #63563F

#63563F
(99,86,63)
#5A4F3A
(90,79,58)
#514835
(81,72,53)
#484130
(72,65,48)
#3F3A2B
(63,58,43)
#363326
(54,51,38)
#2D2C21
(45,44,33)
#24251C
(36,37,28)
#1B1E17
(27,30,23)
#121712
(18,23,18)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #63563F

#63563F
(99,86,63)
#716550
(113,101,80)
#7F7461
(127,116,97)
#8D8372
(141,131,114)
#9B9283
(155,146,131)
#A9A194
(169,161,148)
#B7B0A5
(183,176,165)
#C5BFB6
(197,191,182)
#D3CEC7
(211,206,199)
#E1DDD8
(225,221,216)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63563F color. Also use rgb(99,86,63) instead hex code.

Text Font Color

.myTextColor { color: #63563F; }

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

This text font color is #63563F.


Background Color

.myBgColor { background-color: #63563F; }

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

This div background color is #63563F.


Border color

.myBorderColor { border: 1px solid #63563F; }

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

This div border color is #63563F.


Opacity

.myOpacity80 { color: #63563F; opacity: 0.8; }

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

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

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

This text has shadow with #63563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63563F on black background.


Color preview on white background

This text has color #63563F on white background.



Black color preview on #63563F background

This text has black color on #63563F background.


White color preview on #63563F background

This text has white color on #63563F background.