COLOR #635F51

HEX: #635F51
RGB: (99,95,81)

Color info

#635F51 contains red, green and blue colors in about the same proportion. Web safe color of #635F51 is #666666 (or #666).

RGB color model

#635F51 color RGB value is (99,95,81).

  • red value is 99;
  • green value is 95;
  • blue value is 81.
RGB:
(99,95,81)
(39%,37%,32%)

RGB channels and saturation

R 99 of 255 = 39%
G 95 of 255 = 37%
B 81 of 255 = 32%

99
95
81

R + G + B ~ 36%. #635F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 95 + 81 = 275 (100%)
R 99 of 275 ~ 36%
G 95 of 275 ~ 34.55%
B 81 of 275 ~ 29.45%

%36
%34.55
%29.45

CMYK color model

#635F51 color CMYK value is (0,4,18,61).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,4,18,61)
C0M4Y18K61 
(0%,4%,18%,61%)
(0.00/0.04/0.18/0.61)	

CMYK percentages

%0
%4.04
%18.18
%61.18

Codes

Color #635F51 in popluar color models

635F51
RGB999581
HSL47°10.00%35.29%
HSB/HSV47°18.18%38.82%
CMYK0.00%4.04%18.18%
61.18%

Color #635F51 in popluar number systems.

HEX635F51
Decimal999581
Binary110001110111111010001
Octal143137121

Shades and tints

Shades of #635F51

#635F51
(99,95,81)
#5A574A
(90,87,74)
#514F43
(81,79,67)
#48473C
(72,71,60)
#3F3F35
(63,63,53)
#36372E
(54,55,46)
#2D2F27
(45,47,39)
#242720
(36,39,32)
#1B1F19
(27,31,25)
#121712
(18,23,18)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #635F51

#635F51
(99,95,81)
#716D60
(113,109,96)
#7F7B6F
(127,123,111)
#8D897E
(141,137,126)
#9B978D
(155,151,141)
#A9A59C
(169,165,156)
#B7B3AB
(183,179,171)
#C5C1BA
(197,193,186)
#D3CFC9
(211,207,201)
#E1DDD8
(225,221,216)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635F51 color. Also use rgb(99,95,81) instead hex code.

Text Font Color

.myTextColor { color: #635F51; }

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

This text font color is #635F51.


Background Color

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

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

This div background color is #635F51.


Border color

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

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

This div border color is #635F51.


Opacity

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

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

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

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

This text has shadow with #635F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635F51 on black background.


Color preview on white background

This text has color #635F51 on white background.



Black color preview on #635F51 background

This text has black color on #635F51 background.


White color preview on #635F51 background

This text has white color on #635F51 background.