COLOR #635D59

HEX: #635D59
RGB: (99,93,89)

Color info

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

RGB color model

#635D59 color RGB value is (99,93,89).

  • red value is 99;
  • green value is 93;
  • blue value is 89.
RGB:
(99,93,89)
(39%,36%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 89 of 255 = 35%

99
93
89

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

Portions of RGB colors in percentages

R + G + B =
99 + 93 + 89 = 281 (100%)
R 99 of 281 ~ 35.23%
G 93 of 281 ~ 33.1%
B 89 of 281 ~ 31.67%

%35.23
%33.1
%31.67

CMYK color model

#635D59 color CMYK value is (0,6,10,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 10.10%
  • key color value is 61.18%
CMYK:
(0,6,10,61)
C0M6Y10K61 
(0%,6%,10%,61%)
(0.00/0.06/0.10/0.61)	

CMYK percentages

%0
%6.06
%10.1
%61.18

Codes

Color #635D59 in popluar color models

635D59
RGB999389
HSL24°5.32%36.86%
HSB/HSV24°10.10%38.82%
CMYK0.00%6.06%10.10%
61.18%

Color #635D59 in popluar number systems.

HEX635D59
Decimal999389
Binary110001110111011011001
Octal143135131

Shades and tints

Shades of #635D59

#635D59
(99,93,89)
#5A5551
(90,85,81)
#514D49
(81,77,73)
#484541
(72,69,65)
#3F3D39
(63,61,57)
#363531
(54,53,49)
#2D2D29
(45,45,41)
#242521
(36,37,33)
#1B1D19
(27,29,25)
#121511
(18,21,17)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #635D59

#635D59
(99,93,89)
#716B68
(113,107,104)
#7F7977
(127,121,119)
#8D8786
(141,135,134)
#9B9595
(155,149,149)
#A9A3A4
(169,163,164)
#B7B1B3
(183,177,179)
#C5BFC2
(197,191,194)
#D3CDD1
(211,205,209)
#E1DBE0
(225,219,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635D59 color. Also use rgb(99,93,89) instead hex code.

Text Font Color

.myTextColor { color: #635D59; }

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

This text font color is #635D59.


Background Color

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

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

This div background color is #635D59.


Border color

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

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

This div border color is #635D59.


Opacity

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

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

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

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

This text has shadow with #635D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635D59 on black background.


Color preview on white background

This text has color #635D59 on white background.



Black color preview on #635D59 background

This text has black color on #635D59 background.


White color preview on #635D59 background

This text has white color on #635D59 background.