COLOR #63625B

HEX: #63625B
RGB: (99,98,91)

Color info

#63625B contains red, green and blue colors in about the same proportion. Web safe color of #63625B is #666666 (or #666).

RGB color model

#63625B color RGB value is (99,98,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 91 of 255 = 36%

99
98
91

R + G + B ~ 38%. #63625B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 91 = 288 (100%)
R 99 of 288 ~ 34.38%
G 98 of 288 ~ 34.03%
B 91 of 288 ~ 31.6%

%34.38
%34.03
%31.6

CMYK color model

#63625B color CMYK value is (0,1,8,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,1,8,61)
C0M1Y8K61 
(0%,1%,8%,61%)
(0.00/0.01/0.08/0.61)	

CMYK percentages

%0
%1.01
%8.08
%61.18

Codes

Color #63625B in popluar color models

63625B
RGB999891
HSL53°4.21%37.25%
HSB/HSV53°8.08%38.82%
CMYK0.00%1.01%8.08%
61.18%

Color #63625B in popluar number systems.

HEX63625B
Decimal999891
Binary110001111000101011011
Octal143142133

Shades and tints

Shades of #63625B

#63625B
(99,98,91)
#5A5A53
(90,90,83)
#51524B
(81,82,75)
#484A43
(72,74,67)
#3F423B
(63,66,59)
#363A33
(54,58,51)
#2D322B
(45,50,43)
#242A23
(36,42,35)
#1B221B
(27,34,27)
#121A13
(18,26,19)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #63625B

#63625B
(99,98,91)
#717069
(113,112,105)
#7F7E77
(127,126,119)
#8D8C85
(141,140,133)
#9B9A93
(155,154,147)
#A9A8A1
(169,168,161)
#B7B6AF
(183,182,175)
#C5C4BD
(197,196,189)
#D3D2CB
(211,210,203)
#E1E0D9
(225,224,217)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63625B; }

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

This text font color is #63625B.


Background Color

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

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

This div background color is #63625B.


Border color

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

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

This div border color is #63625B.


Opacity

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

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

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

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

This text has shadow with #63625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63625B on black background.


Color preview on white background

This text has color #63625B on white background.



Black color preview on #63625B background

This text has black color on #63625B background.


White color preview on #63625B background

This text has white color on #63625B background.