COLOR #655B5C

HEX: #655B5C RGB: (101,91,92)

Color info

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

RGB color model

#655B5C color RGB value is (101,91,92).

RGB: (101,91,92) (40%, 36%, 36%)

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 92 of 255 = 36%

101
91
92

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

Portions of RGB colors in percentages

R + G + B = 101 + 91 + 92 = 284 (100%)
R 101 of 284 ~ 35.56%
G 91 of 284 ~ 32.04%
B 92 of 284 ~ 32.39'%

%35.56
%32.04
%32.39

CMYK color model

#655B5C color CMYK value is (0,10,9,60).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 8.91%
  • key color value is 60.39%
CMYK: (0,10,9,60) C0M10Y9K60 (0%,10%,9%,60%) (0.00/0.10/0.09/0.60) 

CMYK percentages

%0
%9.9
%8.91
%60.39

Codes

Color #655B5C in popluar color models

65 5B 5C
RGB 101 91 92
HSL 354° 5.21% 37.65%
HSB/HSV 354° 9.90% 39.61%
CMYK 0.00% 9.90% 8.91%
60.39%

Color #655B5C in popluar number systems.

HEX 65 5B 5C
Decimal 101 91 92
Binary 1100101 1011011 1011100
Octal 145 133 134

Shades and tints

Shades of #655B5C

#655B5C
(101,91,92)
#5C5354
(92,83,84)
#534B4C
(83,75,76)
#4A4344
(74,67,68)
#413B3C
(65,59,60)
#383334
(56,51,52)
#2F2B2C
(47,43,44)
#262324
(38,35,36)
#1D1B1C
(29,27,28)
#141314
(20,19,20)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #655B5C

#655B5C
(101,91,92)
#73696A
(115,105,106)
#817778
(129,119,120)
#8F8586
(143,133,134)
#9D9394
(157,147,148)
#ABA1A2
(171,161,162)
#B9AFB0
(185,175,176)
#C7BDBE
(199,189,190)
#D5CBCC
(213,203,204)
#E3D9DA
(227,217,218)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655B5C; }

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

This text font color is #655B5C.

Background Color

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

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

This div background color is #655B5C.

Border color

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

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

This div border color is #655B5C.

Opacity

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

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

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

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

This text has shadow with #655B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655B5C.

Preview

Color preview on black background

This text has color #655B5C on black background.


Color preview on white background

This text has color #655B5C on white background.


Black color preview on #655B5C background

This text has black color on #655B5C background.


White color preview on #655B5C background

This text has white color on #655B5C background.


Related colors

Complementary color

Complementary color for #hex is #9AA4A3.


I love getcolorcode.com

Triadic colors

1 #5C655B and #5B5C65 with #655B5C are triadic colors.

2 #5C5B65 and #5B655C with #655B5C are triadic colors.