COLOR #655C58

HEX: #655C58
RGB: (101,92,88)

Color info

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

RGB color model

#655C58 color RGB value is (101,92,88).

  • red value is 101;
  • green value is 92;
  • blue value is 88.
RGB:
(101,92,88)
(40%,36%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 88 of 255 = 35%

101
92
88

R + G + B ~ 37%. #655C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 88 = 281 (100%)
R 101 of 281 ~ 35.94%
G 92 of 281 ~ 32.74%
B 88 of 281 ~ 31.32%

%35.94
%32.74
%31.32

CMYK color model

#655C58 color CMYK value is (0,9,13,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 12.87%
  • key color value is 60.39%
CMYK:
(0,9,13,60)
C0M9Y13K60 
(0%,9%,13%,60%)
(0.00/0.09/0.13/0.60)	

CMYK percentages

%0
%8.91
%12.87
%60.39

Codes

Color #655C58 in popluar color models

655C58
RGB1019288
HSL18°6.88%37.06%
HSB/HSV18°12.87%39.61%
CMYK0.00%8.91%12.87%
60.39%

Color #655C58 in popluar number systems.

HEX655C58
Decimal1019288
Binary110010110111001011000
Octal145134130

Shades and tints

Shades of #655C58

#655C58
(101,92,88)
#5C5450
(92,84,80)
#534C48
(83,76,72)
#4A4440
(74,68,64)
#413C38
(65,60,56)
#383430
(56,52,48)
#2F2C28
(47,44,40)
#262420
(38,36,32)
#1D1C18
(29,28,24)
#141410
(20,20,16)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #655C58

#655C58
(101,92,88)
#736A67
(115,106,103)
#817876
(129,120,118)
#8F8685
(143,134,133)
#9D9494
(157,148,148)
#ABA2A3
(171,162,163)
#B9B0B2
(185,176,178)
#C7BEC1
(199,190,193)
#D5CCD0
(213,204,208)
#E3DADF
(227,218,223)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655C58 color. Also use rgb(101,92,88) instead hex code.

Text Font Color

.myTextColor { color: #655C58; }

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

This text font color is #655C58.


Background Color

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

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

This div background color is #655C58.


Border color

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

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

This div border color is #655C58.


Opacity

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

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

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

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

This text has shadow with #655C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655C58 on black background.


Color preview on white background

This text has color #655C58 on white background.



Black color preview on #655C58 background

This text has black color on #655C58 background.


White color preview on #655C58 background

This text has white color on #655C58 background.