COLOR #635E66

HEX: #635E66
RGB: (99,94,102)

Color info

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

RGB color model

#635E66 color RGB value is (99,94,102).

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

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 102 of 255 = 40%

99
94
102

R + G + B ~ 39%. #635E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 102 = 295 (100%)
R 99 of 295 ~ 33.56%
G 94 of 295 ~ 31.86%
B 102 of 295 ~ 34.58%

%33.56
%31.86
%34.58

CMYK color model

#635E66 color CMYK value is (3,8,0,60).

  • cyan value is 2.94%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(3,8,0,60)
C3M8Y0K60 
(3%,8%,0%,60%)
(0.03/0.08/0.00/0.60)	

CMYK percentages

%2.94
%7.84
%0
%60

Codes

Color #635E66 in popluar color models

635E66
RGB9994102
HSL278°4.08%38.43%
HSB/HSV278°7.84%40.00%
CMYK2.94%7.84%0.00%
60.00%

Color #635E66 in popluar number systems.

HEX635E66
Decimal9994102
Binary110001110111101100110
Octal143136146

Shades and tints

Shades of #635E66

#635E66
(99,94,102)
#5A565D
(90,86,93)
#514E54
(81,78,84)
#48464B
(72,70,75)
#3F3E42
(63,62,66)
#363639
(54,54,57)
#2D2E30
(45,46,48)
#242627
(36,38,39)
#1B1E1E
(27,30,30)
#121615
(18,22,21)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #635E66

#635E66
(99,94,102)
#716C73
(113,108,115)
#7F7A80
(127,122,128)
#8D888D
(141,136,141)
#9B969A
(155,150,154)
#A9A4A7
(169,164,167)
#B7B2B4
(183,178,180)
#C5C0C1
(197,192,193)
#D3CECE
(211,206,206)
#E1DCDB
(225,220,219)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E66; }

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

This text font color is #635E66.


Background Color

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

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

This div background color is #635E66.


Border color

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

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

This div border color is #635E66.


Opacity

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

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

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

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

This text has shadow with #635E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E66 on black background.


Color preview on white background

This text has color #635E66 on white background.



Black color preview on #635E66 background

This text has black color on #635E66 background.


White color preview on #635E66 background

This text has white color on #635E66 background.