COLOR #655757

HEX: #655757 RGB: (101,87,87)

Color info

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

RGB color model

#655757 color RGB value is (101,87,87).

RGB: (101,87,87) (40%, 34%, 34%)

RGB channels and saturation

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

101
87
87

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

Portions of RGB colors in percentages

R + G + B = 101 + 87 + 87 = 275 (100%)
R 101 of 275 ~ 36.73%
G 87 of 275 ~ 31.64%
B 87 of 275 ~ 31.64'%

%36.73
%31.64
%31.64

CMYK color model

#655757 color CMYK value is (0,14,14,60).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 13.86%
  • key color value is 60.39%

CMYK: (0,14,14,60)
C0M14Y14K60 (0%, 14%, 14%, 60%)
(0.00 / 0.14 / 0.14 / 0.60)

CMYK percentages

%0
%13.86
%13.86
%60.39

Codes

Color #655757 in popluar color models

65 57 57
RGB 101 87 87
HSL 7.45% 36.86%
HSB/HSV 13.86% 39.61%
CMYK 0.00% 13.86% 13.86%
60.39%

Color #655757 in popluar number systems.

HEX 65 57 57
Decimal 101 87 87
Binary 1100101 1010111 1010111
Octal 145 127 127

Shades and tints

Shades of #655757

#655757
(101,87,87)
#5C5050
(92,80,80)
#534949
(83,73,73)
#4A4242
(74,66,66)
#413B3B
(65,59,59)
#383434
(56,52,52)
#2F2D2D
(47,45,45)
#262626
(38,38,38)
#1D1F1F
(29,31,31)
#141818
(20,24,24)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #655757

#655757
(101,87,87)
#736666
(115,102,102)
#817575
(129,117,117)
#8F8484
(143,132,132)
#9D9393
(157,147,147)
#ABA2A2
(171,162,162)
#B9B1B1
(185,177,177)
#C7C0C0
(199,192,192)
#D5CFCF
(213,207,207)
#E3DEDE
(227,222,222)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655757; }

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

This text font color is #655757.

Background Color

.myBgColor { background-color: #655757; }

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

This div background color is #655757.

Border color

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

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

This div border color is #655757.

Opacity

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

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

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

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

This text has shadow with #655757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655757.

Preview

Color preview on black background

This text has color #655757 on black background.


Color preview on white background

This text has color #655757 on white background.


Black color preview on #655757 background

This text has black color on #655757 background.


White color preview on #655757 background

This text has white color on #655757 background.


Related colors

Complementary color

Complementary color for #hex is #9AA8A8.


I love getcolorcode.com