COLOR #655B6C

HEX: #655B6C
RGB: (101,91,108)

Color info

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

RGB color model

#655B6C color RGB value is (101,91,108).

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

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 108 of 255 = 42%

101
91
108

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

Portions of RGB colors in percentages

R + G + B =
101 + 91 + 108 = 300 (100%)
R 101 of 300 ~ 33.67%
G 91 of 300 ~ 30.33%
B 108 of 300 ~ 36%

%33.67
%30.33
%36

CMYK color model

#655B6C color CMYK value is (6,16,0,58).

  • cyan value is 6.48%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,16,0,58)
C6M16Y0K58 
(6%,16%,0%,58%)
(0.06/0.16/0.00/0.58)	

CMYK percentages

%6.48
%15.74
%0
%57.65

Codes

Color #655B6C in popluar color models

655B6C
RGB10191108
HSL275°8.54%39.02%
HSB/HSV275°15.74%42.35%
CMYK6.48%15.74%0.00%
57.65%

Color #655B6C in popluar number systems.

HEX655B6C
Decimal10191108
Binary110010110110111101100
Octal145133154

Shades and tints

Shades of #655B6C

#655B6C
(101,91,108)
#5C5363
(92,83,99)
#534B5A
(83,75,90)
#4A4351
(74,67,81)
#413B48
(65,59,72)
#38333F
(56,51,63)
#2F2B36
(47,43,54)
#26232D
(38,35,45)
#1D1B24
(29,27,36)
#14131B
(20,19,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #655B6C

#655B6C
(101,91,108)
#736979
(115,105,121)
#817786
(129,119,134)
#8F8593
(143,133,147)
#9D93A0
(157,147,160)
#ABA1AD
(171,161,173)
#B9AFBA
(185,175,186)
#C7BDC7
(199,189,199)
#D5CBD4
(213,203,212)
#E3D9E1
(227,217,225)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655B6C; }

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

This text font color is #655B6C.


Background Color

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

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

This div background color is #655B6C.


Border color

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

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

This div border color is #655B6C.


Opacity

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

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

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

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

This text has shadow with #655B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655B6C on black background.


Color preview on white background

This text has color #655B6C on white background.



Black color preview on #655B6C background

This text has black color on #655B6C background.


White color preview on #655B6C background

This text has white color on #655B6C background.