COLOR #635A40

HEX: #635A40
RGB: (99,90,64)

Color info

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

RGB color model

#635A40 color RGB value is (99,90,64).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 64 of 255 = 25%

99
90
64

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 64 = 253 (100%)
R 99 of 253 ~ 39.13%
G 90 of 253 ~ 35.57%
B 64 of 253 ~ 25.3%

%39.13
%35.57
%25.3

CMYK color model

#635A40 color CMYK value is (0,9,35,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(0,9,35,61)
C0M9Y35K61 
(0%,9%,35%,61%)
(0.00/0.09/0.35/0.61)	

CMYK percentages

%0
%9.09
%35.35
%61.18

Codes

Color #635A40 in popluar color models

635A40
RGB999064
HSL45°21.47%31.96%
HSB/HSV45°35.35%38.82%
CMYK0.00%9.09%35.35%
61.18%

Color #635A40 in popluar number systems.

HEX635A40
Decimal999064
Binary110001110110101000000
Octal143132100

Shades and tints

Shades of #635A40

#635A40
(99,90,64)
#5A523B
(90,82,59)
#514A36
(81,74,54)
#484231
(72,66,49)
#3F3A2C
(63,58,44)
#363227
(54,50,39)
#2D2A22
(45,42,34)
#24221D
(36,34,29)
#1B1A18
(27,26,24)
#121213
(18,18,19)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #635A40

#635A40
(99,90,64)
#716951
(113,105,81)
#7F7862
(127,120,98)
#8D8773
(141,135,115)
#9B9684
(155,150,132)
#A9A595
(169,165,149)
#B7B4A6
(183,180,166)
#C5C3B7
(197,195,183)
#D3D2C8
(211,210,200)
#E1E1D9
(225,225,217)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A40; }

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

This text font color is #635A40.


Background Color

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

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

This div background color is #635A40.


Border color

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

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

This div border color is #635A40.


Opacity

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

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

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

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

This text has shadow with #635A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A40 on black background.


Color preview on white background

This text has color #635A40 on white background.



Black color preview on #635A40 background

This text has black color on #635A40 background.


White color preview on #635A40 background

This text has white color on #635A40 background.