COLOR #635551

HEX: #635551
RGB: (99,85,81)

Color info

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

RGB color model

#635551 color RGB value is (99,85,81).

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

RGB channels and saturation

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

99
85
81

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

Portions of RGB colors in percentages

R + G + B =
99 + 85 + 81 = 265 (100%)
R 99 of 265 ~ 37.36%
G 85 of 265 ~ 32.08%
B 81 of 265 ~ 30.57%

%37.36
%32.08
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,14,18,61)
C0M14Y18K61 
(0%,14%,18%,61%)
(0.00/0.14/0.18/0.61)	

CMYK percentages

%0
%14.14
%18.18
%61.18

Codes

Color #635551 in popluar color models

635551
RGB998581
HSL13°10.00%35.29%
HSB/HSV13°18.18%38.82%
CMYK0.00%14.14%18.18%
61.18%

Color #635551 in popluar number systems.

HEX635551
Decimal998581
Binary110001110101011010001
Octal143125121

Shades and tints

Shades of #635551

#635551
(99,85,81)
#5A4E4A
(90,78,74)
#514743
(81,71,67)
#48403C
(72,64,60)
#3F3935
(63,57,53)
#36322E
(54,50,46)
#2D2B27
(45,43,39)
#242420
(36,36,32)
#1B1D19
(27,29,25)
#121612
(18,22,18)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #635551

#635551
(99,85,81)
#716460
(113,100,96)
#7F736F
(127,115,111)
#8D827E
(141,130,126)
#9B918D
(155,145,141)
#A9A09C
(169,160,156)
#B7AFAB
(183,175,171)
#C5BEBA
(197,190,186)
#D3CDC9
(211,205,201)
#E1DCD8
(225,220,216)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635551; }

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

This text font color is #635551.


Background Color

.myBgColor { background-color: #635551; }

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

This div background color is #635551.


Border color

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

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

This div border color is #635551.


Opacity

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

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

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

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

This text has shadow with #635551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635551 on black background.


Color preview on white background

This text has color #635551 on white background.



Black color preview on #635551 background

This text has black color on #635551 background.


White color preview on #635551 background

This text has white color on #635551 background.