COLOR #635B42

HEX: #635B42
RGB: (99,91,66)

Color info

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

RGB color model

#635B42 color RGB value is (99,91,66).

  • red value is 99;
  • green value is 91;
  • blue value is 66.
RGB:
(99,91,66)
(39%,36%,26%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 66 of 255 = 26%

99
91
66

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

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 66 = 256 (100%)
R 99 of 256 ~ 38.67%
G 91 of 256 ~ 35.55%
B 66 of 256 ~ 25.78%

%38.67
%35.55
%25.78

CMYK color model

#635B42 color CMYK value is (0,8,33,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(0,8,33,61)
C0M8Y33K61 
(0%,8%,33%,61%)
(0.00/0.08/0.33/0.61)	

CMYK percentages

%0
%8.08
%33.33
%61.18

Codes

Color #635B42 in popluar color models

635B42
RGB999166
HSL45°20.00%32.35%
HSB/HSV45°33.33%38.82%
CMYK0.00%8.08%33.33%
61.18%

Color #635B42 in popluar number systems.

HEX635B42
Decimal999166
Binary110001110110111000010
Octal143133102

Shades and tints

Shades of #635B42

#635B42
(99,91,66)
#5A533C
(90,83,60)
#514B36
(81,75,54)
#484330
(72,67,48)
#3F3B2A
(63,59,42)
#363324
(54,51,36)
#2D2B1E
(45,43,30)
#242318
(36,35,24)
#1B1B12
(27,27,18)
#12130C
(18,19,12)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #635B42

#635B42
(99,91,66)
#716953
(113,105,83)
#7F7764
(127,119,100)
#8D8575
(141,133,117)
#9B9386
(155,147,134)
#A9A197
(169,161,151)
#B7AFA8
(183,175,168)
#C5BDB9
(197,189,185)
#D3CBCA
(211,203,202)
#E1D9DB
(225,217,219)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635B42 color. Also use rgb(99,91,66) instead hex code.

Text Font Color

.myTextColor { color: #635B42; }

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

This text font color is #635B42.


Background Color

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

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

This div background color is #635B42.


Border color

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

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

This div border color is #635B42.


Opacity

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

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

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

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

This text has shadow with #635B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B42 on black background.


Color preview on white background

This text has color #635B42 on white background.



Black color preview on #635B42 background

This text has black color on #635B42 background.


White color preview on #635B42 background

This text has white color on #635B42 background.