COLOR #635E5F

HEX: #635E5F
RGB: (99,94,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
94
95

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

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 95 = 288 (100%)
R 99 of 288 ~ 34.38%
G 94 of 288 ~ 32.64%
B 95 of 288 ~ 32.99%

%34.38
%32.64
%32.99

CMYK color model

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

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

CMYK percentages

%0
%5.05
%4.04
%61.18

Codes

Color #635E5F in popluar color models

635E5F
RGB999495
HSL348°2.59%37.84%
HSB/HSV348°5.05%38.82%
CMYK0.00%5.05%4.04%
61.18%

Color #635E5F in popluar number systems.

HEX635E5F
Decimal999495
Binary110001110111101011111
Octal143136137

Shades and tints

Shades of #635E5F

#635E5F
(99,94,95)
#5A5657
(90,86,87)
#514E4F
(81,78,79)
#484647
(72,70,71)
#3F3E3F
(63,62,63)
#363637
(54,54,55)
#2D2E2F
(45,46,47)
#242627
(36,38,39)
#1B1E1F
(27,30,31)
#121617
(18,22,23)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #635E5F

#635E5F
(99,94,95)
#716C6D
(113,108,109)
#7F7A7B
(127,122,123)
#8D8889
(141,136,137)
#9B9697
(155,150,151)
#A9A4A5
(169,164,165)
#B7B2B3
(183,178,179)
#C5C0C1
(197,192,193)
#D3CECF
(211,206,207)
#E1DCDD
(225,220,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E5F; }

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

This text font color is #635E5F.


Background Color

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

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

This div background color is #635E5F.


Border color

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

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

This div border color is #635E5F.


Opacity

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

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

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

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

This text has shadow with #635E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E5F on black background.


Color preview on white background

This text has color #635E5F on white background.



Black color preview on #635E5F background

This text has black color on #635E5F background.


White color preview on #635E5F background

This text has white color on #635E5F background.