COLOR #635E6B

HEX: #635E6B
RGB: (99,94,107)

Color info

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

RGB color model

#635E6B color RGB value is (99,94,107).

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

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 107 of 255 = 42%

99
94
107

R + G + B ~ 39%. #635E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 107 = 300 (100%)
R 99 of 300 ~ 33%
G 94 of 300 ~ 31.33%
B 107 of 300 ~ 35.67%

%33
%31.33
%35.67

CMYK color model

#635E6B color CMYK value is (7,12,0,58).

  • cyan value is 7.48%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(7,12,0,58)
C7M12Y0K58 
(7%,12%,0%,58%)
(0.07/0.12/0.00/0.58)	

CMYK percentages

%7.48
%12.15
%0
%58.04

Codes

Color #635E6B in popluar color models

635E6B
RGB9994107
HSL263°6.47%39.41%
HSB/HSV263°12.15%41.96%
CMYK7.48%12.15%0.00%
58.04%

Color #635E6B in popluar number systems.

HEX635E6B
Decimal9994107
Binary110001110111101101011
Octal143136153

Shades and tints

Shades of #635E6B

#635E6B
(99,94,107)
#5A5662
(90,86,98)
#514E59
(81,78,89)
#484650
(72,70,80)
#3F3E47
(63,62,71)
#36363E
(54,54,62)
#2D2E35
(45,46,53)
#24262C
(36,38,44)
#1B1E23
(27,30,35)
#12161A
(18,22,26)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #635E6B

#635E6B
(99,94,107)
#716C78
(113,108,120)
#7F7A85
(127,122,133)
#8D8892
(141,136,146)
#9B969F
(155,150,159)
#A9A4AC
(169,164,172)
#B7B2B9
(183,178,185)
#C5C0C6
(197,192,198)
#D3CED3
(211,206,211)
#E1DCE0
(225,220,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E6B; }

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

This text font color is #635E6B.


Background Color

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

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

This div background color is #635E6B.


Border color

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

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

This div border color is #635E6B.


Opacity

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

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

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

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

This text has shadow with #635E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E6B on black background.


Color preview on white background

This text has color #635E6B on white background.



Black color preview on #635E6B background

This text has black color on #635E6B background.


White color preview on #635E6B background

This text has white color on #635E6B background.