COLOR #655E71

HEX: #655E71
RGB: (101,94,113)

Color info

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

RGB color model

#655E71 color RGB value is (101,94,113).

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

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 113 of 255 = 44%

101
94
113

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

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 113 = 308 (100%)
R 101 of 308 ~ 32.79%
G 94 of 308 ~ 30.52%
B 113 of 308 ~ 36.69%

%32.79
%30.52
%36.69

CMYK color model

#655E71 color CMYK value is (11,17,0,56).

  • cyan value is 10.62%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(11,17,0,56)
C11M17Y0K56 
(11%,17%,0%,56%)
(0.11/0.17/0.00/0.56)	

CMYK percentages

%10.62
%16.81
%0
%55.69

Codes

Color #655E71 in popluar color models

655E71
RGB10194113
HSL262°9.18%40.59%
HSB/HSV262°16.81%44.31%
CMYK10.62%16.81%0.00%
55.69%

Color #655E71 in popluar number systems.

HEX655E71
Decimal10194113
Binary110010110111101110001
Octal145136161

Shades and tints

Shades of #655E71

#655E71
(101,94,113)
#5C5667
(92,86,103)
#534E5D
(83,78,93)
#4A4653
(74,70,83)
#413E49
(65,62,73)
#38363F
(56,54,63)
#2F2E35
(47,46,53)
#26262B
(38,38,43)
#1D1E21
(29,30,33)
#141617
(20,22,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #655E71

#655E71
(101,94,113)
#736C7D
(115,108,125)
#817A89
(129,122,137)
#8F8895
(143,136,149)
#9D96A1
(157,150,161)
#ABA4AD
(171,164,173)
#B9B2B9
(185,178,185)
#C7C0C5
(199,192,197)
#D5CED1
(213,206,209)
#E3DCDD
(227,220,221)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E71; }

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

This text font color is #655E71.


Background Color

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

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

This div background color is #655E71.


Border color

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

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

This div border color is #655E71.


Opacity

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

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

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

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

This text has shadow with #655E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E71 on black background.


Color preview on white background

This text has color #655E71 on white background.



Black color preview on #655E71 background

This text has black color on #655E71 background.


White color preview on #655E71 background

This text has white color on #655E71 background.