COLOR #63644C

HEX: #63644C
RGB: (99,100,76)

Color info

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

RGB color model

#63644C color RGB value is (99,100,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 76 of 255 = 30%

99
100
76

R + G + B ~ 36%. #63644C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 76 = 275 (100%)
R 99 of 275 ~ 36%
G 100 of 275 ~ 36.36%
B 76 of 275 ~ 27.64%

%36
%36.36
%27.64

CMYK color model

#63644C color CMYK value is (1,0,24,61).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(1,0,24,61)
C1M0Y24K61 
(1%,0%,24%,61%)
(0.01/0.00/0.24/0.61)	

CMYK percentages

%1
%0
%24
%60.78

Codes

Color #63644C in popluar color models

63644C
RGB9910076
HSL63°13.64%34.51%
HSB/HSV63°24.00%39.22%
CMYK1.00%0.00%24.00%
60.78%

Color #63644C in popluar number systems.

HEX63644C
Decimal9910076
Binary110001111001001001100
Octal143144114

Shades and tints

Shades of #63644C

#63644C
(99,100,76)
#5A5B46
(90,91,70)
#515240
(81,82,64)
#48493A
(72,73,58)
#3F4034
(63,64,52)
#36372E
(54,55,46)
#2D2E28
(45,46,40)
#242522
(36,37,34)
#1B1C1C
(27,28,28)
#121316
(18,19,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #63644C

#63644C
(99,100,76)
#71725C
(113,114,92)
#7F806C
(127,128,108)
#8D8E7C
(141,142,124)
#9B9C8C
(155,156,140)
#A9AA9C
(169,170,156)
#B7B8AC
(183,184,172)
#C5C6BC
(197,198,188)
#D3D4CC
(211,212,204)
#E1E2DC
(225,226,220)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63644C; }

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

This text font color is #63644C.


Background Color

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

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

This div background color is #63644C.


Border color

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

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

This div border color is #63644C.


Opacity

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

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

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

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

This text has shadow with #63644C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63644C on black background.


Color preview on white background

This text has color #63644C on white background.



Black color preview on #63644C background

This text has black color on #63644C background.


White color preview on #63644C background

This text has white color on #63644C background.