COLOR #63575D

HEX: #63575D RGB: (99,87,93)

Color info

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

RGB color model

#63575D color RGB value is (99,87,93).

RGB: (99,87,93) (39%, 34%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 93 of 255 = 36%

99
87
93

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

Portions of RGB colors in percentages

R + G + B = 99 + 87 + 93 = 279 (100%)
R 99 of 279 ~ 35.48%
G 87 of 279 ~ 31.18%
B 93 of 279 ~ 33.33'%

%35.48
%31.18
%33.33

CMYK color model

#63575D color CMYK value is (0,12,6,61).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 6.06%
  • key color value is 61.18%

CMYK: (0,12,6,61)
C0M12Y6K61 (0%, 12%, 6%, 61%)
(0.00 / 0.12 / 0.06 / 0.61)

CMYK percentages

%0
%12.12
%6.06
%61.18

Codes

Color #63575D in popluar color models

63 57 5D
RGB 99 87 93
HSL 330° 6.45% 36.47%
HSB/HSV 330° 12.12% 38.82%
CMYK 0.00% 12.12% 6.06%
61.18%

Color #63575D in popluar number systems.

HEX 63 57 5D
Decimal 99 87 93
Binary 1100011 1010111 1011101
Octal 143 127 135

Shades and tints

Shades of #63575D

#63575D
(99,87,93)
#5A5055
(90,80,85)
#51494D
(81,73,77)
#484245
(72,66,69)
#3F3B3D
(63,59,61)
#363435
(54,52,53)
#2D2D2D
(45,45,45)
#242625
(36,38,37)
#1B1F1D
(27,31,29)
#121815
(18,24,21)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #63575D

#63575D
(99,87,93)
#71666B
(113,102,107)
#7F7579
(127,117,121)
#8D8487
(141,132,135)
#9B9395
(155,147,149)
#A9A2A3
(169,162,163)
#B7B1B1
(183,177,177)
#C5C0BF
(197,192,191)
#D3CFCD
(211,207,205)
#E1DEDB
(225,222,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63575D; }

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

This text font color is #63575D.

Background Color

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

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

This div background color is #63575D.

Border color

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

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

This div border color is #63575D.

Opacity

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

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

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

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

This text has shadow with #63575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63575D.

Preview

Color preview on black background

This text has color #63575D on black background.


Color preview on white background

This text has color #63575D on white background.


Black color preview on #63575D background

This text has black color on #63575D background.


White color preview on #63575D background

This text has white color on #63575D background.


Related colors

Complementary color

Complementary color for #hex is #9CA8A2.


I love getcolorcode.com

Triadic colors

1 #5D6357 and #575D63 with #63575D are triadic colors.

2 #5D5763 and #57635D with #63575D are triadic colors.