COLOR #655B57

HEX: #655B57
RGB: (101,91,87)

Color info

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

RGB color model

#655B57 color RGB value is (101,91,87).

  • red value is 101;
  • green value is 91;
  • blue value is 87.
RGB:
(101,91,87)
(40%,36%,34%)

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 87 of 255 = 34%

101
91
87

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

Portions of RGB colors in percentages

R + G + B =
101 + 91 + 87 = 279 (100%)
R 101 of 279 ~ 36.2%
G 91 of 279 ~ 32.62%
B 87 of 279 ~ 31.18%

%36.2
%32.62
%31.18

CMYK color model

#655B57 color CMYK value is (0,10,14,60).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(0,10,14,60)
C0M10Y14K60 
(0%,10%,14%,60%)
(0.00/0.10/0.14/0.60)	

CMYK percentages

%0
%9.9
%13.86
%60.39

Codes

Color #655B57 in popluar color models

655B57
RGB1019187
HSL17°7.45%36.86%
HSB/HSV17°13.86%39.61%
CMYK0.00%9.90%13.86%
60.39%

Color #655B57 in popluar number systems.

HEX655B57
Decimal1019187
Binary110010110110111010111
Octal145133127

Shades and tints

Shades of #655B57

#655B57
(101,91,87)
#5C5350
(92,83,80)
#534B49
(83,75,73)
#4A4342
(74,67,66)
#413B3B
(65,59,59)
#383334
(56,51,52)
#2F2B2D
(47,43,45)
#262326
(38,35,38)
#1D1B1F
(29,27,31)
#141318
(20,19,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #655B57

#655B57
(101,91,87)
#736966
(115,105,102)
#817775
(129,119,117)
#8F8584
(143,133,132)
#9D9393
(157,147,147)
#ABA1A2
(171,161,162)
#B9AFB1
(185,175,177)
#C7BDC0
(199,189,192)
#D5CBCF
(213,203,207)
#E3D9DE
(227,217,222)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655B57 color. Also use rgb(101,91,87) instead hex code.

Text Font Color

.myTextColor { color: #655B57; }

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

This text font color is #655B57.


Background Color

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

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

This div background color is #655B57.


Border color

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

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

This div border color is #655B57.


Opacity

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

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

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

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

This text has shadow with #655B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655B57 on black background.


Color preview on white background

This text has color #655B57 on white background.



Black color preview on #655B57 background

This text has black color on #655B57 background.


White color preview on #655B57 background

This text has white color on #655B57 background.