COLOR #655C59

HEX: #655C59
RGB: (101,92,89)

Color info

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

RGB color model

#655C59 color RGB value is (101,92,89).

  • red value is 101;
  • green value is 92;
  • blue value is 89.
RGB:
(101,92,89)
(40%,36%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 89 of 255 = 35%

101
92
89

R + G + B ~ 37%. #655C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 89 = 282 (100%)
R 101 of 282 ~ 35.82%
G 92 of 282 ~ 32.62%
B 89 of 282 ~ 31.56%

%35.82
%32.62
%31.56

CMYK color model

#655C59 color CMYK value is (0,9,12,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,9,12,60)
C0M9Y12K60 
(0%,9%,12%,60%)
(0.00/0.09/0.12/0.60)	

CMYK percentages

%0
%8.91
%11.88
%60.39

Codes

Color #655C59 in popluar color models

655C59
RGB1019289
HSL15°6.32%37.25%
HSB/HSV15°11.88%39.61%
CMYK0.00%8.91%11.88%
60.39%

Color #655C59 in popluar number systems.

HEX655C59
Decimal1019289
Binary110010110111001011001
Octal145134131

Shades and tints

Shades of #655C59

#655C59
(101,92,89)
#5C5451
(92,84,81)
#534C49
(83,76,73)
#4A4441
(74,68,65)
#413C39
(65,60,57)
#383431
(56,52,49)
#2F2C29
(47,44,41)
#262421
(38,36,33)
#1D1C19
(29,28,25)
#141411
(20,20,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #655C59

#655C59
(101,92,89)
#736A68
(115,106,104)
#817877
(129,120,119)
#8F8686
(143,134,134)
#9D9495
(157,148,149)
#ABA2A4
(171,162,164)
#B9B0B3
(185,176,179)
#C7BEC2
(199,190,194)
#D5CCD1
(213,204,209)
#E3DAE0
(227,218,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655C59 color. Also use rgb(101,92,89) instead hex code.

Text Font Color

.myTextColor { color: #655C59; }

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

This text font color is #655C59.


Background Color

.myBgColor { background-color: #655C59; }

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

This div background color is #655C59.


Border color

.myBorderColor { border: 1px solid #655C59; }

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

This div border color is #655C59.


Opacity

.myOpacity80 { color: #655C59; opacity: 0.8; }

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

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

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

This text has shadow with #655C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C59 on black background.


Color preview on white background

This text has color #655C59 on white background.



Black color preview on #655C59 background

This text has black color on #655C59 background.


White color preview on #655C59 background

This text has white color on #655C59 background.