COLOR #655E5F

HEX: #655E5F
RGB: (101,94,95)

Color info

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

RGB color model

#655E5F color RGB value is (101,94,95).

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

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 95 of 255 = 37%

101
94
95

R + G + B ~ 38%. #655E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 95 = 290 (100%)
R 101 of 290 ~ 34.83%
G 94 of 290 ~ 32.41%
B 95 of 290 ~ 32.76%

%34.83
%32.41
%32.76

CMYK color model

#655E5F color CMYK value is (0,7,6,60).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(0,7,6,60)
C0M7Y6K60 
(0%,7%,6%,60%)
(0.00/0.07/0.06/0.60)	

CMYK percentages

%0
%6.93
%5.94
%60.39

Codes

Color #655E5F in popluar color models

655E5F
RGB1019495
HSL351°3.59%38.24%
HSB/HSV351°6.93%39.61%
CMYK0.00%6.93%5.94%
60.39%

Color #655E5F in popluar number systems.

HEX655E5F
Decimal1019495
Binary110010110111101011111
Octal145136137

Shades and tints

Shades of #655E5F

#655E5F
(101,94,95)
#5C5657
(92,86,87)
#534E4F
(83,78,79)
#4A4647
(74,70,71)
#413E3F
(65,62,63)
#383637
(56,54,55)
#2F2E2F
(47,46,47)
#262627
(38,38,39)
#1D1E1F
(29,30,31)
#141617
(20,22,23)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #655E5F

#655E5F
(101,94,95)
#736C6D
(115,108,109)
#817A7B
(129,122,123)
#8F8889
(143,136,137)
#9D9697
(157,150,151)
#ABA4A5
(171,164,165)
#B9B2B3
(185,178,179)
#C7C0C1
(199,192,193)
#D5CECF
(213,206,207)
#E3DCDD
(227,220,221)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E5F; }

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

This text font color is #655E5F.


Background Color

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

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

This div background color is #655E5F.


Border color

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

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

This div border color is #655E5F.


Opacity

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

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

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

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

This text has shadow with #655E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E5F on black background.


Color preview on white background

This text has color #655E5F on white background.



Black color preview on #655E5F background

This text has black color on #655E5F background.


White color preview on #655E5F background

This text has white color on #655E5F background.