COLOR #635F55

HEX: #635F55
RGB: (99,95,85)

Color info

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

RGB color model

#635F55 color RGB value is (99,95,85).

  • red value is 99;
  • green value is 95;
  • blue value is 85.
RGB:
(99,95,85)
(39%,37%,33%)

RGB channels and saturation

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

99
95
85

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

Portions of RGB colors in percentages

R + G + B =
99 + 95 + 85 = 279 (100%)
R 99 of 279 ~ 35.48%
G 95 of 279 ~ 34.05%
B 85 of 279 ~ 30.47%

%35.48
%34.05
%30.47

CMYK color model

#635F55 color CMYK value is (0,4,14,61).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(0,4,14,61)
C0M4Y14K61 
(0%,4%,14%,61%)
(0.00/0.04/0.14/0.61)	

CMYK percentages

%0
%4.04
%14.14
%61.18

Codes

Color #635F55 in popluar color models

635F55
RGB999585
HSL43°7.61%36.08%
HSB/HSV43°14.14%38.82%
CMYK0.00%4.04%14.14%
61.18%

Color #635F55 in popluar number systems.

HEX635F55
Decimal999585
Binary110001110111111010101
Octal143137125

Shades and tints

Shades of #635F55

#635F55
(99,95,85)
#5A574E
(90,87,78)
#514F47
(81,79,71)
#484740
(72,71,64)
#3F3F39
(63,63,57)
#363732
(54,55,50)
#2D2F2B
(45,47,43)
#242724
(36,39,36)
#1B1F1D
(27,31,29)
#121716
(18,23,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #635F55

#635F55
(99,95,85)
#716D64
(113,109,100)
#7F7B73
(127,123,115)
#8D8982
(141,137,130)
#9B9791
(155,151,145)
#A9A5A0
(169,165,160)
#B7B3AF
(183,179,175)
#C5C1BE
(197,193,190)
#D3CFCD
(211,207,205)
#E1DDDC
(225,221,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635F55; }

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

This text font color is #635F55.


Background Color

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

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

This div background color is #635F55.


Border color

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

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

This div border color is #635F55.


Opacity

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

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

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

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

This text has shadow with #635F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635F55 on black background.


Color preview on white background

This text has color #635F55 on white background.



Black color preview on #635F55 background

This text has black color on #635F55 background.


White color preview on #635F55 background

This text has white color on #635F55 background.