COLOR #635C5B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
92
91

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

Portions of RGB colors in percentages

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

%35.11
%32.62
%32.27

CMYK color model

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

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

CMYK percentages

%0
%7.07
%8.08
%61.18

Codes

Color #635C5B in popluar color models

635C5B
RGB999291
HSL4.21%37.25%
HSB/HSV8.08%38.82%
CMYK0.00%7.07%8.08%
61.18%

Color #635C5B in popluar number systems.

HEX635C5B
Decimal999291
Binary110001110111001011011
Octal143134133

Shades and tints

Shades of #635C5B

#635C5B
(99,92,91)
#5A5453
(90,84,83)
#514C4B
(81,76,75)
#484443
(72,68,67)
#3F3C3B
(63,60,59)
#363433
(54,52,51)
#2D2C2B
(45,44,43)
#242423
(36,36,35)
#1B1C1B
(27,28,27)
#121413
(18,20,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #635C5B

#635C5B
(99,92,91)
#716A69
(113,106,105)
#7F7877
(127,120,119)
#8D8685
(141,134,133)
#9B9493
(155,148,147)
#A9A2A1
(169,162,161)
#B7B0AF
(183,176,175)
#C5BEBD
(197,190,189)
#D3CCCB
(211,204,203)
#E1DAD9
(225,218,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C5B; }

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

This text font color is #635C5B.


Background Color

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

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

This div background color is #635C5B.


Border color

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

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

This div border color is #635C5B.


Opacity

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

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

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

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

This text has shadow with #635C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C5B on black background.


Color preview on white background

This text has color #635C5B on white background.



Black color preview on #635C5B background

This text has black color on #635C5B background.


White color preview on #635C5B background

This text has white color on #635C5B background.