COLOR #635B72

HEX: #635B72
RGB: (99,91,114)

Color info

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

RGB color model

#635B72 color RGB value is (99,91,114).

  • red value is 99;
  • green value is 91;
  • blue value is 114.
RGB:
(99,91,114)
(39%,36%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 114 of 255 = 45%

99
91
114

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

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 114 = 304 (100%)
R 99 of 304 ~ 32.57%
G 91 of 304 ~ 29.93%
B 114 of 304 ~ 37.5%

%32.57
%29.93
%37.5

CMYK color model

#635B72 color CMYK value is (13,20,0,55).

  • cyan value is 13.16%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(13,20,0,55)
C13M20Y0K55 
(13%,20%,0%,55%)
(0.13/0.20/0.00/0.55)	

CMYK percentages

%13.16
%20.18
%0
%55.29

Codes

Color #635B72 in popluar color models

635B72
RGB9991114
HSL261°11.22%40.20%
HSB/HSV261°20.18%44.71%
CMYK13.16%20.18%0.00%
55.29%

Color #635B72 in popluar number systems.

HEX635B72
Decimal9991114
Binary110001110110111110010
Octal143133162

Shades and tints

Shades of #635B72

#635B72
(99,91,114)
#5A5368
(90,83,104)
#514B5E
(81,75,94)
#484354
(72,67,84)
#3F3B4A
(63,59,74)
#363340
(54,51,64)
#2D2B36
(45,43,54)
#24232C
(36,35,44)
#1B1B22
(27,27,34)
#121318
(18,19,24)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #635B72

#635B72
(99,91,114)
#71697E
(113,105,126)
#7F778A
(127,119,138)
#8D8596
(141,133,150)
#9B93A2
(155,147,162)
#A9A1AE
(169,161,174)
#B7AFBA
(183,175,186)
#C5BDC6
(197,189,198)
#D3CBD2
(211,203,210)
#E1D9DE
(225,217,222)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635B72; }

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

This text font color is #635B72.


Background Color

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

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

This div background color is #635B72.


Border color

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

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

This div border color is #635B72.


Opacity

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

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

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

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

This text has shadow with #635B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B72 on black background.


Color preview on white background

This text has color #635B72 on white background.



Black color preview on #635B72 background

This text has black color on #635B72 background.


White color preview on #635B72 background

This text has white color on #635B72 background.