COLOR #655D5F

HEX: #655D5F
RGB: (101,93,95)

Color info

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

RGB color model

#655D5F color RGB value is (101,93,95).

  • red value is 101;
  • green value is 93;
  • blue value is 95.
RGB:
(101,93,95)
(40%,36%,37%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 95 of 255 = 37%

101
93
95

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

Portions of RGB colors in percentages

R + G + B =
101 + 93 + 95 = 289 (100%)
R 101 of 289 ~ 34.95%
G 93 of 289 ~ 32.18%
B 95 of 289 ~ 32.87%

%34.95
%32.18
%32.87

CMYK color model

#655D5F color CMYK value is (0,8,6,60).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(0,8,6,60)
C0M8Y6K60 
(0%,8%,6%,60%)
(0.00/0.08/0.06/0.60)	

CMYK percentages

%0
%7.92
%5.94
%60.39

Codes

Color #655D5F in popluar color models

655D5F
RGB1019395
HSL345°4.12%38.04%
HSB/HSV345°7.92%39.61%
CMYK0.00%7.92%5.94%
60.39%

Color #655D5F in popluar number systems.

HEX655D5F
Decimal1019395
Binary110010110111011011111
Octal145135137

Shades and tints

Shades of #655D5F

#655D5F
(101,93,95)
#5C5557
(92,85,87)
#534D4F
(83,77,79)
#4A4547
(74,69,71)
#413D3F
(65,61,63)
#383537
(56,53,55)
#2F2D2F
(47,45,47)
#262527
(38,37,39)
#1D1D1F
(29,29,31)
#141517
(20,21,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #655D5F

#655D5F
(101,93,95)
#736B6D
(115,107,109)
#81797B
(129,121,123)
#8F8789
(143,135,137)
#9D9597
(157,149,151)
#ABA3A5
(171,163,165)
#B9B1B3
(185,177,179)
#C7BFC1
(199,191,193)
#D5CDCF
(213,205,207)
#E3DBDD
(227,219,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655D5F color. Also use rgb(101,93,95) instead hex code.

Text Font Color

.myTextColor { color: #655D5F; }

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

This text font color is #655D5F.


Background Color

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

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

This div background color is #655D5F.


Border color

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

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

This div border color is #655D5F.


Opacity

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

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

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

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

This text has shadow with #655D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655D5F on black background.


Color preview on white background

This text has color #655D5F on white background.



Black color preview on #655D5F background

This text has black color on #655D5F background.


White color preview on #655D5F background

This text has white color on #655D5F background.