COLOR #635A4D

HEX: #635A4D
RGB: (99,90,77)

Color info

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

RGB color model

#635A4D color RGB value is (99,90,77).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 77 of 255 = 30%

99
90
77

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 77 = 266 (100%)
R 99 of 266 ~ 37.22%
G 90 of 266 ~ 33.83%
B 77 of 266 ~ 28.95%

%37.22
%33.83
%28.95

CMYK color model

#635A4D color CMYK value is (0,9,22,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(0,9,22,61)
C0M9Y22K61 
(0%,9%,22%,61%)
(0.00/0.09/0.22/0.61)	

CMYK percentages

%0
%9.09
%22.22
%61.18

Codes

Color #635A4D in popluar color models

635A4D
RGB999077
HSL35°12.50%34.51%
HSB/HSV35°22.22%38.82%
CMYK0.00%9.09%22.22%
61.18%

Color #635A4D in popluar number systems.

HEX635A4D
Decimal999077
Binary110001110110101001101
Octal143132115

Shades and tints

Shades of #635A4D

#635A4D
(99,90,77)
#5A5246
(90,82,70)
#514A3F
(81,74,63)
#484238
(72,66,56)
#3F3A31
(63,58,49)
#36322A
(54,50,42)
#2D2A23
(45,42,35)
#24221C
(36,34,28)
#1B1A15
(27,26,21)
#12120E
(18,18,14)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #635A4D

#635A4D
(99,90,77)
#71695D
(113,105,93)
#7F786D
(127,120,109)
#8D877D
(141,135,125)
#9B968D
(155,150,141)
#A9A59D
(169,165,157)
#B7B4AD
(183,180,173)
#C5C3BD
(197,195,189)
#D3D2CD
(211,210,205)
#E1E1DD
(225,225,221)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A4D; }

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

This text font color is #635A4D.


Background Color

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

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

This div background color is #635A4D.


Border color

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

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

This div border color is #635A4D.


Opacity

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

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

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

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

This text has shadow with #635A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A4D on black background.


Color preview on white background

This text has color #635A4D on white background.



Black color preview on #635A4D background

This text has black color on #635A4D background.


White color preview on #635A4D background

This text has white color on #635A4D background.