COLOR #635242

HEX: #635242
RGB: (99,82,66)

Color info

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

RGB color model

#635242 color RGB value is (99,82,66).

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

RGB channels and saturation

R 99 of 255 = 39%
G 82 of 255 = 32%
B 66 of 255 = 26%

99
82
66

R + G + B ~ 32%. #635242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 66 = 247 (100%)
R 99 of 247 ~ 40.08%
G 82 of 247 ~ 33.2%
B 66 of 247 ~ 26.72%

%40.08
%33.2
%26.72

CMYK color model

#635242 color CMYK value is (0,17,33,61).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(0,17,33,61)
C0M17Y33K61 
(0%,17%,33%,61%)
(0.00/0.17/0.33/0.61)	

CMYK percentages

%0
%17.17
%33.33
%61.18

Codes

Color #635242 in popluar color models

635242
RGB998266
HSL29°20.00%32.35%
HSB/HSV29°33.33%38.82%
CMYK0.00%17.17%33.33%
61.18%

Color #635242 in popluar number systems.

HEX635242
Decimal998266
Binary110001110100101000010
Octal143122102

Shades and tints

Shades of #635242

#635242
(99,82,66)
#5A4B3C
(90,75,60)
#514436
(81,68,54)
#483D30
(72,61,48)
#3F362A
(63,54,42)
#362F24
(54,47,36)
#2D281E
(45,40,30)
#242118
(36,33,24)
#1B1A12
(27,26,18)
#12130C
(18,19,12)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #635242

#635242
(99,82,66)
#716153
(113,97,83)
#7F7064
(127,112,100)
#8D7F75
(141,127,117)
#9B8E86
(155,142,134)
#A99D97
(169,157,151)
#B7ACA8
(183,172,168)
#C5BBB9
(197,187,185)
#D3CACA
(211,202,202)
#E1D9DB
(225,217,219)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635242; }

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

This text font color is #635242.


Background Color

.myBgColor { background-color: #635242; }

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

This div background color is #635242.


Border color

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

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

This div border color is #635242.


Opacity

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

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

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

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

This text has shadow with #635242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635242 on black background.


Color preview on white background

This text has color #635242 on white background.



Black color preview on #635242 background

This text has black color on #635242 background.


White color preview on #635242 background

This text has white color on #635242 background.