COLOR #635D61

HEX: #635D61
RGB: (99,93,97)

Color info

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

RGB color model

#635D61 color RGB value is (99,93,97).

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

RGB channels and saturation

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

99
93
97

R + G + B ~ 38%. #635D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 93 + 97 = 289 (100%)
R 99 of 289 ~ 34.26%
G 93 of 289 ~ 32.18%
B 97 of 289 ~ 33.56%

%34.26
%32.18
%33.56

CMYK color model

#635D61 color CMYK value is (0,6,2,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 2.02%
  • key color value is 61.18%
CMYK:
(0,6,2,61)
C0M6Y2K61 
(0%,6%,2%,61%)
(0.00/0.06/0.02/0.61)	

CMYK percentages

%0
%6.06
%2.02
%61.18

Codes

Color #635D61 in popluar color models

635D61
RGB999397
HSL320°3.13%37.65%
HSB/HSV320°6.06%38.82%
CMYK0.00%6.06%2.02%
61.18%

Color #635D61 in popluar number systems.

HEX635D61
Decimal999397
Binary110001110111011100001
Octal143135141

Shades and tints

Shades of #635D61

#635D61
(99,93,97)
#5A5559
(90,85,89)
#514D51
(81,77,81)
#484549
(72,69,73)
#3F3D41
(63,61,65)
#363539
(54,53,57)
#2D2D31
(45,45,49)
#242529
(36,37,41)
#1B1D21
(27,29,33)
#121519
(18,21,25)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #635D61

#635D61
(99,93,97)
#716B6F
(113,107,111)
#7F797D
(127,121,125)
#8D878B
(141,135,139)
#9B9599
(155,149,153)
#A9A3A7
(169,163,167)
#B7B1B5
(183,177,181)
#C5BFC3
(197,191,195)
#D3CDD1
(211,205,209)
#E1DBDF
(225,219,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635D61 color. Also use rgb(99,93,97) instead hex code.

Text Font Color

.myTextColor { color: #635D61; }

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

This text font color is #635D61.


Background Color

.myBgColor { background-color: #635D61; }

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

This div background color is #635D61.


Border color

.myBorderColor { border: 1px solid #635D61; }

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

This div border color is #635D61.


Opacity

.myOpacity80 { color: #635D61; opacity: 0.8; }

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

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

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

This text has shadow with #635D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635D61 on black background.


Color preview on white background

This text has color #635D61 on white background.



Black color preview on #635D61 background

This text has black color on #635D61 background.


White color preview on #635D61 background

This text has white color on #635D61 background.