COLOR #63595D

HEX: #63595D RGB: (99,89,93)

Color info

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

RGB color model

#63595D color RGB value is (99,89,93).

RGB: (99,89,93) (39%, 35%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 93 of 255 = 36%

99
89
93

R + G + B ~ 37%. #63595D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 89 + 93 = 281 (100%)
R 99 of 281 ~ 35.23%
G 89 of 281 ~ 31.67%
B 93 of 281 ~ 33.1'%

%35.23
%31.67
%33.1

CMYK color model

#63595D color CMYK value is (0,10,6,61).

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

CMYK: (0,10,6,61)
C0M10Y6K61 (0%, 10%, 6%, 61%)
(0.00 / 0.10 / 0.06 / 0.61)

CMYK percentages

%0
%10.1
%6.06
%61.18

Codes

Color #63595D in popluar color models

63 59 5D
RGB 99 89 93
HSL 336° 5.32% 36.86%
HSB/HSV 336° 10.10% 38.82%
CMYK 0.00% 10.10% 6.06%
61.18%

Color #63595D in popluar number systems.

HEX 63 59 5D
Decimal 99 89 93
Binary 1100011 1011001 1011101
Octal 143 131 135

Shades and tints

Shades of #63595D

#63595D
(99,89,93)
#5A5155
(90,81,85)
#51494D
(81,73,77)
#484145
(72,65,69)
#3F393D
(63,57,61)
#363135
(54,49,53)
#2D292D
(45,41,45)
#242125
(36,33,37)
#1B191D
(27,25,29)
#121115
(18,17,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #63595D

#63595D
(99,89,93)
#71686B
(113,104,107)
#7F7779
(127,119,121)
#8D8687
(141,134,135)
#9B9595
(155,149,149)
#A9A4A3
(169,164,163)
#B7B3B1
(183,179,177)
#C5C2BF
(197,194,191)
#D3D1CD
(211,209,205)
#E1E0DB
(225,224,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63595D; }

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

This text font color is #63595D.

Background Color

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

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

This div background color is #63595D.

Border color

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

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

This div border color is #63595D.

Opacity

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

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

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

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

This text has shadow with #63595D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63595D.

Preview

Color preview on black background

This text has color #63595D on black background.


Color preview on white background

This text has color #63595D on white background.


Black color preview on #63595D background

This text has black color on #63595D background.


White color preview on #63595D background

This text has white color on #63595D background.


Related colors

Complementary color

Complementary color for #hex is #9CA6A2.


I love getcolorcode.com

Triadic colors

1 #5D6359 and #595D63 with #63595D are triadic colors.

2 #5D5963 and #59635D with #63595D are triadic colors.