COLOR #63504C

HEX: #63504C
RGB: (99,80,76)

Color info

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

RGB color model

#63504C color RGB value is (99,80,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 76 of 255 = 30%

99
80
76

R + G + B ~ 33%. #63504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 76 = 255 (100%)
R 99 of 255 ~ 38.82%
G 80 of 255 ~ 31.37%
B 76 of 255 ~ 29.8%

%38.82
%31.37
%29.8

CMYK color model

#63504C color CMYK value is (0,19,23,61).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,19,23,61)
C0M19Y23K61 
(0%,19%,23%,61%)
(0.00/0.19/0.23/0.61)	

CMYK percentages

%0
%19.19
%23.23
%61.18

Codes

Color #63504C in popluar color models

63504C
RGB998076
HSL10°13.14%34.31%
HSB/HSV10°23.23%38.82%
CMYK0.00%19.19%23.23%
61.18%

Color #63504C in popluar number systems.

HEX63504C
Decimal998076
Binary110001110100001001100
Octal143120114

Shades and tints

Shades of #63504C

#63504C
(99,80,76)
#5A4946
(90,73,70)
#514240
(81,66,64)
#483B3A
(72,59,58)
#3F3434
(63,52,52)
#362D2E
(54,45,46)
#2D2628
(45,38,40)
#241F22
(36,31,34)
#1B181C
(27,24,28)
#121116
(18,17,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #63504C

#63504C
(99,80,76)
#715F5C
(113,95,92)
#7F6E6C
(127,110,108)
#8D7D7C
(141,125,124)
#9B8C8C
(155,140,140)
#A99B9C
(169,155,156)
#B7AAAC
(183,170,172)
#C5B9BC
(197,185,188)
#D3C8CC
(211,200,204)
#E1D7DC
(225,215,220)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63504C color. Also use rgb(99,80,76) instead hex code.

Text Font Color

.myTextColor { color: #63504C; }

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

This text font color is #63504C.


Background Color

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

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

This div background color is #63504C.


Border color

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

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

This div border color is #63504C.


Opacity

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

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

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

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

This text has shadow with #63504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63504C on black background.


Color preview on white background

This text has color #63504C on white background.



Black color preview on #63504C background

This text has black color on #63504C background.


White color preview on #63504C background

This text has white color on #63504C background.