COLOR #63503F

HEX: #63503F
RGB: (99,80,63)

Color info

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

RGB color model

#63503F color RGB value is (99,80,63).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 63 of 255 = 25%

99
80
63

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

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 63 = 242 (100%)
R 99 of 242 ~ 40.91%
G 80 of 242 ~ 33.06%
B 63 of 242 ~ 26.03%

%40.91
%33.06
%26.03

CMYK color model

#63503F color CMYK value is (0,19,36,61).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 36.36%
  • key color value is 61.18%
CMYK:
(0,19,36,61)
C0M19Y36K61 
(0%,19%,36%,61%)
(0.00/0.19/0.36/0.61)	

CMYK percentages

%0
%19.19
%36.36
%61.18

Codes

Color #63503F in popluar color models

63503F
RGB998063
HSL28°22.22%31.76%
HSB/HSV28°36.36%38.82%
CMYK0.00%19.19%36.36%
61.18%

Color #63503F in popluar number systems.

HEX63503F
Decimal998063
Binary11000111010000111111
Octal14312077

Shades and tints

Shades of #63503F

#63503F
(99,80,63)
#5A493A
(90,73,58)
#514235
(81,66,53)
#483B30
(72,59,48)
#3F342B
(63,52,43)
#362D26
(54,45,38)
#2D2621
(45,38,33)
#241F1C
(36,31,28)
#1B1817
(27,24,23)
#121112
(18,17,18)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #63503F

#63503F
(99,80,63)
#715F50
(113,95,80)
#7F6E61
(127,110,97)
#8D7D72
(141,125,114)
#9B8C83
(155,140,131)
#A99B94
(169,155,148)
#B7AAA5
(183,170,165)
#C5B9B6
(197,185,182)
#D3C8C7
(211,200,199)
#E1D7D8
(225,215,216)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63503F; }

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

This text font color is #63503F.


Background Color

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

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

This div background color is #63503F.


Border color

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

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

This div border color is #63503F.


Opacity

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

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

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

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

This text has shadow with #63503F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63503F on black background.


Color preview on white background

This text has color #63503F on white background.



Black color preview on #63503F background

This text has black color on #63503F background.


White color preview on #63503F background

This text has white color on #63503F background.