COLOR #635165

HEX: #635165
RGB: (99,81,101)

Color info

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

RGB color model

#635165 color RGB value is (99,81,101).

  • red value is 99;
  • green value is 81;
  • blue value is 101.
RGB:
(99,81,101)
(39%,32%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 101 of 255 = 40%

99
81
101

R + G + B ~ 37%. #635165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 101 = 281 (100%)
R 99 of 281 ~ 35.23%
G 81 of 281 ~ 28.83%
B 101 of 281 ~ 35.94%

%35.23
%28.83
%35.94

CMYK color model

#635165 color CMYK value is (2,20,0,60).

  • cyan value is 1.98%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(2,20,0,60)
C2M20Y0K60 
(2%,20%,0%,60%)
(0.02/0.20/0.00/0.60)	

CMYK percentages

%1.98
%19.8
%0
%60.39

Codes

Color #635165 in popluar color models

635165
RGB9981101
HSL294°10.99%35.69%
HSB/HSV294°19.80%39.61%
CMYK1.98%19.80%0.00%
60.39%

Color #635165 in popluar number systems.

HEX635165
Decimal9981101
Binary110001110100011100101
Octal143121145

Shades and tints

Shades of #635165

#635165
(99,81,101)
#5A4A5C
(90,74,92)
#514353
(81,67,83)
#483C4A
(72,60,74)
#3F3541
(63,53,65)
#362E38
(54,46,56)
#2D272F
(45,39,47)
#242026
(36,32,38)
#1B191D
(27,25,29)
#121214
(18,18,20)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #635165

#635165
(99,81,101)
#716073
(113,96,115)
#7F6F81
(127,111,129)
#8D7E8F
(141,126,143)
#9B8D9D
(155,141,157)
#A99CAB
(169,156,171)
#B7ABB9
(183,171,185)
#C5BAC7
(197,186,199)
#D3C9D5
(211,201,213)
#E1D8E3
(225,216,227)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635165 color. Also use rgb(99,81,101) instead hex code.

Text Font Color

.myTextColor { color: #635165; }

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

This text font color is #635165.


Background Color

.myBgColor { background-color: #635165; }

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

This div background color is #635165.


Border color

.myBorderColor { border: 1px solid #635165; }

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

This div border color is #635165.


Opacity

.myOpacity80 { color: #635165; opacity: 0.8; }

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

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

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

This text has shadow with #635165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635165 on black background.


Color preview on white background

This text has color #635165 on white background.



Black color preview on #635165 background

This text has black color on #635165 background.


White color preview on #635165 background

This text has white color on #635165 background.