COLOR #635171

HEX: #635171
RGB: (99,81,113)

Color info

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

RGB color model

#635171 color RGB value is (99,81,113).

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

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 113 of 255 = 44%

99
81
113

R + G + B ~ 38%. #635171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 113 = 293 (100%)
R 99 of 293 ~ 33.79%
G 81 of 293 ~ 27.65%
B 113 of 293 ~ 38.57%

%33.79
%27.65
%38.57

CMYK color model

#635171 color CMYK value is (12,28,0,56).

  • cyan value is 12.39%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,28,0,56)
C12M28Y0K56 
(12%,28%,0%,56%)
(0.12/0.28/0.00/0.56)	

CMYK percentages

%12.39
%28.32
%0
%55.69

Codes

Color #635171 in popluar color models

635171
RGB9981113
HSL274°16.49%38.04%
HSB/HSV274°28.32%44.31%
CMYK12.39%28.32%0.00%
55.69%

Color #635171 in popluar number systems.

HEX635171
Decimal9981113
Binary110001110100011110001
Octal143121161

Shades and tints

Shades of #635171

#635171
(99,81,113)
#5A4A67
(90,74,103)
#51435D
(81,67,93)
#483C53
(72,60,83)
#3F3549
(63,53,73)
#362E3F
(54,46,63)
#2D2735
(45,39,53)
#24202B
(36,32,43)
#1B1921
(27,25,33)
#121217
(18,18,23)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #635171

#635171
(99,81,113)
#71607D
(113,96,125)
#7F6F89
(127,111,137)
#8D7E95
(141,126,149)
#9B8DA1
(155,141,161)
#A99CAD
(169,156,173)
#B7ABB9
(183,171,185)
#C5BAC5
(197,186,197)
#D3C9D1
(211,201,209)
#E1D8DD
(225,216,221)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635171; }

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

This text font color is #635171.


Background Color

.myBgColor { background-color: #635171; }

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

This div background color is #635171.


Border color

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

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

This div border color is #635171.


Opacity

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

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

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

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

This text has shadow with #635171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635171 on black background.


Color preview on white background

This text has color #635171 on white background.



Black color preview on #635171 background

This text has black color on #635171 background.


White color preview on #635171 background

This text has white color on #635171 background.