COLOR #635965

HEX: #635965
RGB: (99,89,101)

Color info

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

RGB color model

#635965 color RGB value is (99,89,101).

  • red value is 99;
  • green value is 89;
  • blue value is 101.
RGB:
(99,89,101)
(39%,35%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 101 of 255 = 40%

99
89
101

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

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 101 = 289 (100%)
R 99 of 289 ~ 34.26%
G 89 of 289 ~ 30.8%
B 101 of 289 ~ 34.95%

%34.26
%30.8
%34.95

CMYK color model

#635965 color CMYK value is (2,12,0,60).

  • cyan value is 1.98%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(2,12,0,60)
C2M12Y0K60 
(2%,12%,0%,60%)
(0.02/0.12/0.00/0.60)	

CMYK percentages

%1.98
%11.88
%0
%60.39

Codes

Color #635965 in popluar color models

635965
RGB9989101
HSL290°6.32%37.25%
HSB/HSV290°11.88%39.61%
CMYK1.98%11.88%0.00%
60.39%

Color #635965 in popluar number systems.

HEX635965
Decimal9989101
Binary110001110110011100101
Octal143131145

Shades and tints

Shades of #635965

#635965
(99,89,101)
#5A515C
(90,81,92)
#514953
(81,73,83)
#48414A
(72,65,74)
#3F3941
(63,57,65)
#363138
(54,49,56)
#2D292F
(45,41,47)
#242126
(36,33,38)
#1B191D
(27,25,29)
#121114
(18,17,20)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #635965

#635965
(99,89,101)
#716873
(113,104,115)
#7F7781
(127,119,129)
#8D868F
(141,134,143)
#9B959D
(155,149,157)
#A9A4AB
(169,164,171)
#B7B3B9
(183,179,185)
#C5C2C7
(197,194,199)
#D3D1D5
(211,209,213)
#E1E0E3
(225,224,227)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635965 color. Also use rgb(99,89,101) instead hex code.

Text Font Color

.myTextColor { color: #635965; }

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

This text font color is #635965.


Background Color

.myBgColor { background-color: #635965; }

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

This div background color is #635965.


Border color

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

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

This div border color is #635965.


Opacity

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

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

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

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

This text has shadow with #635965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635965 on black background.


Color preview on white background

This text has color #635965 on white background.



Black color preview on #635965 background

This text has black color on #635965 background.


White color preview on #635965 background

This text has white color on #635965 background.