COLOR #635E70

HEX: #635E70
RGB: (99,94,112)

Color info

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

RGB color model

#635E70 color RGB value is (99,94,112).

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

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 112 of 255 = 44%

99
94
112

R + G + B ~ 40%. #635E70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 112 = 305 (100%)
R 99 of 305 ~ 32.46%
G 94 of 305 ~ 30.82%
B 112 of 305 ~ 36.72%

%32.46
%30.82
%36.72

CMYK color model

#635E70 color CMYK value is (12,16,0,56).

  • cyan value is 11.61%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (12,16,0,56) C12M16Y0K56 (12%,16%,0%,56%) (0.12/0.16/0.00/0.56)

CMYK percentages

%11.61
%16.07
%0
%56.08

Codes

Color #635E70 in popluar color models

635E70
RGB9994112
HSL257°8.74%40.39%
HSB/HSV257°16.07%43.92%
CMYK11.61%16.07%0.00%
56.08%

Color #635E70 in popluar number systems.

HEX635E70
Decimal9994112
Binary110001110111101110000
Octal143136160

Shades and tints

Shades of #635E70

#635E70
(99,94,112)
#5A5666
(90,86,102)
#514E5C
(81,78,92)
#484652
(72,70,82)
#3F3E48
(63,62,72)
#36363E
(54,54,62)
#2D2E34
(45,46,52)
#24262A
(36,38,42)
#1B1E20
(27,30,32)
#121616
(18,22,22)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #635E70

#635E70
(99,94,112)
#716C7D
(113,108,125)
#7F7A8A
(127,122,138)
#8D8897
(141,136,151)
#9B96A4
(155,150,164)
#A9A4B1
(169,164,177)
#B7B2BE
(183,178,190)
#C5C0CB
(197,192,203)
#D3CED8
(211,206,216)
#E1DCE5
(225,220,229)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E70; }

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

This text font color is #635E70.


Background Color

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

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

This div background color is #635E70.


Border color

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

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

This div border color is #635E70.


Opacity

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

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

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

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

This text has shadow with #635E70 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #635E70 on black background.


Color preview on white background

This text has color #635E70 on white background.



Black color preview on #635E70 background

This text has black color on #635E70 background.


White color preview on #635E70 background

This text has white color on #635E70 background.