COLOR #655E6F

HEX: #655E6F RGB: (101,94,111)

Color info

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

RGB color model

#655E6F color RGB value is (101,94,111).

RGB: (101,94,111) (40%, 37%, 44%)

RGB channels and saturation

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

101
94
111

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

Portions of RGB colors in percentages

R + G + B = 101 + 94 + 111 = 306 (100%)
R 101 of 306 ~ 33.01%
G 94 of 306 ~ 30.72%
B 111 of 306 ~ 36.27'%

%33.01
%30.72
%36.27

CMYK color model

#655E6F color CMYK value is (9,15,0,56).

  • cyan value is 9.01%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (9,15,0,56)
C9M15Y0K56 (9%, 15%, 0%, 56%)
(0.09 / 0.15 / 0.00 / 0.56)

CMYK percentages

%9.01
%15.32
%0
%56.47

Codes

Color #655E6F in popluar color models

65 5E 6F
RGB 101 94 111
HSL 265° 8.29% 40.20%
HSB/HSV 265° 15.32% 43.53%
CMYK 9.01% 15.32% 0.00%
56.47%

Color #655E6F in popluar number systems.

HEX 65 5E 6F
Decimal 101 94 111
Binary 1100101 1011110 1101111
Octal 145 136 157

Shades and tints

Shades of #655E6F

#655E6F
(101,94,111)
#5C5665
(92,86,101)
#534E5B
(83,78,91)
#4A4651
(74,70,81)
#413E47
(65,62,71)
#38363D
(56,54,61)
#2F2E33
(47,46,51)
#262629
(38,38,41)
#1D1E1F
(29,30,31)
#141615
(20,22,21)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #655E6F

#655E6F
(101,94,111)
#736C7C
(115,108,124)
#817A89
(129,122,137)
#8F8896
(143,136,150)
#9D96A3
(157,150,163)
#ABA4B0
(171,164,176)
#B9B2BD
(185,178,189)
#C7C0CA
(199,192,202)
#D5CED7
(213,206,215)
#E3DCE4
(227,220,228)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E6F; }

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

This text font color is #655E6F.

Background Color

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

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

This div background color is #655E6F.

Border color

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

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

This div border color is #655E6F.

Opacity

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

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

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

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

This text has shadow with #655E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655E6F.

Preview

Color preview on black background

This text has color #655E6F on black background.


Color preview on white background

This text has color #655E6F on white background.


Black color preview on #655E6F background

This text has black color on #655E6F background.


White color preview on #655E6F background

This text has white color on #655E6F background.


Related colors

Complementary color

Complementary color for #hex is #9AA190.


I love getcolorcode.com

Triadic colors

1 #6F655E and #5E6F65 with #655E6F are triadic colors.

2 #6F5E65 and #5E656F with #655E6F are triadic colors.