COLOR #655E6A

HEX: #655E6A
RGB: (101,94,106)

Color info

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

RGB color model

#655E6A color RGB value is (101,94,106).

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

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 106 of 255 = 42%

101
94
106

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

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 106 = 301 (100%)
R 101 of 301 ~ 33.55%
G 94 of 301 ~ 31.23%
B 106 of 301 ~ 35.22%

%33.55
%31.23
%35.22

CMYK color model

#655E6A color CMYK value is (5,11,0,58).

  • cyan value is 4.72%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(5,11,0,58)
C5M11Y0K58 
(5%,11%,0%,58%)
(0.05/0.11/0.00/0.58)	

CMYK percentages

%4.72
%11.32
%0
%58.43

Codes

Color #655E6A in popluar color models

655E6A
RGB10194106
HSL275°6.00%39.22%
HSB/HSV275°11.32%41.57%
CMYK4.72%11.32%0.00%
58.43%

Color #655E6A in popluar number systems.

HEX655E6A
Decimal10194106
Binary110010110111101101010
Octal145136152

Shades and tints

Shades of #655E6A

#655E6A
(101,94,106)
#5C5661
(92,86,97)
#534E58
(83,78,88)
#4A464F
(74,70,79)
#413E46
(65,62,70)
#38363D
(56,54,61)
#2F2E34
(47,46,52)
#26262B
(38,38,43)
#1D1E22
(29,30,34)
#141619
(20,22,25)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #655E6A

#655E6A
(101,94,106)
#736C77
(115,108,119)
#817A84
(129,122,132)
#8F8891
(143,136,145)
#9D969E
(157,150,158)
#ABA4AB
(171,164,171)
#B9B2B8
(185,178,184)
#C7C0C5
(199,192,197)
#D5CED2
(213,206,210)
#E3DCDF
(227,220,223)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E6A; }

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

This text font color is #655E6A.


Background Color

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

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

This div background color is #655E6A.


Border color

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

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

This div border color is #655E6A.


Opacity

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

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

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

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

This text has shadow with #655E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E6A on black background.


Color preview on white background

This text has color #655E6A on white background.



Black color preview on #655E6A background

This text has black color on #655E6A background.


White color preview on #655E6A background

This text has white color on #655E6A background.