COLOR #635F40

HEX: #635F40
RGB: (99,95,64)

Color info

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

RGB color model

#635F40 color RGB value is (99,95,64).

  • red value is 99;
  • green value is 95;
  • blue value is 64.
RGB:
(99,95,64)
(39%,37%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 95 of 255 = 37%
B 64 of 255 = 25%

99
95
64

R + G + B ~ 34%. #635F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 95 + 64 = 258 (100%)
R 99 of 258 ~ 38.37%
G 95 of 258 ~ 36.82%
B 64 of 258 ~ 24.81%

%38.37
%36.82
%24.81

CMYK color model

#635F40 color CMYK value is (0,4,35,61).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(0,4,35,61)
C0M4Y35K61 
(0%,4%,35%,61%)
(0.00/0.04/0.35/0.61)	

CMYK percentages

%0
%4.04
%35.35
%61.18

Codes

Color #635F40 in popluar color models

635F40
RGB999564
HSL53°21.47%31.96%
HSB/HSV53°35.35%38.82%
CMYK0.00%4.04%35.35%
61.18%

Color #635F40 in popluar number systems.

HEX635F40
Decimal999564
Binary110001110111111000000
Octal143137100

Shades and tints

Shades of #635F40

#635F40
(99,95,64)
#5A573B
(90,87,59)
#514F36
(81,79,54)
#484731
(72,71,49)
#3F3F2C
(63,63,44)
#363727
(54,55,39)
#2D2F22
(45,47,34)
#24271D
(36,39,29)
#1B1F18
(27,31,24)
#121713
(18,23,19)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #635F40

#635F40
(99,95,64)
#716D51
(113,109,81)
#7F7B62
(127,123,98)
#8D8973
(141,137,115)
#9B9784
(155,151,132)
#A9A595
(169,165,149)
#B7B3A6
(183,179,166)
#C5C1B7
(197,193,183)
#D3CFC8
(211,207,200)
#E1DDD9
(225,221,217)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635F40 color. Also use rgb(99,95,64) instead hex code.

Text Font Color

.myTextColor { color: #635F40; }

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

This text font color is #635F40.


Background Color

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

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

This div background color is #635F40.


Border color

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

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

This div border color is #635F40.


Opacity

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

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

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

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

This text has shadow with #635F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635F40 on black background.


Color preview on white background

This text has color #635F40 on white background.



Black color preview on #635F40 background

This text has black color on #635F40 background.


White color preview on #635F40 background

This text has white color on #635F40 background.