COLOR #635961

HEX: #635961
RGB: (99,89,97)

Color info

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

RGB color model

#635961 color RGB value is (99,89,97).

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

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 97 of 255 = 38%

99
89
97

R + G + B ~ 37%. #635961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 97 = 285 (100%)
R 99 of 285 ~ 34.74%
G 89 of 285 ~ 31.23%
B 97 of 285 ~ 34.04%

%34.74
%31.23
%34.04

CMYK color model

#635961 color CMYK value is (0,10,2,61).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 2.02%
  • key color value is 61.18%
CMYK:
(0,10,2,61)
C0M10Y2K61 
(0%,10%,2%,61%)
(0.00/0.10/0.02/0.61)	

CMYK percentages

%0
%10.1
%2.02
%61.18

Codes

Color #635961 in popluar color models

635961
RGB998997
HSL312°5.32%36.86%
HSB/HSV312°10.10%38.82%
CMYK0.00%10.10%2.02%
61.18%

Color #635961 in popluar number systems.

HEX635961
Decimal998997
Binary110001110110011100001
Octal143131141

Shades and tints

Shades of #635961

#635961
(99,89,97)
#5A5159
(90,81,89)
#514951
(81,73,81)
#484149
(72,65,73)
#3F3941
(63,57,65)
#363139
(54,49,57)
#2D2931
(45,41,49)
#242129
(36,33,41)
#1B1921
(27,25,33)
#121119
(18,17,25)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #635961

#635961
(99,89,97)
#71686F
(113,104,111)
#7F777D
(127,119,125)
#8D868B
(141,134,139)
#9B9599
(155,149,153)
#A9A4A7
(169,164,167)
#B7B3B5
(183,179,181)
#C5C2C3
(197,194,195)
#D3D1D1
(211,209,209)
#E1E0DF
(225,224,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635961; }

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

This text font color is #635961.


Background Color

.myBgColor { background-color: #635961; }

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

This div background color is #635961.


Border color

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

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

This div border color is #635961.


Opacity

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

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

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

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

This text has shadow with #635961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635961 on black background.


Color preview on white background

This text has color #635961 on white background.



Black color preview on #635961 background

This text has black color on #635961 background.


White color preview on #635961 background

This text has white color on #635961 background.