COLOR #635A48

HEX: #635A48
RGB: (99,90,72)

Color info

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

RGB color model

#635A48 color RGB value is (99,90,72).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 72 of 255 = 28%

99
90
72

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 72 = 261 (100%)
R 99 of 261 ~ 37.93%
G 90 of 261 ~ 34.48%
B 72 of 261 ~ 27.59%

%37.93
%34.48
%27.59

CMYK color model

#635A48 color CMYK value is (0,9,27,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 27.27%
  • key color value is 61.18%
CMYK:
(0,9,27,61)
C0M9Y27K61 
(0%,9%,27%,61%)
(0.00/0.09/0.27/0.61)	

CMYK percentages

%0
%9.09
%27.27
%61.18

Codes

Color #635A48 in popluar color models

635A48
RGB999072
HSL40°15.79%33.53%
HSB/HSV40°27.27%38.82%
CMYK0.00%9.09%27.27%
61.18%

Color #635A48 in popluar number systems.

HEX635A48
Decimal999072
Binary110001110110101001000
Octal143132110

Shades and tints

Shades of #635A48

#635A48
(99,90,72)
#5A5242
(90,82,66)
#514A3C
(81,74,60)
#484236
(72,66,54)
#3F3A30
(63,58,48)
#36322A
(54,50,42)
#2D2A24
(45,42,36)
#24221E
(36,34,30)
#1B1A18
(27,26,24)
#121212
(18,18,18)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #635A48

#635A48
(99,90,72)
#716958
(113,105,88)
#7F7868
(127,120,104)
#8D8778
(141,135,120)
#9B9688
(155,150,136)
#A9A598
(169,165,152)
#B7B4A8
(183,180,168)
#C5C3B8
(197,195,184)
#D3D2C8
(211,210,200)
#E1E1D8
(225,225,216)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A48; }

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

This text font color is #635A48.


Background Color

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

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

This div background color is #635A48.


Border color

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

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

This div border color is #635A48.


Opacity

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

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

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

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

This text has shadow with #635A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A48 on black background.


Color preview on white background

This text has color #635A48 on white background.



Black color preview on #635A48 background

This text has black color on #635A48 background.


White color preview on #635A48 background

This text has white color on #635A48 background.