COLOR #635050

HEX: #635050 RGB: (99,80,80)

Color info

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

RGB color model

#635050 color RGB value is (99,80,80).

RGB: (99,80,80) (39%, 31%, 31%)

RGB channels and saturation

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

99
80
80

R + G + B ~ 34%. #635050 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 80 + 80 = 259 (100%)
R 99 of 259 ~ 38.22%
G 80 of 259 ~ 30.89%
B 80 of 259 ~ 30.89'%

%38.22
%30.89
%30.89

CMYK color model

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

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

CMYK percentages

%0
%19.19
%19.19
%61.18

Codes

Color #635050 in popluar color models

63 50 50
RGB 99 80 80
HSL 10.61% 35.10%
HSB/HSV 19.19% 38.82%
CMYK 0.00% 19.19% 19.19%
61.18%

Color #635050 in popluar number systems.

HEX 63 50 50
Decimal 99 80 80
Binary 1100011 1010000 1010000
Octal 143 120 120

Shades and tints

Shades of #635050

#635050
(99,80,80)
#5A4949
(90,73,73)
#514242
(81,66,66)
#483B3B
(72,59,59)
#3F3434
(63,52,52)
#362D2D
(54,45,45)
#2D2626
(45,38,38)
#241F1F
(36,31,31)
#1B1818
(27,24,24)
#121111
(18,17,17)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #635050

#635050
(99,80,80)
#715F5F
(113,95,95)
#7F6E6E
(127,110,110)
#8D7D7D
(141,125,125)
#9B8C8C
(155,140,140)
#A99B9B
(169,155,155)
#B7AAAA
(183,170,170)
#C5B9B9
(197,185,185)
#D3C8C8
(211,200,200)
#E1D7D7
(225,215,215)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635050; }

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

This text font color is #635050.

Background Color

.myBgColor { background-color: #635050; }

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

This div background color is #635050.

Border color

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

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

This div border color is #635050.

Opacity

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

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

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

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

This text has shadow with #635050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635050.

Preview

Color preview on black background

This text has color #635050 on black background.


Color preview on white background

This text has color #635050 on white background.


Black color preview on #635050 background

This text has black color on #635050 background.


White color preview on #635050 background

This text has white color on #635050 background.


Related colors

Complementary color

Complementary color for #hex is #9CAFAF.


I love getcolorcode.com