COLOR #635B2E

HEX: #635B2E
RGB: (99,91,46)

Color info

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

RGB color model

#635B2E color RGB value is (99,91,46).

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

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 46 of 255 = 18%

99
91
46

R + G + B ~ 31%. #635B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 46 = 236 (100%)
R 99 of 236 ~ 41.95%
G 91 of 236 ~ 38.56%
B 46 of 236 ~ 19.49%

%41.95
%38.56
%19.49

CMYK color model

#635B2E color CMYK value is (0,8,54,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 53.54%
  • key color value is 61.18%
CMYK:
(0,8,54,61)
C0M8Y54K61 
(0%,8%,54%,61%)
(0.00/0.08/0.54/0.61)	

CMYK percentages

%0
%8.08
%53.54
%61.18

Codes

Color #635B2E in popluar color models

635B2E
RGB999146
HSL51°36.55%28.43%
HSB/HSV51°53.54%38.82%
CMYK0.00%8.08%53.54%
61.18%

Color #635B2E in popluar number systems.

HEX635B2E
Decimal999146
Binary11000111011011101110
Octal14313356

Shades and tints

Shades of #635B2E

#635B2E
(99,91,46)
#5A532A
(90,83,42)
#514B26
(81,75,38)
#484322
(72,67,34)
#3F3B1E
(63,59,30)
#36331A
(54,51,26)
#2D2B16
(45,43,22)
#242312
(36,35,18)
#1B1B0E
(27,27,14)
#12130A
(18,19,10)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #635B2E

#635B2E
(99,91,46)
#716941
(113,105,65)
#7F7754
(127,119,84)
#8D8567
(141,133,103)
#9B937A
(155,147,122)
#A9A18D
(169,161,141)
#B7AFA0
(183,175,160)
#C5BDB3
(197,189,179)
#D3CBC6
(211,203,198)
#E1D9D9
(225,217,217)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635B2E; }

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

This text font color is #635B2E.


Background Color

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

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

This div background color is #635B2E.


Border color

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

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

This div border color is #635B2E.


Opacity

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

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

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

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

This text has shadow with #635B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B2E on black background.


Color preview on white background

This text has color #635B2E on white background.



Black color preview on #635B2E background

This text has black color on #635B2E background.


White color preview on #635B2E background

This text has white color on #635B2E background.