COLOR #635659

HEX: #635659
RGB: (99,86,89)

Color info

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

RGB color model

#635659 color RGB value is (99,86,89).

  • red value is 99;
  • green value is 86;
  • blue value is 89.
RGB:
(99,86,89)
(39%,34%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 89 of 255 = 35%

99
86
89

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

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 89 = 274 (100%)
R 99 of 274 ~ 36.13%
G 86 of 274 ~ 31.39%
B 89 of 274 ~ 32.48%

%36.13
%31.39
%32.48

CMYK color model

#635659 color CMYK value is (0,13,10,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 10.10%
  • key color value is 61.18%
CMYK:
(0,13,10,61)
C0M13Y10K61 
(0%,13%,10%,61%)
(0.00/0.13/0.10/0.61)	

CMYK percentages

%0
%13.13
%10.1
%61.18

Codes

Color #635659 in popluar color models

635659
RGB998689
HSL346°7.03%36.27%
HSB/HSV346°13.13%38.82%
CMYK0.00%13.13%10.10%
61.18%

Color #635659 in popluar number systems.

HEX635659
Decimal998689
Binary110001110101101011001
Octal143126131

Shades and tints

Shades of #635659

#635659
(99,86,89)
#5A4F51
(90,79,81)
#514849
(81,72,73)
#484141
(72,65,65)
#3F3A39
(63,58,57)
#363331
(54,51,49)
#2D2C29
(45,44,41)
#242521
(36,37,33)
#1B1E19
(27,30,25)
#121711
(18,23,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #635659

#635659
(99,86,89)
#716568
(113,101,104)
#7F7477
(127,116,119)
#8D8386
(141,131,134)
#9B9295
(155,146,149)
#A9A1A4
(169,161,164)
#B7B0B3
(183,176,179)
#C5BFC2
(197,191,194)
#D3CED1
(211,206,209)
#E1DDE0
(225,221,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635659; }

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

This text font color is #635659.


Background Color

.myBgColor { background-color: #635659; }

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

This div background color is #635659.


Border color

.myBorderColor { border: 1px solid #635659; }

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

This div border color is #635659.


Opacity

.myOpacity80 { color: #635659; opacity: 0.8; }

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

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

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

This text has shadow with #635659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635659 on black background.


Color preview on white background

This text has color #635659 on white background.



Black color preview on #635659 background

This text has black color on #635659 background.


White color preview on #635659 background

This text has white color on #635659 background.