COLOR #635F5F

HEX: #635F5F
RGB: (99,95,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
95
95

R + G + B ~ 38%. #635F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 95 + 95 = 289 (100%)
R 99 of 289 ~ 34.26%
G 95 of 289 ~ 32.87%
B 95 of 289 ~ 32.87%

%34.26
%32.87
%32.87

CMYK color model

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

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

CMYK percentages

%0
%4.04
%4.04
%61.18

Codes

Color #635F5F in popluar color models

635F5F
RGB999595
HSL2.06%38.04%
HSB/HSV4.04%38.82%
CMYK0.00%4.04%4.04%
61.18%

Color #635F5F in popluar number systems.

HEX635F5F
Decimal999595
Binary110001110111111011111
Octal143137137

Shades and tints

Shades of #635F5F

#635F5F
(99,95,95)
#5A5757
(90,87,87)
#514F4F
(81,79,79)
#484747
(72,71,71)
#3F3F3F
(63,63,63)
#363737
(54,55,55)
#2D2F2F
(45,47,47)
#242727
(36,39,39)
#1B1F1F
(27,31,31)
#121717
(18,23,23)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #635F5F

#635F5F
(99,95,95)
#716D6D
(113,109,109)
#7F7B7B
(127,123,123)
#8D8989
(141,137,137)
#9B9797
(155,151,151)
#A9A5A5
(169,165,165)
#B7B3B3
(183,179,179)
#C5C1C1
(197,193,193)
#D3CFCF
(211,207,207)
#E1DDDD
(225,221,221)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635F5F; }

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

This text font color is #635F5F.


Background Color

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

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

This div background color is #635F5F.


Border color

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

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

This div border color is #635F5F.


Opacity

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

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

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

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

This text has shadow with #635F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635F5F on black background.


Color preview on white background

This text has color #635F5F on white background.



Black color preview on #635F5F background

This text has black color on #635F5F background.


White color preview on #635F5F background

This text has white color on #635F5F background.