COLOR #635C4D

HEX: #635C4D
RGB: (99,92,77)

Color info

#635C4D contains red, green and blue colors in about the same proportion. Web safe color of #635C4D is #666633 (or #663).

RGB color model

#635C4D color RGB value is (99,92,77).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 77 of 255 = 30%

99
92
77

R + G + B ~ 35%. #635C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 77 = 268 (100%)
R 99 of 268 ~ 36.94%
G 92 of 268 ~ 34.33%
B 77 of 268 ~ 28.73%

%36.94
%34.33
%28.73

CMYK color model

#635C4D color CMYK value is (0,7,22,61).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(0,7,22,61)
C0M7Y22K61 
(0%,7%,22%,61%)
(0.00/0.07/0.22/0.61)	

CMYK percentages

%0
%7.07
%22.22
%61.18

Codes

Color #635C4D in popluar color models

635C4D
RGB999277
HSL41°12.50%34.51%
HSB/HSV41°22.22%38.82%
CMYK0.00%7.07%22.22%
61.18%

Color #635C4D in popluar number systems.

HEX635C4D
Decimal999277
Binary110001110111001001101
Octal143134115

Shades and tints

Shades of #635C4D

#635C4D
(99,92,77)
#5A5446
(90,84,70)
#514C3F
(81,76,63)
#484438
(72,68,56)
#3F3C31
(63,60,49)
#36342A
(54,52,42)
#2D2C23
(45,44,35)
#24241C
(36,36,28)
#1B1C15
(27,28,21)
#12140E
(18,20,14)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #635C4D

#635C4D
(99,92,77)
#716A5D
(113,106,93)
#7F786D
(127,120,109)
#8D867D
(141,134,125)
#9B948D
(155,148,141)
#A9A29D
(169,162,157)
#B7B0AD
(183,176,173)
#C5BEBD
(197,190,189)
#D3CCCD
(211,204,205)
#E1DADD
(225,218,221)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C4D; }

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

This text font color is #635C4D.


Background Color

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

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

This div background color is #635C4D.


Border color

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

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

This div border color is #635C4D.


Opacity

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

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

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

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

This text has shadow with #635C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C4D on black background.


Color preview on white background

This text has color #635C4D on white background.



Black color preview on #635C4D background

This text has black color on #635C4D background.


White color preview on #635C4D background

This text has white color on #635C4D background.