COLOR #635635

HEX: #635635
RGB: (99,86,53)

Color info

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

RGB color model

#635635 color RGB value is (99,86,53).

  • red value is 99;
  • green value is 86;
  • blue value is 53.
RGB:
(99,86,53)
(39%,34%,21%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 53 of 255 = 21%

99
86
53

R + G + B ~ 31%. #635635 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 53 = 238 (100%)
R 99 of 238 ~ 41.6%
G 86 of 238 ~ 36.13%
B 53 of 238 ~ 22.27%

%41.6
%36.13
%22.27

CMYK color model

#635635 color CMYK value is (0,13,46,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 46.46%
  • key color value is 61.18%
CMYK:
(0,13,46,61)
C0M13Y46K61 
(0%,13%,46%,61%)
(0.00/0.13/0.46/0.61)	

CMYK percentages

%0
%13.13
%46.46
%61.18

Codes

Color #635635 in popluar color models

635635
RGB998653
HSL43°30.26%29.80%
HSB/HSV43°46.46%38.82%
CMYK0.00%13.13%46.46%
61.18%

Color #635635 in popluar number systems.

HEX635635
Decimal998653
Binary11000111010110110101
Octal14312665

Shades and tints

Shades of #635635

#635635
(99,86,53)
#5A4F31
(90,79,49)
#51482D
(81,72,45)
#484129
(72,65,41)
#3F3A25
(63,58,37)
#363321
(54,51,33)
#2D2C1D
(45,44,29)
#242519
(36,37,25)
#1B1E15
(27,30,21)
#121711
(18,23,17)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #635635

#635635
(99,86,53)
#716547
(113,101,71)
#7F7459
(127,116,89)
#8D836B
(141,131,107)
#9B927D
(155,146,125)
#A9A18F
(169,161,143)
#B7B0A1
(183,176,161)
#C5BFB3
(197,191,179)
#D3CEC5
(211,206,197)
#E1DDD7
(225,221,215)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635635 color. Also use rgb(99,86,53) instead hex code.

Text Font Color

.myTextColor { color: #635635; }

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

This text font color is #635635.


Background Color

.myBgColor { background-color: #635635; }

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

This div background color is #635635.


Border color

.myBorderColor { border: 1px solid #635635; }

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

This div border color is #635635.


Opacity

.myOpacity80 { color: #635635; opacity: 0.8; }

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

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

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

This text has shadow with #635635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635635 on black background.


Color preview on white background

This text has color #635635 on white background.



Black color preview on #635635 background

This text has black color on #635635 background.


White color preview on #635635 background

This text has white color on #635635 background.