COLOR #655C6A

HEX: #655C6A
RGB: (101,92,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

101
92
106

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

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 106 = 299 (100%)
R 101 of 299 ~ 33.78%
G 92 of 299 ~ 30.77%
B 106 of 299 ~ 35.45%

%33.78
%30.77
%35.45

CMYK color model

#655C6A color CMYK value is (5,13,0,58).

  • cyan value is 4.72%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(5,13,0,58)
C5M13Y0K58 
(5%,13%,0%,58%)
(0.05/0.13/0.00/0.58)	

CMYK percentages

%4.72
%13.21
%0
%58.43

Codes

Color #655C6A in popluar color models

655C6A
RGB10192106
HSL279°7.07%38.82%
HSB/HSV279°13.21%41.57%
CMYK4.72%13.21%0.00%
58.43%

Color #655C6A in popluar number systems.

HEX655C6A
Decimal10192106
Binary110010110111001101010
Octal145134152

Shades and tints

Shades of #655C6A

#655C6A
(101,92,106)
#5C5461
(92,84,97)
#534C58
(83,76,88)
#4A444F
(74,68,79)
#413C46
(65,60,70)
#38343D
(56,52,61)
#2F2C34
(47,44,52)
#26242B
(38,36,43)
#1D1C22
(29,28,34)
#141419
(20,20,25)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #655C6A

#655C6A
(101,92,106)
#736A77
(115,106,119)
#817884
(129,120,132)
#8F8691
(143,134,145)
#9D949E
(157,148,158)
#ABA2AB
(171,162,171)
#B9B0B8
(185,176,184)
#C7BEC5
(199,190,197)
#D5CCD2
(213,204,210)
#E3DADF
(227,218,223)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655C6A; }

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

This text font color is #655C6A.


Background Color

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

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

This div background color is #655C6A.


Border color

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

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

This div border color is #655C6A.


Opacity

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

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

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

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

This text has shadow with #655C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C6A on black background.


Color preview on white background

This text has color #655C6A on white background.



Black color preview on #655C6A background

This text has black color on #655C6A background.


White color preview on #655C6A background

This text has white color on #655C6A background.