COLOR #635B5C

HEX: #635B5C
RGB: (99,91,92)

Color info

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

RGB color model

#635B5C color RGB value is (99,91,92).

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

RGB channels and saturation

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

99
91
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 92 = 282 (100%)
R 99 of 282 ~ 35.11%
G 91 of 282 ~ 32.27%
B 92 of 282 ~ 32.62%

%35.11
%32.27
%32.62

CMYK color model

#635B5C color CMYK value is (0,8,7,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(0,8,7,61)
C0M8Y7K61 
(0%,8%,7%,61%)
(0.00/0.08/0.07/0.61)	

CMYK percentages

%0
%8.08
%7.07
%61.18

Codes

Color #635B5C in popluar color models

635B5C
RGB999192
HSL353°4.21%37.25%
HSB/HSV353°8.08%38.82%
CMYK0.00%8.08%7.07%
61.18%

Color #635B5C in popluar number systems.

HEX635B5C
Decimal999192
Binary110001110110111011100
Octal143133134

Shades and tints

Shades of #635B5C

#635B5C
(99,91,92)
#5A5354
(90,83,84)
#514B4C
(81,75,76)
#484344
(72,67,68)
#3F3B3C
(63,59,60)
#363334
(54,51,52)
#2D2B2C
(45,43,44)
#242324
(36,35,36)
#1B1B1C
(27,27,28)
#121314
(18,19,20)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #635B5C

#635B5C
(99,91,92)
#71696A
(113,105,106)
#7F7778
(127,119,120)
#8D8586
(141,133,134)
#9B9394
(155,147,148)
#A9A1A2
(169,161,162)
#B7AFB0
(183,175,176)
#C5BDBE
(197,189,190)
#D3CBCC
(211,203,204)
#E1D9DA
(225,217,218)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635B5C; }

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

This text font color is #635B5C.


Background Color

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

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

This div background color is #635B5C.


Border color

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

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

This div border color is #635B5C.


Opacity

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

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

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

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

This text has shadow with #635B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B5C on black background.


Color preview on white background

This text has color #635B5C on white background.



Black color preview on #635B5C background

This text has black color on #635B5C background.


White color preview on #635B5C background

This text has white color on #635B5C background.