COLOR #635061

HEX: #635061
RGB: (99,80,97)

Color info

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

RGB color model

#635061 color RGB value is (99,80,97).

  • red value is 99;
  • green value is 80;
  • blue value is 97.
RGB:
(99,80,97)
(39%,31%,38%)

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 97 of 255 = 38%

99
80
97

R + G + B ~ 36%. #635061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 97 = 276 (100%)
R 99 of 276 ~ 35.87%
G 80 of 276 ~ 28.99%
B 97 of 276 ~ 35.14%

%35.87
%28.99
%35.14

CMYK color model

#635061 color CMYK value is (0,19,2,61).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 2.02%
  • key color value is 61.18%
CMYK:
(0,19,2,61)
C0M19Y2K61 
(0%,19%,2%,61%)
(0.00/0.19/0.02/0.61)	

CMYK percentages

%0
%19.19
%2.02
%61.18

Codes

Color #635061 in popluar color models

635061
RGB998097
HSL306°10.61%35.10%
HSB/HSV306°19.19%38.82%
CMYK0.00%19.19%2.02%
61.18%

Color #635061 in popluar number systems.

HEX635061
Decimal998097
Binary110001110100001100001
Octal143120141

Shades and tints

Shades of #635061

#635061
(99,80,97)
#5A4959
(90,73,89)
#514251
(81,66,81)
#483B49
(72,59,73)
#3F3441
(63,52,65)
#362D39
(54,45,57)
#2D2631
(45,38,49)
#241F29
(36,31,41)
#1B1821
(27,24,33)
#121119
(18,17,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #635061

#635061
(99,80,97)
#715F6F
(113,95,111)
#7F6E7D
(127,110,125)
#8D7D8B
(141,125,139)
#9B8C99
(155,140,153)
#A99BA7
(169,155,167)
#B7AAB5
(183,170,181)
#C5B9C3
(197,185,195)
#D3C8D1
(211,200,209)
#E1D7DF
(225,215,223)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635061 color. Also use rgb(99,80,97) instead hex code.

Text Font Color

.myTextColor { color: #635061; }

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

This text font color is #635061.


Background Color

.myBgColor { background-color: #635061; }

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

This div background color is #635061.


Border color

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

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

This div border color is #635061.


Opacity

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

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

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

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

This text has shadow with #635061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635061 on black background.


Color preview on white background

This text has color #635061 on white background.



Black color preview on #635061 background

This text has black color on #635061 background.


White color preview on #635061 background

This text has white color on #635061 background.