COLOR #63624D

HEX: #63624D
RGB: (99,98,77)

Color info

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

RGB color model

#63624D color RGB value is (99,98,77).

  • red value is 99;
  • green value is 98;
  • blue value is 77.
RGB:
(99,98,77)
(39%,38%,30%)

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 77 of 255 = 30%

99
98
77

R + G + B ~ 36%. #63624D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 77 = 274 (100%)
R 99 of 274 ~ 36.13%
G 98 of 274 ~ 35.77%
B 77 of 274 ~ 28.1%

%36.13
%35.77
%28.1

CMYK color model

#63624D color CMYK value is (0,1,22,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(0,1,22,61)
C0M1Y22K61 
(0%,1%,22%,61%)
(0.00/0.01/0.22/0.61)	

CMYK percentages

%0
%1.01
%22.22
%61.18

Codes

Color #63624D in popluar color models

63624D
RGB999877
HSL57°12.50%34.51%
HSB/HSV57°22.22%38.82%
CMYK0.00%1.01%22.22%
61.18%

Color #63624D in popluar number systems.

HEX63624D
Decimal999877
Binary110001111000101001101
Octal143142115

Shades and tints

Shades of #63624D

#63624D
(99,98,77)
#5A5A46
(90,90,70)
#51523F
(81,82,63)
#484A38
(72,74,56)
#3F4231
(63,66,49)
#363A2A
(54,58,42)
#2D3223
(45,50,35)
#242A1C
(36,42,28)
#1B2215
(27,34,21)
#121A0E
(18,26,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #63624D

#63624D
(99,98,77)
#71705D
(113,112,93)
#7F7E6D
(127,126,109)
#8D8C7D
(141,140,125)
#9B9A8D
(155,154,141)
#A9A89D
(169,168,157)
#B7B6AD
(183,182,173)
#C5C4BD
(197,196,189)
#D3D2CD
(211,210,205)
#E1E0DD
(225,224,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63624D color. Also use rgb(99,98,77) instead hex code.

Text Font Color

.myTextColor { color: #63624D; }

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

This text font color is #63624D.


Background Color

.myBgColor { background-color: #63624D; }

<div style="background-color:#63624D">Inner text</div>

This div background color is #63624D.


Border color

.myBorderColor { border: 1px solid #63624D; }

<div style="border:3px solid #63624D">Div</div>

This div border color is #63624D.


Opacity

.myOpacity80 { color: #63624D; opacity: 0.8; }

<p style="color:#63624D;opacity:0.8;">80%</p>

Text with #63624D 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 #63624D;}

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

This text has shadow with #63624D color.

.textShadow {text-shadow: 3px 3px 1px #63624D, 3px 3px 1px red;}

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

This text has shadow with #63624D primary color and red secondary color.


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

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

This text has shadow with #63624D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63624D on black background.


Color preview on white background

This text has color #63624D on white background.



Black color preview on #63624D background

This text has black color on #63624D background.


White color preview on #63624D background

This text has white color on #63624D background.