COLOR #635A39

HEX: #635A39
RGB: (99,90,57)

Color info

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

RGB color model

#635A39 color RGB value is (99,90,57).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 57 of 255 = 22%

99
90
57

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 57 = 246 (100%)
R 99 of 246 ~ 40.24%
G 90 of 246 ~ 36.59%
B 57 of 246 ~ 23.17%

%40.24
%36.59
%23.17

CMYK color model

#635A39 color CMYK value is (0,9,42,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 42.42%
  • key color value is 61.18%
CMYK:
(0,9,42,61)
C0M9Y42K61 
(0%,9%,42%,61%)
(0.00/0.09/0.42/0.61)	

CMYK percentages

%0
%9.09
%42.42
%61.18

Codes

Color #635A39 in popluar color models

635A39
RGB999057
HSL47°26.92%30.59%
HSB/HSV47°42.42%38.82%
CMYK0.00%9.09%42.42%
61.18%

Color #635A39 in popluar number systems.

HEX635A39
Decimal999057
Binary11000111011010111001
Octal14313271

Shades and tints

Shades of #635A39

#635A39
(99,90,57)
#5A5234
(90,82,52)
#514A2F
(81,74,47)
#48422A
(72,66,42)
#3F3A25
(63,58,37)
#363220
(54,50,32)
#2D2A1B
(45,42,27)
#242216
(36,34,22)
#1B1A11
(27,26,17)
#12120C
(18,18,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #635A39

#635A39
(99,90,57)
#71694B
(113,105,75)
#7F785D
(127,120,93)
#8D876F
(141,135,111)
#9B9681
(155,150,129)
#A9A593
(169,165,147)
#B7B4A5
(183,180,165)
#C5C3B7
(197,195,183)
#D3D2C9
(211,210,201)
#E1E1DB
(225,225,219)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A39; }

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

This text font color is #635A39.


Background Color

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

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

This div background color is #635A39.


Border color

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

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

This div border color is #635A39.


Opacity

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

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

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

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

This text has shadow with #635A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A39 on black background.


Color preview on white background

This text has color #635A39 on white background.



Black color preview on #635A39 background

This text has black color on #635A39 background.


White color preview on #635A39 background

This text has white color on #635A39 background.