COLOR #635C5E

HEX: #635C5E
RGB: (99,92,94)

Color info

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

RGB color model

#635C5E color RGB value is (99,92,94).

  • red value is 99;
  • green value is 92;
  • blue value is 94.
RGB:
(99,92,94)
(39%,36%,37%)

RGB channels and saturation

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

99
92
94

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 94 = 285 (100%)
R 99 of 285 ~ 34.74%
G 92 of 285 ~ 32.28%
B 94 of 285 ~ 32.98%

%34.74
%32.28
%32.98

CMYK color model

#635C5E color CMYK value is (0,7,5,61).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(0,7,5,61)
C0M7Y5K61 
(0%,7%,5%,61%)
(0.00/0.07/0.05/0.61)	

CMYK percentages

%0
%7.07
%5.05
%61.18

Codes

Color #635C5E in popluar color models

635C5E
RGB999294
HSL343°3.66%37.45%
HSB/HSV343°7.07%38.82%
CMYK0.00%7.07%5.05%
61.18%

Color #635C5E in popluar number systems.

HEX635C5E
Decimal999294
Binary110001110111001011110
Octal143134136

Shades and tints

Shades of #635C5E

#635C5E
(99,92,94)
#5A5456
(90,84,86)
#514C4E
(81,76,78)
#484446
(72,68,70)
#3F3C3E
(63,60,62)
#363436
(54,52,54)
#2D2C2E
(45,44,46)
#242426
(36,36,38)
#1B1C1E
(27,28,30)
#121416
(18,20,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #635C5E

#635C5E
(99,92,94)
#716A6C
(113,106,108)
#7F787A
(127,120,122)
#8D8688
(141,134,136)
#9B9496
(155,148,150)
#A9A2A4
(169,162,164)
#B7B0B2
(183,176,178)
#C5BEC0
(197,190,192)
#D3CCCE
(211,204,206)
#E1DADC
(225,218,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C5E; }

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

This text font color is #635C5E.


Background Color

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

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

This div background color is #635C5E.


Border color

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

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

This div border color is #635C5E.


Opacity

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

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

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

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

This text has shadow with #635C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C5E on black background.


Color preview on white background

This text has color #635C5E on white background.



Black color preview on #635C5E background

This text has black color on #635C5E background.


White color preview on #635C5E background

This text has white color on #635C5E background.