COLOR #655A6C

HEX: #655A6C
RGB: (101,90,108)

Color info

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

RGB color model

#655A6C color RGB value is (101,90,108).

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

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 108 of 255 = 42%

101
90
108

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 108 = 299 (100%)
R 101 of 299 ~ 33.78%
G 90 of 299 ~ 30.1%
B 108 of 299 ~ 36.12%

%33.78
%30.1
%36.12

CMYK color model

#655A6C color CMYK value is (6,17,0,58).

  • cyan value is 6.48%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,17,0,58)
C6M17Y0K58 
(6%,17%,0%,58%)
(0.06/0.17/0.00/0.58)	

CMYK percentages

%6.48
%16.67
%0
%57.65

Codes

Color #655A6C in popluar color models

655A6C
RGB10190108
HSL277°9.09%38.82%
HSB/HSV277°16.67%42.35%
CMYK6.48%16.67%0.00%
57.65%

Color #655A6C in popluar number systems.

HEX655A6C
Decimal10190108
Binary110010110110101101100
Octal145132154

Shades and tints

Shades of #655A6C

#655A6C
(101,90,108)
#5C5263
(92,82,99)
#534A5A
(83,74,90)
#4A4251
(74,66,81)
#413A48
(65,58,72)
#38323F
(56,50,63)
#2F2A36
(47,42,54)
#26222D
(38,34,45)
#1D1A24
(29,26,36)
#14121B
(20,18,27)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #655A6C

#655A6C
(101,90,108)
#736979
(115,105,121)
#817886
(129,120,134)
#8F8793
(143,135,147)
#9D96A0
(157,150,160)
#ABA5AD
(171,165,173)
#B9B4BA
(185,180,186)
#C7C3C7
(199,195,199)
#D5D2D4
(213,210,212)
#E3E1E1
(227,225,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655A6C; }

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

This text font color is #655A6C.


Background Color

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

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

This div background color is #655A6C.


Border color

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

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

This div border color is #655A6C.


Opacity

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

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

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

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

This text has shadow with #655A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655A6C on black background.


Color preview on white background

This text has color #655A6C on white background.



Black color preview on #655A6C background

This text has black color on #655A6C background.


White color preview on #655A6C background

This text has white color on #655A6C background.