COLOR #63553B

HEX: #63553B
RGB: (99,85,59)

Color info

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

RGB color model

#63553B color RGB value is (99,85,59).

  • red value is 99;
  • green value is 85;
  • blue value is 59.
RGB:
(99,85,59)
(39%,33%,23%)

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 59 of 255 = 23%

99
85
59

R + G + B ~ 32%. #63553B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 85 + 59 = 243 (100%)
R 99 of 243 ~ 40.74%
G 85 of 243 ~ 34.98%
B 59 of 243 ~ 24.28%

%40.74
%34.98
%24.28

CMYK color model

#63553B color CMYK value is (0,14,40,61).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK:
(0,14,40,61)
C0M14Y40K61 
(0%,14%,40%,61%)
(0.00/0.14/0.40/0.61)	

CMYK percentages

%0
%14.14
%40.4
%61.18

Codes

Color #63553B in popluar color models

63553B
RGB998559
HSL39°25.32%30.98%
HSB/HSV39°40.40%38.82%
CMYK0.00%14.14%40.40%
61.18%

Color #63553B in popluar number systems.

HEX63553B
Decimal998559
Binary11000111010101111011
Octal14312573

Shades and tints

Shades of #63553B

#63553B
(99,85,59)
#5A4E36
(90,78,54)
#514731
(81,71,49)
#48402C
(72,64,44)
#3F3927
(63,57,39)
#363222
(54,50,34)
#2D2B1D
(45,43,29)
#242418
(36,36,24)
#1B1D13
(27,29,19)
#12160E
(18,22,14)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #63553B

#63553B
(99,85,59)
#71644C
(113,100,76)
#7F735D
(127,115,93)
#8D826E
(141,130,110)
#9B917F
(155,145,127)
#A9A090
(169,160,144)
#B7AFA1
(183,175,161)
#C5BEB2
(197,190,178)
#D3CDC3
(211,205,195)
#E1DCD4
(225,220,212)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63553B color. Also use rgb(99,85,59) instead hex code.

Text Font Color

.myTextColor { color: #63553B; }

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

This text font color is #63553B.


Background Color

.myBgColor { background-color: #63553B; }

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

This div background color is #63553B.


Border color

.myBorderColor { border: 1px solid #63553B; }

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

This div border color is #63553B.


Opacity

.myOpacity80 { color: #63553B; opacity: 0.8; }

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

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

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

This text has shadow with #63553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63553B on black background.


Color preview on white background

This text has color #63553B on white background.



Black color preview on #63553B background

This text has black color on #63553B background.


White color preview on #63553B background

This text has white color on #63553B background.