COLOR #63644A

HEX: #63644A
RGB: (99,100,74)

Color info

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

RGB color model

#63644A color RGB value is (99,100,74).

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

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 74 of 255 = 29%

99
100
74

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

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 74 = 273 (100%)
R 99 of 273 ~ 36.26%
G 100 of 273 ~ 36.63%
B 74 of 273 ~ 27.11%

%36.26
%36.63
%27.11

CMYK color model

#63644A color CMYK value is (1,0,26,61).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(1,0,26,61)
C1M0Y26K61 
(1%,0%,26%,61%)
(0.01/0.00/0.26/0.61)	

CMYK percentages

%1
%0
%26
%60.78

Codes

Color #63644A in popluar color models

63644A
RGB9910074
HSL62°14.94%34.12%
HSB/HSV62°26.00%39.22%
CMYK1.00%0.00%26.00%
60.78%

Color #63644A in popluar number systems.

HEX63644A
Decimal9910074
Binary110001111001001001010
Octal143144112

Shades and tints

Shades of #63644A

#63644A
(99,100,74)
#5A5B44
(90,91,68)
#51523E
(81,82,62)
#484938
(72,73,56)
#3F4032
(63,64,50)
#36372C
(54,55,44)
#2D2E26
(45,46,38)
#242520
(36,37,32)
#1B1C1A
(27,28,26)
#121314
(18,19,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #63644A

#63644A
(99,100,74)
#71725A
(113,114,90)
#7F806A
(127,128,106)
#8D8E7A
(141,142,122)
#9B9C8A
(155,156,138)
#A9AA9A
(169,170,154)
#B7B8AA
(183,184,170)
#C5C6BA
(197,198,186)
#D3D4CA
(211,212,202)
#E1E2DA
(225,226,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63644A; }

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

This text font color is #63644A.


Background Color

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

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

This div background color is #63644A.


Border color

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

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

This div border color is #63644A.


Opacity

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

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

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

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

This text has shadow with #63644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63644A on black background.


Color preview on white background

This text has color #63644A on white background.



Black color preview on #63644A background

This text has black color on #63644A background.


White color preview on #63644A background

This text has white color on #63644A background.