COLOR #635D38

HEX: #635D38
RGB: (99,93,56)

Color info

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

RGB color model

#635D38 color RGB value is (99,93,56).

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

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 56 of 255 = 22%

99
93
56

R + G + B ~ 32%. #635D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 93 + 56 = 248 (100%)
R 99 of 248 ~ 39.92%
G 93 of 248 ~ 37.5%
B 56 of 248 ~ 22.58%

%39.92
%37.5
%22.58

CMYK color model

#635D38 color CMYK value is (0,6,43,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 43.43%
  • key color value is 61.18%
CMYK:
(0,6,43,61)
C0M6Y43K61 
(0%,6%,43%,61%)
(0.00/0.06/0.43/0.61)	

CMYK percentages

%0
%6.06
%43.43
%61.18

Codes

Color #635D38 in popluar color models

635D38
RGB999356
HSL52°27.74%30.39%
HSB/HSV52°43.43%38.82%
CMYK0.00%6.06%43.43%
61.18%

Color #635D38 in popluar number systems.

HEX635D38
Decimal999356
Binary11000111011101111000
Octal14313570

Shades and tints

Shades of #635D38

#635D38
(99,93,56)
#5A5533
(90,85,51)
#514D2E
(81,77,46)
#484529
(72,69,41)
#3F3D24
(63,61,36)
#36351F
(54,53,31)
#2D2D1A
(45,45,26)
#242515
(36,37,21)
#1B1D10
(27,29,16)
#12150B
(18,21,11)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #635D38

#635D38
(99,93,56)
#716B4A
(113,107,74)
#7F795C
(127,121,92)
#8D876E
(141,135,110)
#9B9580
(155,149,128)
#A9A392
(169,163,146)
#B7B1A4
(183,177,164)
#C5BFB6
(197,191,182)
#D3CDC8
(211,205,200)
#E1DBDA
(225,219,218)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635D38; }

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

This text font color is #635D38.


Background Color

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

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

This div background color is #635D38.


Border color

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

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

This div border color is #635D38.


Opacity

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

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

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

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

This text has shadow with #635D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635D38 on black background.


Color preview on white background

This text has color #635D38 on white background.



Black color preview on #635D38 background

This text has black color on #635D38 background.


White color preview on #635D38 background

This text has white color on #635D38 background.