COLOR #635D3C

HEX: #635D3C RGB: (99,93,60)

Color info

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

RGB color model

#635D3C color RGB value is (99,93,60).

RGB: (99,93,60) (39%, 36%, 24%)

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 60 of 255 = 24%

99
93
60

R + G + B ~ 33%. #635D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 93 + 60 = 252 (100%)
R 99 of 252 ~ 39.29%
G 93 of 252 ~ 36.9%
B 60 of 252 ~ 23.81'%

%39.29
%36.9
%23.81

CMYK color model

#635D3C color CMYK value is (0,6,39,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK: (0,6,39,61) C0M6Y39K61 (0%,6%,39%,61%) (0.00/0.06/0.39/0.61) 

CMYK percentages

%0
%6.06
%39.39
%61.18

Codes

Color #635D3C in popluar color models

63 5D 3C
RGB 99 93 60
HSL 51° 24.53% 31.18%
HSB/HSV 51° 39.39% 38.82%
CMYK 0.00% 6.06% 39.39%
61.18%

Color #635D3C in popluar number systems.

HEX 63 5D 3C
Decimal 99 93 60
Binary 1100011 1011101 111100
Octal 143 135 74

Shades and tints

Shades of #635D3C

#635D3C
(99,93,60)
#5A5537
(90,85,55)
#514D32
(81,77,50)
#48452D
(72,69,45)
#3F3D28
(63,61,40)
#363523
(54,53,35)
#2D2D1E
(45,45,30)
#242519
(36,37,25)
#1B1D14
(27,29,20)
#12150F
(18,21,15)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #635D3C

#635D3C
(99,93,60)
#716B4D
(113,107,77)
#7F795E
(127,121,94)
#8D876F
(141,135,111)
#9B9580
(155,149,128)
#A9A391
(169,163,145)
#B7B1A2
(183,177,162)
#C5BFB3
(197,191,179)
#D3CDC4
(211,205,196)
#E1DBD5
(225,219,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635D3C; }

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

This text font color is #635D3C.


Background Color

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

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

This div background color is #635D3C.


Border color

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

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

This div border color is #635D3C.


Opacity

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

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

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

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

This text has shadow with #635D3C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #635D3C on black background.


Color preview on white background

This text has color #635D3C on white background.



Black color preview on #635D3C background

This text has black color on #635D3C background.


White color preview on #635D3C background

This text has white color on #635D3C background.