COLOR #635A75

HEX: #635A75
RGB: (99,90,117)

Color info

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

RGB color model

#635A75 color RGB value is (99,90,117).

  • red value is 99;
  • green value is 90;
  • blue value is 117.
RGB: (99,90,117) (39%,35%,46%)

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 117 of 255 = 46%

99
90
117

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 117 = 306 (100%)
R 99 of 306 ~ 32.35%
G 90 of 306 ~ 29.41%
B 117 of 306 ~ 38.24%

%32.35
%29.41
%38.24

CMYK color model

#635A75 color CMYK value is (15,23,0,54).

  • cyan value is 15.38%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (15,23,0,54) C15M23Y0K54 (15%,23%,0%,54%) (0.15/0.23/0.00/0.54)

CMYK percentages

%15.38
%23.08
%0
%54.12

Codes

Color #635A75 in popluar color models

635A75
RGB9990117
HSL260°13.04%40.59%
HSB/HSV260°23.08%45.88%
CMYK15.38%23.08%0.00%
54.12%

Color #635A75 in popluar number systems.

HEX635A75
Decimal9990117
Binary110001110110101110101
Octal143132165

Shades and tints

Shades of #635A75

#635A75
(99,90,117)
#5A526B
(90,82,107)
#514A61
(81,74,97)
#484257
(72,66,87)
#3F3A4D
(63,58,77)
#363243
(54,50,67)
#2D2A39
(45,42,57)
#24222F
(36,34,47)
#1B1A25
(27,26,37)
#12121B
(18,18,27)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #635A75

#635A75
(99,90,117)
#716981
(113,105,129)
#7F788D
(127,120,141)
#8D8799
(141,135,153)
#9B96A5
(155,150,165)
#A9A5B1
(169,165,177)
#B7B4BD
(183,180,189)
#C5C3C9
(197,195,201)
#D3D2D5
(211,210,213)
#E1E1E1
(225,225,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A75; }

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

This text font color is #635A75.


Background Color

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

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

This div background color is #635A75.


Border color

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

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

This div border color is #635A75.


Opacity

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

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

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

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

This text has shadow with #635A75 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #635A75 on black background.


Color preview on white background

This text has color #635A75 on white background.



Black color preview on #635A75 background

This text has black color on #635A75 background.


White color preview on #635A75 background

This text has white color on #635A75 background.