COLOR #635157

HEX: #635157
RGB: (99,81,87)

Color info

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

RGB color model

#635157 color RGB value is (99,81,87).

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

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 87 of 255 = 34%

99
81
87

R + G + B ~ 35%. #635157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 87 = 267 (100%)
R 99 of 267 ~ 37.08%
G 81 of 267 ~ 30.34%
B 87 of 267 ~ 32.58%

%37.08
%30.34
%32.58

CMYK color model

#635157 color CMYK value is (0,18,12,61).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(0,18,12,61)
C0M18Y12K61 
(0%,18%,12%,61%)
(0.00/0.18/0.12/0.61)	

CMYK percentages

%0
%18.18
%12.12
%61.18

Codes

Color #635157 in popluar color models

635157
RGB998187
HSL340°10.00%35.29%
HSB/HSV340°18.18%38.82%
CMYK0.00%18.18%12.12%
61.18%

Color #635157 in popluar number systems.

HEX635157
Decimal998187
Binary110001110100011010111
Octal143121127

Shades and tints

Shades of #635157

#635157
(99,81,87)
#5A4A50
(90,74,80)
#514349
(81,67,73)
#483C42
(72,60,66)
#3F353B
(63,53,59)
#362E34
(54,46,52)
#2D272D
(45,39,45)
#242026
(36,32,38)
#1B191F
(27,25,31)
#121218
(18,18,24)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #635157

#635157
(99,81,87)
#716066
(113,96,102)
#7F6F75
(127,111,117)
#8D7E84
(141,126,132)
#9B8D93
(155,141,147)
#A99CA2
(169,156,162)
#B7ABB1
(183,171,177)
#C5BAC0
(197,186,192)
#D3C9CF
(211,201,207)
#E1D8DE
(225,216,222)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635157; }

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

This text font color is #635157.


Background Color

.myBgColor { background-color: #635157; }

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

This div background color is #635157.


Border color

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

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

This div border color is #635157.


Opacity

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

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

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

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

This text has shadow with #635157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635157 on black background.


Color preview on white background

This text has color #635157 on white background.



Black color preview on #635157 background

This text has black color on #635157 background.


White color preview on #635157 background

This text has white color on #635157 background.