COLOR #635A41

HEX: #635A41
RGB: (99,90,65)

Color info

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

RGB color model

#635A41 color RGB value is (99,90,65).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 65 of 255 = 25%

99
90
65

R + G + B ~ 33%. #635A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 65 = 254 (100%)
R 99 of 254 ~ 38.98%
G 90 of 254 ~ 35.43%
B 65 of 254 ~ 25.59%

%38.98
%35.43
%25.59

CMYK color model

#635A41 color CMYK value is (0,9,34,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 34.34%
  • key color value is 61.18%
CMYK:
(0,9,34,61)
C0M9Y34K61 
(0%,9%,34%,61%)
(0.00/0.09/0.34/0.61)	

CMYK percentages

%0
%9.09
%34.34
%61.18

Codes

Color #635A41 in popluar color models

635A41
RGB999065
HSL44°20.73%32.16%
HSB/HSV44°34.34%38.82%
CMYK0.00%9.09%34.34%
61.18%

Color #635A41 in popluar number systems.

HEX635A41
Decimal999065
Binary110001110110101000001
Octal143132101

Shades and tints

Shades of #635A41

#635A41
(99,90,65)
#5A523C
(90,82,60)
#514A37
(81,74,55)
#484232
(72,66,50)
#3F3A2D
(63,58,45)
#363228
(54,50,40)
#2D2A23
(45,42,35)
#24221E
(36,34,30)
#1B1A19
(27,26,25)
#121214
(18,18,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #635A41

#635A41
(99,90,65)
#716952
(113,105,82)
#7F7863
(127,120,99)
#8D8774
(141,135,116)
#9B9685
(155,150,133)
#A9A596
(169,165,150)
#B7B4A7
(183,180,167)
#C5C3B8
(197,195,184)
#D3D2C9
(211,210,201)
#E1E1DA
(225,225,218)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A41; }

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

This text font color is #635A41.


Background Color

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

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

This div background color is #635A41.


Border color

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

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

This div border color is #635A41.


Opacity

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

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

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

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

This text has shadow with #635A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A41 on black background.


Color preview on white background

This text has color #635A41 on white background.



Black color preview on #635A41 background

This text has black color on #635A41 background.


White color preview on #635A41 background

This text has white color on #635A41 background.