COLOR #655F6B

HEX: #655F6B
RGB: (101,95,107)

Color info

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

RGB color model

#655F6B color RGB value is (101,95,107).

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

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 107 of 255 = 42%

101
95
107

R + G + B ~ 40%. #655F6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 95 + 107 = 303 (100%)
R 101 of 303 ~ 33.33%
G 95 of 303 ~ 31.35%
B 107 of 303 ~ 35.31%

%33.33
%31.35
%35.31

CMYK color model

#655F6B color CMYK value is (6,11,0,58).

  • cyan value is 5.61%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(6,11,0,58)
C6M11Y0K58 
(6%,11%,0%,58%)
(0.06/0.11/0.00/0.58)	

CMYK percentages

%5.61
%11.21
%0
%58.04

Codes

Color #655F6B in popluar color models

655F6B
RGB10195107
HSL270°5.94%39.61%
HSB/HSV270°11.21%41.96%
CMYK5.61%11.21%0.00%
58.04%

Color #655F6B in popluar number systems.

HEX655F6B
Decimal10195107
Binary110010110111111101011
Octal145137153

Shades and tints

Shades of #655F6B

#655F6B
(101,95,107)
#5C5762
(92,87,98)
#534F59
(83,79,89)
#4A4750
(74,71,80)
#413F47
(65,63,71)
#38373E
(56,55,62)
#2F2F35
(47,47,53)
#26272C
(38,39,44)
#1D1F23
(29,31,35)
#14171A
(20,23,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #655F6B

#655F6B
(101,95,107)
#736D78
(115,109,120)
#817B85
(129,123,133)
#8F8992
(143,137,146)
#9D979F
(157,151,159)
#ABA5AC
(171,165,172)
#B9B3B9
(185,179,185)
#C7C1C6
(199,193,198)
#D5CFD3
(213,207,211)
#E3DDE0
(227,221,224)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655F6B; }

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

This text font color is #655F6B.


Background Color

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

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

This div background color is #655F6B.


Border color

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

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

This div border color is #655F6B.


Opacity

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

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

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

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

This text has shadow with #655F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655F6B on black background.


Color preview on white background

This text has color #655F6B on white background.



Black color preview on #655F6B background

This text has black color on #655F6B background.


White color preview on #655F6B background

This text has white color on #655F6B background.