COLOR #635D57

HEX: #635D57
RGB: (99,93,87)

Color info

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

RGB color model

#635D57 color RGB value is (99,93,87).

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

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 87 of 255 = 34%

99
93
87

R + G + B ~ 36%. #635D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 93 + 87 = 279 (100%)
R 99 of 279 ~ 35.48%
G 93 of 279 ~ 33.33%
B 87 of 279 ~ 31.18%

%35.48
%33.33
%31.18

CMYK color model

#635D57 color CMYK value is (0,6,12,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(0,6,12,61)
C0M6Y12K61 
(0%,6%,12%,61%)
(0.00/0.06/0.12/0.61)	

CMYK percentages

%0
%6.06
%12.12
%61.18

Codes

Color #635D57 in popluar color models

635D57
RGB999387
HSL30°6.45%36.47%
HSB/HSV30°12.12%38.82%
CMYK0.00%6.06%12.12%
61.18%

Color #635D57 in popluar number systems.

HEX635D57
Decimal999387
Binary110001110111011010111
Octal143135127

Shades and tints

Shades of #635D57

#635D57
(99,93,87)
#5A5550
(90,85,80)
#514D49
(81,77,73)
#484542
(72,69,66)
#3F3D3B
(63,61,59)
#363534
(54,53,52)
#2D2D2D
(45,45,45)
#242526
(36,37,38)
#1B1D1F
(27,29,31)
#121518
(18,21,24)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #635D57

#635D57
(99,93,87)
#716B66
(113,107,102)
#7F7975
(127,121,117)
#8D8784
(141,135,132)
#9B9593
(155,149,147)
#A9A3A2
(169,163,162)
#B7B1B1
(183,177,177)
#C5BFC0
(197,191,192)
#D3CDCF
(211,205,207)
#E1DBDE
(225,219,222)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635D57; }

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

This text font color is #635D57.


Background Color

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

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

This div background color is #635D57.


Border color

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

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

This div border color is #635D57.


Opacity

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

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

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

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

This text has shadow with #635D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635D57 on black background.


Color preview on white background

This text has color #635D57 on white background.



Black color preview on #635D57 background

This text has black color on #635D57 background.


White color preview on #635D57 background

This text has white color on #635D57 background.