COLOR #635353

HEX: #635353 RGB: (99,83,83)

Color info

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

RGB color model

#635353 color RGB value is (99,83,83).

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

RGB channels and saturation

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

99
83
83

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

Portions of RGB colors in percentages

R + G + B = 99 + 83 + 83 = 265 (100%)
R 99 of 265 ~ 37.36%
G 83 of 265 ~ 31.32%
B 83 of 265 ~ 31.32'%

%37.36
%31.32
%31.32

CMYK color model

#635353 color CMYK value is (0,16,16,61).

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

CMYK: (0,16,16,61)
C0M16Y16K61 (0%, 16%, 16%, 61%)
(0.00 / 0.16 / 0.16 / 0.61)

CMYK percentages

%0
%16.16
%16.16
%61.18

Codes

Color #635353 in popluar color models

63 53 53
RGB 99 83 83
HSL 8.79% 35.69%
HSB/HSV 16.16% 38.82%
CMYK 0.00% 16.16% 16.16%
61.18%

Color #635353 in popluar number systems.

HEX 63 53 53
Decimal 99 83 83
Binary 1100011 1010011 1010011
Octal 143 123 123

Shades and tints

Shades of #635353

#635353
(99,83,83)
#5A4C4C
(90,76,76)
#514545
(81,69,69)
#483E3E
(72,62,62)
#3F3737
(63,55,55)
#363030
(54,48,48)
#2D2929
(45,41,41)
#242222
(36,34,34)
#1B1B1B
(27,27,27)
#121414
(18,20,20)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #635353

#635353
(99,83,83)
#716262
(113,98,98)
#7F7171
(127,113,113)
#8D8080
(141,128,128)
#9B8F8F
(155,143,143)
#A99E9E
(169,158,158)
#B7ADAD
(183,173,173)
#C5BCBC
(197,188,188)
#D3CBCB
(211,203,203)
#E1DADA
(225,218,218)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635353; }

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

This text font color is #635353.

Background Color

.myBgColor { background-color: #635353; }

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

This div background color is #635353.

Border color

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

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

This div border color is #635353.

Opacity

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

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

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

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

This text has shadow with #635353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635353.

Preview

Color preview on black background

This text has color #635353 on black background.


Color preview on white background

This text has color #635353 on white background.


Black color preview on #635353 background

This text has black color on #635353 background.


White color preview on #635353 background

This text has white color on #635353 background.


Related colors

Complementary color

Complementary color for #hex is #9CACAC.


I love getcolorcode.com