COLOR #635555

HEX: #635555 RGB: (99,85,85)

Color info

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

RGB color model

#635555 color RGB value is (99,85,85).

RGB: (99,85,85) (39%, 33%, 33%)

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 85 of 255 = 33%

99
85
85

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

Portions of RGB colors in percentages

R + G + B = 99 + 85 + 85 = 269 (100%)
R 99 of 269 ~ 36.8%
G 85 of 269 ~ 31.6%
B 85 of 269 ~ 31.6'%

%36.8
%31.6
%31.6

CMYK color model

#635555 color CMYK value is (0,14,14,61).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 14.14%
  • key color value is 61.18%

CMYK: (0,14,14,61)
C0M14Y14K61 (0%, 14%, 14%, 61%)
(0.00 / 0.14 / 0.14 / 0.61)

CMYK percentages

%0
%14.14
%14.14
%61.18

Codes

Color #635555 in popluar color models

63 55 55
RGB 99 85 85
HSL 7.61% 36.08%
HSB/HSV 14.14% 38.82%
CMYK 0.00% 14.14% 14.14%
61.18%

Color #635555 in popluar number systems.

HEX 63 55 55
Decimal 99 85 85
Binary 1100011 1010101 1010101
Octal 143 125 125

Shades and tints

Shades of #635555

#635555
(99,85,85)
#5A4E4E
(90,78,78)
#514747
(81,71,71)
#484040
(72,64,64)
#3F3939
(63,57,57)
#363232
(54,50,50)
#2D2B2B
(45,43,43)
#242424
(36,36,36)
#1B1D1D
(27,29,29)
#121616
(18,22,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #635555

#635555
(99,85,85)
#716464
(113,100,100)
#7F7373
(127,115,115)
#8D8282
(141,130,130)
#9B9191
(155,145,145)
#A9A0A0
(169,160,160)
#B7AFAF
(183,175,175)
#C5BEBE
(197,190,190)
#D3CDCD
(211,205,205)
#E1DCDC
(225,220,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635555; }

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

This text font color is #635555.

Background Color

.myBgColor { background-color: #635555; }

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

This div background color is #635555.

Border color

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

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

This div border color is #635555.

Opacity

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

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

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

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

This text has shadow with #635555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635555.

Preview

Color preview on black background

This text has color #635555 on black background.


Color preview on white background

This text has color #635555 on white background.


Black color preview on #635555 background

This text has black color on #635555 background.


White color preview on #635555 background

This text has white color on #635555 background.


Related colors

Complementary color

Complementary color for #hex is #9CAAAA.


I love getcolorcode.com