COLOR #63624B

HEX: #63624B
RGB: (99,98,75)

Color info

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

RGB color model

#63624B color RGB value is (99,98,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 75 of 255 = 29%

99
98
75

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 75 = 272 (100%)
R 99 of 272 ~ 36.4%
G 98 of 272 ~ 36.03%
B 75 of 272 ~ 27.57%

%36.4
%36.03
%27.57

CMYK color model

#63624B color CMYK value is (0,1,24,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(0,1,24,61)
C0M1Y24K61 
(0%,1%,24%,61%)
(0.00/0.01/0.24/0.61)	

CMYK percentages

%0
%1.01
%24.24
%61.18

Codes

Color #63624B in popluar color models

63624B
RGB999875
HSL58°13.79%34.12%
HSB/HSV58°24.24%38.82%
CMYK0.00%1.01%24.24%
61.18%

Color #63624B in popluar number systems.

HEX63624B
Decimal999875
Binary110001111000101001011
Octal143142113

Shades and tints

Shades of #63624B

#63624B
(99,98,75)
#5A5A45
(90,90,69)
#51523F
(81,82,63)
#484A39
(72,74,57)
#3F4233
(63,66,51)
#363A2D
(54,58,45)
#2D3227
(45,50,39)
#242A21
(36,42,33)
#1B221B
(27,34,27)
#121A15
(18,26,21)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #63624B

#63624B
(99,98,75)
#71705B
(113,112,91)
#7F7E6B
(127,126,107)
#8D8C7B
(141,140,123)
#9B9A8B
(155,154,139)
#A9A89B
(169,168,155)
#B7B6AB
(183,182,171)
#C5C4BB
(197,196,187)
#D3D2CB
(211,210,203)
#E1E0DB
(225,224,219)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63624B; }

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

This text font color is #63624B.


Background Color

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

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

This div background color is #63624B.


Border color

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

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

This div border color is #63624B.


Opacity

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

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

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

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

This text has shadow with #63624B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63624B on black background.


Color preview on white background

This text has color #63624B on white background.



Black color preview on #63624B background

This text has black color on #63624B background.


White color preview on #63624B background

This text has white color on #63624B background.