COLOR #63625D

HEX: #63625D
RGB: (99,98,93)

Color info

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

RGB color model

#63625D color RGB value is (99,98,93).

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

RGB channels and saturation

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

99
98
93

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 93 = 290 (100%)
R 99 of 290 ~ 34.14%
G 98 of 290 ~ 33.79%
B 93 of 290 ~ 32.07%

%34.14
%33.79
%32.07

CMYK color model

#63625D color CMYK value is (0,1,6,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(0,1,6,61)
C0M1Y6K61 
(0%,1%,6%,61%)
(0.00/0.01/0.06/0.61)	

CMYK percentages

%0
%1.01
%6.06
%61.18

Codes

Color #63625D in popluar color models

63625D
RGB999893
HSL50°3.13%37.65%
HSB/HSV50°6.06%38.82%
CMYK0.00%1.01%6.06%
61.18%

Color #63625D in popluar number systems.

HEX63625D
Decimal999893
Binary110001111000101011101
Octal143142135

Shades and tints

Shades of #63625D

#63625D
(99,98,93)
#5A5A55
(90,90,85)
#51524D
(81,82,77)
#484A45
(72,74,69)
#3F423D
(63,66,61)
#363A35
(54,58,53)
#2D322D
(45,50,45)
#242A25
(36,42,37)
#1B221D
(27,34,29)
#121A15
(18,26,21)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #63625D

#63625D
(99,98,93)
#71706B
(113,112,107)
#7F7E79
(127,126,121)
#8D8C87
(141,140,135)
#9B9A95
(155,154,149)
#A9A8A3
(169,168,163)
#B7B6B1
(183,182,177)
#C5C4BF
(197,196,191)
#D3D2CD
(211,210,205)
#E1E0DB
(225,224,219)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63625D; }

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

This text font color is #63625D.


Background Color

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

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

This div background color is #63625D.


Border color

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

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

This div border color is #63625D.


Opacity

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

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

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

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

This text has shadow with #63625D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63625D on black background.


Color preview on white background

This text has color #63625D on white background.



Black color preview on #63625D background

This text has black color on #63625D background.


White color preview on #63625D background

This text has white color on #63625D background.