COLOR #655D58

HEX: #655D58
RGB: (101,93,88)

Color info

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

RGB color model

#655D58 color RGB value is (101,93,88).

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

RGB channels and saturation

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

101
93
88

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

Portions of RGB colors in percentages

R + G + B =
101 + 93 + 88 = 282 (100%)
R 101 of 282 ~ 35.82%
G 93 of 282 ~ 32.98%
B 88 of 282 ~ 31.21%

%35.82
%32.98
%31.21

CMYK color model

#655D58 color CMYK value is (0,8,13,60).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 12.87%
  • key color value is 60.39%
CMYK:
(0,8,13,60)
C0M8Y13K60 
(0%,8%,13%,60%)
(0.00/0.08/0.13/0.60)	

CMYK percentages

%0
%7.92
%12.87
%60.39

Codes

Color #655D58 in popluar color models

655D58
RGB1019388
HSL23°6.88%37.06%
HSB/HSV23°12.87%39.61%
CMYK0.00%7.92%12.87%
60.39%

Color #655D58 in popluar number systems.

HEX655D58
Decimal1019388
Binary110010110111011011000
Octal145135130

Shades and tints

Shades of #655D58

#655D58
(101,93,88)
#5C5550
(92,85,80)
#534D48
(83,77,72)
#4A4540
(74,69,64)
#413D38
(65,61,56)
#383530
(56,53,48)
#2F2D28
(47,45,40)
#262520
(38,37,32)
#1D1D18
(29,29,24)
#141510
(20,21,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #655D58

#655D58
(101,93,88)
#736B67
(115,107,103)
#817976
(129,121,118)
#8F8785
(143,135,133)
#9D9594
(157,149,148)
#ABA3A3
(171,163,163)
#B9B1B2
(185,177,178)
#C7BFC1
(199,191,193)
#D5CDD0
(213,205,208)
#E3DBDF
(227,219,223)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655D58; }

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

This text font color is #655D58.


Background Color

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

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

This div background color is #655D58.


Border color

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

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

This div border color is #655D58.


Opacity

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

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

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

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

This text has shadow with #655D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655D58 on black background.


Color preview on white background

This text has color #655D58 on white background.



Black color preview on #655D58 background

This text has black color on #655D58 background.


White color preview on #655D58 background

This text has white color on #655D58 background.