COLOR #635C54

HEX: #635C54
RGB: (99,92,84)

Color info

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

RGB color model

#635C54 color RGB value is (99,92,84).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 84 of 255 = 33%

99
92
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 84 = 275 (100%)
R 99 of 275 ~ 36%
G 92 of 275 ~ 33.45%
B 84 of 275 ~ 30.55%

%36
%33.45
%30.55

CMYK color model

#635C54 color CMYK value is (0,7,15,61).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(0,7,15,61)
C0M7Y15K61 
(0%,7%,15%,61%)
(0.00/0.07/0.15/0.61)	

CMYK percentages

%0
%7.07
%15.15
%61.18

Codes

Color #635C54 in popluar color models

635C54
RGB999284
HSL32°8.20%35.88%
HSB/HSV32°15.15%38.82%
CMYK0.00%7.07%15.15%
61.18%

Color #635C54 in popluar number systems.

HEX635C54
Decimal999284
Binary110001110111001010100
Octal143134124

Shades and tints

Shades of #635C54

#635C54
(99,92,84)
#5A544D
(90,84,77)
#514C46
(81,76,70)
#48443F
(72,68,63)
#3F3C38
(63,60,56)
#363431
(54,52,49)
#2D2C2A
(45,44,42)
#242423
(36,36,35)
#1B1C1C
(27,28,28)
#121415
(18,20,21)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #635C54

#635C54
(99,92,84)
#716A63
(113,106,99)
#7F7872
(127,120,114)
#8D8681
(141,134,129)
#9B9490
(155,148,144)
#A9A29F
(169,162,159)
#B7B0AE
(183,176,174)
#C5BEBD
(197,190,189)
#D3CCCC
(211,204,204)
#E1DADB
(225,218,219)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C54; }

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

This text font color is #635C54.


Background Color

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

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

This div background color is #635C54.


Border color

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

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

This div border color is #635C54.


Opacity

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

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

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

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

This text has shadow with #635C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C54 on black background.


Color preview on white background

This text has color #635C54 on white background.



Black color preview on #635C54 background

This text has black color on #635C54 background.


White color preview on #635C54 background

This text has white color on #635C54 background.