COLOR #655E7B

HEX: #655E7B
RGB: (101,94,123)

Color info

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

RGB color model

#655E7B color RGB value is (101,94,123).

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

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 123 of 255 = 48%

101
94
123

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

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 123 = 318 (100%)
R 101 of 318 ~ 31.76%
G 94 of 318 ~ 29.56%
B 123 of 318 ~ 38.68%

%31.76
%29.56
%38.68

CMYK color model

#655E7B color CMYK value is (18,24,0,52).

  • cyan value is 17.89%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(18,24,0,52)
C18M24Y0K52 
(18%,24%,0%,52%)
(0.18/0.24/0.00/0.52)	

CMYK percentages

%17.89
%23.58
%0
%51.76

Codes

Color #655E7B in popluar color models

655E7B
RGB10194123
HSL254°13.36%42.55%
HSB/HSV254°23.58%48.24%
CMYK17.89%23.58%0.00%
51.76%

Color #655E7B in popluar number systems.

HEX655E7B
Decimal10194123
Binary110010110111101111011
Octal145136173

Shades and tints

Shades of #655E7B

#655E7B
(101,94,123)
#5C5670
(92,86,112)
#534E65
(83,78,101)
#4A465A
(74,70,90)
#413E4F
(65,62,79)
#383644
(56,54,68)
#2F2E39
(47,46,57)
#26262E
(38,38,46)
#1D1E23
(29,30,35)
#141618
(20,22,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #655E7B

#655E7B
(101,94,123)
#736C87
(115,108,135)
#817A93
(129,122,147)
#8F889F
(143,136,159)
#9D96AB
(157,150,171)
#ABA4B7
(171,164,183)
#B9B2C3
(185,178,195)
#C7C0CF
(199,192,207)
#D5CEDB
(213,206,219)
#E3DCE7
(227,220,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E7B; }

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

This text font color is #655E7B.


Background Color

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

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

This div background color is #655E7B.


Border color

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

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

This div border color is #655E7B.


Opacity

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

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

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

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

This text has shadow with #655E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E7B on black background.


Color preview on white background

This text has color #655E7B on white background.



Black color preview on #655E7B background

This text has black color on #655E7B background.


White color preview on #655E7B background

This text has white color on #655E7B background.