COLOR #655C5E

HEX: #655C5E RGB: (101,92,94)

Color info

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

RGB color model

#655C5E color RGB value is (101,92,94).

RGB: (101,92,94) (40%, 36%, 37%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 94 of 255 = 37%

101
92
94

R + G + B ~ 38%. #655C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 92 + 94 = 287 (100%)
R 101 of 287 ~ 35.19%
G 92 of 287 ~ 32.06%
B 94 of 287 ~ 32.75'%

%35.19
%32.06
%32.75

CMYK color model

#655C5E color CMYK value is (0,9,7,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 6.93%
  • key color value is 60.39%
CMYK: (0,9,7,60) C0M9Y7K60 (0%,9%,7%,60%) (0.00/0.09/0.07/0.60) 

CMYK percentages

%0
%8.91
%6.93
%60.39

Codes

Color #655C5E in popluar color models

65 5C 5E
RGB 101 92 94
HSL 347° 4.66% 37.84%
HSB/HSV 347° 8.91% 39.61%
CMYK 0.00% 8.91% 6.93%
60.39%

Color #655C5E in popluar number systems.

HEX 65 5C 5E
Decimal 101 92 94
Binary 1100101 1011100 1011110
Octal 145 134 136

Shades and tints

Shades of #655C5E

#655C5E
(101,92,94)
#5C5456
(92,84,86)
#534C4E
(83,76,78)
#4A4446
(74,68,70)
#413C3E
(65,60,62)
#383436
(56,52,54)
#2F2C2E
(47,44,46)
#262426
(38,36,38)
#1D1C1E
(29,28,30)
#141416
(20,20,22)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #655C5E

#655C5E
(101,92,94)
#736A6C
(115,106,108)
#81787A
(129,120,122)
#8F8688
(143,134,136)
#9D9496
(157,148,150)
#ABA2A4
(171,162,164)
#B9B0B2
(185,176,178)
#C7BEC0
(199,190,192)
#D5CCCE
(213,204,206)
#E3DADC
(227,218,220)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655C5E; }

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

This text font color is #655C5E.

Background Color

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

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

This div background color is #655C5E.

Border color

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

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

This div border color is #655C5E.

Opacity

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

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

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

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

This text has shadow with #655C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655C5E.

Preview

Color preview on black background

This text has color #655C5E on black background.


Color preview on white background

This text has color #655C5E on white background.


Black color preview on #655C5E background

This text has black color on #655C5E background.


White color preview on #655C5E background

This text has white color on #655C5E background.


Related colors

Complementary color

Complementary color for #hex is #9AA3A1.


I love getcolorcode.com

Triadic colors

1 #5E655C and #5C5E65 with #655C5E are triadic colors.

2 #5E5C65 and #5C655E with #655C5E are triadic colors.