COLOR #635C5F

HEX: #635C5F RGB: (99,92,95)

Color info

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

RGB color model

#635C5F color RGB value is (99,92,95).

RGB: (99,92,95) (39%, 36%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 95 of 255 = 37%

99
92
95

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

Portions of RGB colors in percentages

R + G + B = 99 + 92 + 95 = 286 (100%)
R 99 of 286 ~ 34.62%
G 92 of 286 ~ 32.17%
B 95 of 286 ~ 33.22'%

%34.62
%32.17
%33.22

CMYK color model

#635C5F color CMYK value is (0,7,4,61).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK: (0,7,4,61) C0M7Y4K61 (0%,7%,4%,61%) (0.00/0.07/0.04/0.61) 

CMYK percentages

%0
%7.07
%4.04
%61.18

Codes

Color #635C5F in popluar color models

63 5C 5F
RGB 99 92 95
HSL 334° 3.66% 37.45%
HSB/HSV 334° 7.07% 38.82%
CMYK 0.00% 7.07% 4.04%
61.18%

Color #635C5F in popluar number systems.

HEX 63 5C 5F
Decimal 99 92 95
Binary 1100011 1011100 1011111
Octal 143 134 137

Shades and tints

Shades of #635C5F

#635C5F
(99,92,95)
#5A5457
(90,84,87)
#514C4F
(81,76,79)
#484447
(72,68,71)
#3F3C3F
(63,60,63)
#363437
(54,52,55)
#2D2C2F
(45,44,47)
#242427
(36,36,39)
#1B1C1F
(27,28,31)
#121417
(18,20,23)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #635C5F

#635C5F
(99,92,95)
#716A6D
(113,106,109)
#7F787B
(127,120,123)
#8D8689
(141,134,137)
#9B9497
(155,148,151)
#A9A2A5
(169,162,165)
#B7B0B3
(183,176,179)
#C5BEC1
(197,190,193)
#D3CCCF
(211,204,207)
#E1DADD
(225,218,221)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C5F; }

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

This text font color is #635C5F.

Background Color

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

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

This div background color is #635C5F.

Border color

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

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

This div border color is #635C5F.

Opacity

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

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

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

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

This text has shadow with #635C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635C5F.

Preview

Color preview on black background

This text has color #635C5F on black background.


Color preview on white background

This text has color #635C5F on white background.


Black color preview on #635C5F background

This text has black color on #635C5F background.


White color preview on #635C5F background

This text has white color on #635C5F background.


Related colors

Complementary color

Complementary color for #hex is #9CA3A0.


I love getcolorcode.com

Triadic colors

1 #5F635C and #5C5F63 with #635C5F are triadic colors.

2 #5F5C63 and #5C635F with #635C5F are triadic colors.