COLOR #655B6A

HEX: #655B6A
RGB: (101,91,106)

Color info

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

RGB color model

#655B6A color RGB value is (101,91,106).

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

RGB channels and saturation

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

101
91
106

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

Portions of RGB colors in percentages

R + G + B =
101 + 91 + 106 = 298 (100%)
R 101 of 298 ~ 33.89%
G 91 of 298 ~ 30.54%
B 106 of 298 ~ 35.57%

%33.89
%30.54
%35.57

CMYK color model

#655B6A color CMYK value is (5,14,0,58).

  • cyan value is 4.72%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(5,14,0,58)
C5M14Y0K58 
(5%,14%,0%,58%)
(0.05/0.14/0.00/0.58)	

CMYK percentages

%4.72
%14.15
%0
%58.43

Codes

Color #655B6A in popluar color models

655B6A
RGB10191106
HSL280°7.61%38.63%
HSB/HSV280°14.15%41.57%
CMYK4.72%14.15%0.00%
58.43%

Color #655B6A in popluar number systems.

HEX655B6A
Decimal10191106
Binary110010110110111101010
Octal145133152

Shades and tints

Shades of #655B6A

#655B6A
(101,91,106)
#5C5361
(92,83,97)
#534B58
(83,75,88)
#4A434F
(74,67,79)
#413B46
(65,59,70)
#38333D
(56,51,61)
#2F2B34
(47,43,52)
#26232B
(38,35,43)
#1D1B22
(29,27,34)
#141319
(20,19,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #655B6A

#655B6A
(101,91,106)
#736977
(115,105,119)
#817784
(129,119,132)
#8F8591
(143,133,145)
#9D939E
(157,147,158)
#ABA1AB
(171,161,171)
#B9AFB8
(185,175,184)
#C7BDC5
(199,189,197)
#D5CBD2
(213,203,210)
#E3D9DF
(227,217,223)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655B6A; }

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

This text font color is #655B6A.


Background Color

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

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

This div background color is #655B6A.


Border color

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

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

This div border color is #655B6A.


Opacity

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

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

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

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

This text has shadow with #655B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655B6A on black background.


Color preview on white background

This text has color #655B6A on white background.



Black color preview on #655B6A background

This text has black color on #655B6A background.


White color preview on #655B6A background

This text has white color on #655B6A background.