COLOR #635C66

HEX: #635C66
RGB: (99,92,102)

Color info

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

RGB color model

#635C66 color RGB value is (99,92,102).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 102 of 255 = 40%

99
92
102

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 102 = 293 (100%)
R 99 of 293 ~ 33.79%
G 92 of 293 ~ 31.4%
B 102 of 293 ~ 34.81%

%33.79
%31.4
%34.81

CMYK color model

#635C66 color CMYK value is (3,10,0,60).

  • cyan value is 2.94%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(3,10,0,60)
C3M10Y0K60 
(3%,10%,0%,60%)
(0.03/0.10/0.00/0.60)	

CMYK percentages

%2.94
%9.8
%0
%60

Codes

Color #635C66 in popluar color models

635C66
RGB9992102
HSL282°5.15%38.04%
HSB/HSV282°9.80%40.00%
CMYK2.94%9.80%0.00%
60.00%

Color #635C66 in popluar number systems.

HEX635C66
Decimal9992102
Binary110001110111001100110
Octal143134146

Shades and tints

Shades of #635C66

#635C66
(99,92,102)
#5A545D
(90,84,93)
#514C54
(81,76,84)
#48444B
(72,68,75)
#3F3C42
(63,60,66)
#363439
(54,52,57)
#2D2C30
(45,44,48)
#242427
(36,36,39)
#1B1C1E
(27,28,30)
#121415
(18,20,21)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #635C66

#635C66
(99,92,102)
#716A73
(113,106,115)
#7F7880
(127,120,128)
#8D868D
(141,134,141)
#9B949A
(155,148,154)
#A9A2A7
(169,162,167)
#B7B0B4
(183,176,180)
#C5BEC1
(197,190,193)
#D3CCCE
(211,204,206)
#E1DADB
(225,218,219)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C66; }

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

This text font color is #635C66.


Background Color

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

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

This div background color is #635C66.


Border color

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

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

This div border color is #635C66.


Opacity

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

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

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

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

This text has shadow with #635C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C66 on black background.


Color preview on white background

This text has color #635C66 on white background.



Black color preview on #635C66 background

This text has black color on #635C66 background.


White color preview on #635C66 background

This text has white color on #635C66 background.