COLOR #635768

HEX: #635768
RGB: (99,87,104)

Color info

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

RGB color model

#635768 color RGB value is (99,87,104).

  • red value is 99;
  • green value is 87;
  • blue value is 104.
RGB:
(99,87,104)
(39%,34%,41%)

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 104 of 255 = 41%

99
87
104

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

Portions of RGB colors in percentages

R + G + B =
99 + 87 + 104 = 290 (100%)
R 99 of 290 ~ 34.14%
G 87 of 290 ~ 30%
B 104 of 290 ~ 35.86%

%34.14
%30
%35.86

CMYK color model

#635768 color CMYK value is (5,16,0,59).

  • cyan value is 4.81%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(5,16,0,59)
C5M16Y0K59 
(5%,16%,0%,59%)
(0.05/0.16/0.00/0.59)	

CMYK percentages

%4.81
%16.35
%0
%59.22

Codes

Color #635768 in popluar color models

635768
RGB9987104
HSL282°8.90%37.45%
HSB/HSV282°16.35%40.78%
CMYK4.81%16.35%0.00%
59.22%

Color #635768 in popluar number systems.

HEX635768
Decimal9987104
Binary110001110101111101000
Octal143127150

Shades and tints

Shades of #635768

#635768
(99,87,104)
#5A505F
(90,80,95)
#514956
(81,73,86)
#48424D
(72,66,77)
#3F3B44
(63,59,68)
#36343B
(54,52,59)
#2D2D32
(45,45,50)
#242629
(36,38,41)
#1B1F20
(27,31,32)
#121817
(18,24,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #635768

#635768
(99,87,104)
#716675
(113,102,117)
#7F7582
(127,117,130)
#8D848F
(141,132,143)
#9B939C
(155,147,156)
#A9A2A9
(169,162,169)
#B7B1B6
(183,177,182)
#C5C0C3
(197,192,195)
#D3CFD0
(211,207,208)
#E1DEDD
(225,222,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635768 color. Also use rgb(99,87,104) instead hex code.

Text Font Color

.myTextColor { color: #635768; }

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

This text font color is #635768.


Background Color

.myBgColor { background-color: #635768; }

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

This div background color is #635768.


Border color

.myBorderColor { border: 1px solid #635768; }

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

This div border color is #635768.


Opacity

.myOpacity80 { color: #635768; opacity: 0.8; }

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

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

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

This text has shadow with #635768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635768 on black background.


Color preview on white background

This text has color #635768 on white background.



Black color preview on #635768 background

This text has black color on #635768 background.


White color preview on #635768 background

This text has white color on #635768 background.