COLOR #635D5C

HEX: #635D5C
RGB: (99,93,92)

Color info

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

RGB color model

#635D5C color RGB value is (99,93,92).

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

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 92 of 255 = 36%

99
93
92

R + G + B ~ 37%. #635D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 93 + 92 = 284 (100%)
R 99 of 284 ~ 34.86%
G 93 of 284 ~ 32.75%
B 92 of 284 ~ 32.39%

%34.86
%32.75
%32.39

CMYK color model

#635D5C color CMYK value is (0,6,7,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(0,6,7,61)
C0M6Y7K61 
(0%,6%,7%,61%)
(0.00/0.06/0.07/0.61)	

CMYK percentages

%0
%6.06
%7.07
%61.18

Codes

Color #635D5C in popluar color models

635D5C
RGB999392
HSL3.66%37.45%
HSB/HSV7.07%38.82%
CMYK0.00%6.06%7.07%
61.18%

Color #635D5C in popluar number systems.

HEX635D5C
Decimal999392
Binary110001110111011011100
Octal143135134

Shades and tints

Shades of #635D5C

#635D5C
(99,93,92)
#5A5554
(90,85,84)
#514D4C
(81,77,76)
#484544
(72,69,68)
#3F3D3C
(63,61,60)
#363534
(54,53,52)
#2D2D2C
(45,45,44)
#242524
(36,37,36)
#1B1D1C
(27,29,28)
#121514
(18,21,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #635D5C

#635D5C
(99,93,92)
#716B6A
(113,107,106)
#7F7978
(127,121,120)
#8D8786
(141,135,134)
#9B9594
(155,149,148)
#A9A3A2
(169,163,162)
#B7B1B0
(183,177,176)
#C5BFBE
(197,191,190)
#D3CDCC
(211,205,204)
#E1DBDA
(225,219,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635D5C; }

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

This text font color is #635D5C.


Background Color

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

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

This div background color is #635D5C.


Border color

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

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

This div border color is #635D5C.


Opacity

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

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

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

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

This text has shadow with #635D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635D5C on black background.


Color preview on white background

This text has color #635D5C on white background.



Black color preview on #635D5C background

This text has black color on #635D5C background.


White color preview on #635D5C background

This text has white color on #635D5C background.