COLOR #635C41

HEX: #635C41
RGB: (99,92,65)

Color info

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

RGB color model

#635C41 color RGB value is (99,92,65).

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

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 65 of 255 = 25%

99
92
65

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 65 = 256 (100%)
R 99 of 256 ~ 38.67%
G 92 of 256 ~ 35.94%
B 65 of 256 ~ 25.39%

%38.67
%35.94
%25.39

CMYK color model

#635C41 color CMYK value is (0,7,34,61).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 34.34%
  • key color value is 61.18%
CMYK:
(0,7,34,61)
C0M7Y34K61 
(0%,7%,34%,61%)
(0.00/0.07/0.34/0.61)	

CMYK percentages

%0
%7.07
%34.34
%61.18

Codes

Color #635C41 in popluar color models

635C41
RGB999265
HSL48°20.73%32.16%
HSB/HSV48°34.34%38.82%
CMYK0.00%7.07%34.34%
61.18%

Color #635C41 in popluar number systems.

HEX635C41
Decimal999265
Binary110001110111001000001
Octal143134101

Shades and tints

Shades of #635C41

#635C41
(99,92,65)
#5A543C
(90,84,60)
#514C37
(81,76,55)
#484432
(72,68,50)
#3F3C2D
(63,60,45)
#363428
(54,52,40)
#2D2C23
(45,44,35)
#24241E
(36,36,30)
#1B1C19
(27,28,25)
#121414
(18,20,20)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #635C41

#635C41
(99,92,65)
#716A52
(113,106,82)
#7F7863
(127,120,99)
#8D8674
(141,134,116)
#9B9485
(155,148,133)
#A9A296
(169,162,150)
#B7B0A7
(183,176,167)
#C5BEB8
(197,190,184)
#D3CCC9
(211,204,201)
#E1DADA
(225,218,218)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635C41; }

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

This text font color is #635C41.


Background Color

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

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

This div background color is #635C41.


Border color

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

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

This div border color is #635C41.


Opacity

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

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

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

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

This text has shadow with #635C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C41 on black background.


Color preview on white background

This text has color #635C41 on white background.



Black color preview on #635C41 background

This text has black color on #635C41 background.


White color preview on #635C41 background

This text has white color on #635C41 background.