COLOR #635332

HEX: #635332
RGB: (99,83,50)

Color info

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

RGB color model

#635332 color RGB value is (99,83,50).

  • red value is 99;
  • green value is 83;
  • blue value is 50.
RGB:
(99,83,50)
(39%,33%,20%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 50 of 255 = 20%

99
83
50

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

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 50 = 232 (100%)
R 99 of 232 ~ 42.67%
G 83 of 232 ~ 35.78%
B 50 of 232 ~ 21.55%

%42.67
%35.78
%21.55

CMYK color model

#635332 color CMYK value is (0,16,49,61).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 49.49%
  • key color value is 61.18%
CMYK:
(0,16,49,61)
C0M16Y49K61 
(0%,16%,49%,61%)
(0.00/0.16/0.49/0.61)	

CMYK percentages

%0
%16.16
%49.49
%61.18

Codes

Color #635332 in popluar color models

635332
RGB998350
HSL40°32.89%29.22%
HSB/HSV40°49.49%38.82%
CMYK0.00%16.16%49.49%
61.18%

Color #635332 in popluar number systems.

HEX635332
Decimal998350
Binary11000111010011110010
Octal14312362

Shades and tints

Shades of #635332

#635332
(99,83,50)
#5A4C2E
(90,76,46)
#51452A
(81,69,42)
#483E26
(72,62,38)
#3F3722
(63,55,34)
#36301E
(54,48,30)
#2D291A
(45,41,26)
#242216
(36,34,22)
#1B1B12
(27,27,18)
#12140E
(18,20,14)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #635332

#635332
(99,83,50)
#716244
(113,98,68)
#7F7156
(127,113,86)
#8D8068
(141,128,104)
#9B8F7A
(155,143,122)
#A99E8C
(169,158,140)
#B7AD9E
(183,173,158)
#C5BCB0
(197,188,176)
#D3CBC2
(211,203,194)
#E1DAD4
(225,218,212)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635332 color. Also use rgb(99,83,50) instead hex code.

Text Font Color

.myTextColor { color: #635332; }

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

This text font color is #635332.


Background Color

.myBgColor { background-color: #635332; }

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

This div background color is #635332.


Border color

.myBorderColor { border: 1px solid #635332; }

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

This div border color is #635332.


Opacity

.myOpacity80 { color: #635332; opacity: 0.8; }

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

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

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

This text has shadow with #635332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635332 on black background.


Color preview on white background

This text has color #635332 on white background.



Black color preview on #635332 background

This text has black color on #635332 background.


White color preview on #635332 background

This text has white color on #635332 background.