COLOR #655C65

HEX: #655C65
RGB: (101,92,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

101
92
101

R + G + B ~ 39%. #655C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 101 = 294 (100%)
R 101 of 294 ~ 34.35%
G 92 of 294 ~ 31.29%
B 101 of 294 ~ 34.35%

%34.35
%31.29
%34.35

CMYK color model

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

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

CMYK percentages

%0
%8.91
%0
%60.39

Codes

Color #655C65 in popluar color models

655C65
RGB10192101
HSL300°4.66%37.84%
HSB/HSV300°8.91%39.61%
CMYK0.00%8.91%0.00%
60.39%

Color #655C65 in popluar number systems.

HEX655C65
Decimal10192101
Binary110010110111001100101
Octal145134145

Shades and tints

Shades of #655C65

#655C65
(101,92,101)
#5C545C
(92,84,92)
#534C53
(83,76,83)
#4A444A
(74,68,74)
#413C41
(65,60,65)
#383438
(56,52,56)
#2F2C2F
(47,44,47)
#262426
(38,36,38)
#1D1C1D
(29,28,29)
#141414
(20,20,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #655C65

#655C65
(101,92,101)
#736A73
(115,106,115)
#817881
(129,120,129)
#8F868F
(143,134,143)
#9D949D
(157,148,157)
#ABA2AB
(171,162,171)
#B9B0B9
(185,176,185)
#C7BEC7
(199,190,199)
#D5CCD5
(213,204,213)
#E3DAE3
(227,218,227)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655C65; }

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

This text font color is #655C65.


Background Color

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

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

This div background color is #655C65.


Border color

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

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

This div border color is #655C65.


Opacity

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

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

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

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

This text has shadow with #655C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C65 on black background.


Color preview on white background

This text has color #655C65 on white background.



Black color preview on #655C65 background

This text has black color on #655C65 background.


White color preview on #655C65 background

This text has white color on #655C65 background.