COLOR #635A55

HEX: #635A55 RGB: (99,90,85)

Color info

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

RGB color model

#635A55 color RGB value is (99,90,85).

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

RGB channels and saturation

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

99
90
85

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

Portions of RGB colors in percentages

R + G + B = 99 + 90 + 85 = 274 (100%)
R 99 of 274 ~ 36.13%
G 90 of 274 ~ 32.85%
B 85 of 274 ~ 31.02'%

%36.13
%32.85
%31.02

CMYK color model

#635A55 color CMYK value is (0,9,14,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK: (0,9,14,61) C0M9Y14K61 (0%,9%,14%,61%) (0.00/0.09/0.14/0.61) 

CMYK percentages

%0
%9.09
%14.14
%61.18

Codes

Color #635A55 in popluar color models

63 5A 55
RGB 99 90 85
HSL 21° 7.61% 36.08%
HSB/HSV 21° 14.14% 38.82%
CMYK 0.00% 9.09% 14.14%
61.18%

Color #635A55 in popluar number systems.

HEX 63 5A 55
Decimal 99 90 85
Binary 1100011 1011010 1010101
Octal 143 132 125

Shades and tints

Shades of #635A55

#635A55
(99,90,85)
#5A524E
(90,82,78)
#514A47
(81,74,71)
#484240
(72,66,64)
#3F3A39
(63,58,57)
#363232
(54,50,50)
#2D2A2B
(45,42,43)
#242224
(36,34,36)
#1B1A1D
(27,26,29)
#121216
(18,18,22)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #635A55

#635A55
(99,90,85)
#716964
(113,105,100)
#7F7873
(127,120,115)
#8D8782
(141,135,130)
#9B9691
(155,150,145)
#A9A5A0
(169,165,160)
#B7B4AF
(183,180,175)
#C5C3BE
(197,195,190)
#D3D2CD
(211,210,205)
#E1E1DC
(225,225,220)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A55; }

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

This text font color is #635A55.

Background Color

.myBgColor { background-color: #635A55; }

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

This div background color is #635A55.

Border color

.myBorderColor { border: 1px solid #635A55; }

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

This div border color is #635A55.

Opacity

.myOpacity80 { color: #635A55; opacity: 0.8; }

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

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

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

This text has shadow with #635A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635A55.

Preview

Color preview on black background

This text has color #635A55 on black background.


Color preview on white background

This text has color #635A55 on white background.


Black color preview on #635A55 background

This text has black color on #635A55 background.


White color preview on #635A55 background

This text has white color on #635A55 background.


Related colors

Complementary color

Complementary color for #hex is #9CA5AA.


I love getcolorcode.com

Triadic colors

1 #55635A and #5A5563 with #635A55 are triadic colors.

2 #555A63 and #5A6355 with #635A55 are triadic colors.