COLOR #635B53

HEX: #635B53
RGB: (99,91,83)

Color info

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

RGB color model

#635B53 color RGB value is (99,91,83).

  • red value is 99;
  • green value is 91;
  • blue value is 83.
RGB:
(99,91,83)
(39%,36%,33%)

RGB channels and saturation

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

99
91
83

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

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 83 = 273 (100%)
R 99 of 273 ~ 36.26%
G 91 of 273 ~ 33.33%
B 83 of 273 ~ 30.4%

%36.26
%33.33
%30.4

CMYK color model

#635B53 color CMYK value is (0,8,16,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(0,8,16,61)
C0M8Y16K61 
(0%,8%,16%,61%)
(0.00/0.08/0.16/0.61)	

CMYK percentages

%0
%8.08
%16.16
%61.18

Codes

Color #635B53 in popluar color models

635B53
RGB999183
HSL30°8.79%35.69%
HSB/HSV30°16.16%38.82%
CMYK0.00%8.08%16.16%
61.18%

Color #635B53 in popluar number systems.

HEX635B53
Decimal999183
Binary110001110110111010011
Octal143133123

Shades and tints

Shades of #635B53

#635B53
(99,91,83)
#5A534C
(90,83,76)
#514B45
(81,75,69)
#48433E
(72,67,62)
#3F3B37
(63,59,55)
#363330
(54,51,48)
#2D2B29
(45,43,41)
#242322
(36,35,34)
#1B1B1B
(27,27,27)
#121314
(18,19,20)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #635B53

#635B53
(99,91,83)
#716962
(113,105,98)
#7F7771
(127,119,113)
#8D8580
(141,133,128)
#9B938F
(155,147,143)
#A9A19E
(169,161,158)
#B7AFAD
(183,175,173)
#C5BDBC
(197,189,188)
#D3CBCB
(211,203,203)
#E1D9DA
(225,217,218)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635B53; }

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

This text font color is #635B53.


Background Color

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

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

This div background color is #635B53.


Border color

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

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

This div border color is #635B53.


Opacity

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

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

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

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

This text has shadow with #635B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B53 on black background.


Color preview on white background

This text has color #635B53 on white background.



Black color preview on #635B53 background

This text has black color on #635B53 background.


White color preview on #635B53 background

This text has white color on #635B53 background.