COLOR #63585E

HEX: #63585E
RGB: (99,88,94)

Color info

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

RGB color model

#63585E color RGB value is (99,88,94).

  • red value is 99;
  • green value is 88;
  • blue value is 94.
RGB:
(99,88,94)
(39%,35%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 88 of 255 = 35%
B 94 of 255 = 37%

99
88
94

R + G + B ~ 37%. #63585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 88 + 94 = 281 (100%)
R 99 of 281 ~ 35.23%
G 88 of 281 ~ 31.32%
B 94 of 281 ~ 33.45%

%35.23
%31.32
%33.45

CMYK color model

#63585E color CMYK value is (0,11,5,61).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(0,11,5,61)
C0M11Y5K61 
(0%,11%,5%,61%)
(0.00/0.11/0.05/0.61)	

CMYK percentages

%0
%11.11
%5.05
%61.18

Codes

Color #63585E in popluar color models

63585E
RGB998894
HSL327°5.88%36.67%
HSB/HSV327°11.11%38.82%
CMYK0.00%11.11%5.05%
61.18%

Color #63585E in popluar number systems.

HEX63585E
Decimal998894
Binary110001110110001011110
Octal143130136

Shades and tints

Shades of #63585E

#63585E
(99,88,94)
#5A5056
(90,80,86)
#51484E
(81,72,78)
#484046
(72,64,70)
#3F383E
(63,56,62)
#363036
(54,48,54)
#2D282E
(45,40,46)
#242026
(36,32,38)
#1B181E
(27,24,30)
#121016
(18,16,22)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #63585E

#63585E
(99,88,94)
#71676C
(113,103,108)
#7F767A
(127,118,122)
#8D8588
(141,133,136)
#9B9496
(155,148,150)
#A9A3A4
(169,163,164)
#B7B2B2
(183,178,178)
#C5C1C0
(197,193,192)
#D3D0CE
(211,208,206)
#E1DFDC
(225,223,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63585E color. Also use rgb(99,88,94) instead hex code.

Text Font Color

.myTextColor { color: #63585E; }

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

This text font color is #63585E.


Background Color

.myBgColor { background-color: #63585E; }

<div style="background-color:#63585E">Inner text</div>

This div background color is #63585E.


Border color

.myBorderColor { border: 1px solid #63585E; }

<div style="border:3px solid #63585E">Div</div>

This div border color is #63585E.


Opacity

.myOpacity80 { color: #63585E; opacity: 0.8; }

<p style="color:#63585E;opacity:0.8;">80%</p>

Text with #63585E 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 #63585E;}

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

This text has shadow with #63585E color.

.textShadow {text-shadow: 3px 3px 1px #63585E, 3px 3px 1px red;}

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

This text has shadow with #63585E primary color and red secondary color.


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

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

This text has shadow with #63585E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63585E on black background.


Color preview on white background

This text has color #63585E on white background.



Black color preview on #63585E background

This text has black color on #63585E background.


White color preview on #63585E background

This text has white color on #63585E background.