COLOR #635C76

HEX: #635C76
RGB: (99,92,118)

Color info

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

RGB color model

#635C76 color RGB value is (99,92,118).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 118 of 255 = 46%

99
92
118

R + G + B ~ 40%. #635C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 118 = 309 (100%)
R 99 of 309 ~ 32.04%
G 92 of 309 ~ 29.77%
B 118 of 309 ~ 38.19%

%32.04
%29.77
%38.19

CMYK color model

#635C76 color CMYK value is (16,22,0,54).

  • cyan value is 16.10%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(16,22,0,54)
C16M22Y0K54 
(16%,22%,0%,54%)
(0.16/0.22/0.00/0.54)	

CMYK percentages

%16.1
%22.03
%0
%53.73

Codes

Color #635C76 in popluar color models

635C76
RGB9992118
HSL256°12.38%41.18%
HSB/HSV256°22.03%46.27%
CMYK16.10%22.03%0.00%
53.73%

Color #635C76 in popluar number systems.

HEX635C76
Decimal9992118
Binary110001110111001110110
Octal143134166

Shades and tints

Shades of #635C76

#635C76
(99,92,118)
#5A546C
(90,84,108)
#514C62
(81,76,98)
#484458
(72,68,88)
#3F3C4E
(63,60,78)
#363444
(54,52,68)
#2D2C3A
(45,44,58)
#242430
(36,36,48)
#1B1C26
(27,28,38)
#12141C
(18,20,28)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #635C76

#635C76
(99,92,118)
#716A82
(113,106,130)
#7F788E
(127,120,142)
#8D869A
(141,134,154)
#9B94A6
(155,148,166)
#A9A2B2
(169,162,178)
#B7B0BE
(183,176,190)
#C5BECA
(197,190,202)
#D3CCD6
(211,204,214)
#E1DAE2
(225,218,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C76; }

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

This text font color is #635C76.


Background Color

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

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

This div background color is #635C76.


Border color

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

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

This div border color is #635C76.


Opacity

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

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

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

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

This text has shadow with #635C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C76 on black background.


Color preview on white background

This text has color #635C76 on white background.



Black color preview on #635C76 background

This text has black color on #635C76 background.


White color preview on #635C76 background

This text has white color on #635C76 background.