COLOR #655F58

HEX: #655F58 RGB: (101,95,88)

Color info

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

RGB color model

#655F58 color RGB value is (101,95,88).

RGB: (101,95,88) (40%, 37%, 35%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 88 of 255 = 35%

101
95
88

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

Portions of RGB colors in percentages

R + G + B = 101 + 95 + 88 = 284 (100%)
R 101 of 284 ~ 35.56%
G 95 of 284 ~ 33.45%
B 88 of 284 ~ 30.99'%

%35.56
%33.45
%30.99

CMYK color model

#655F58 color CMYK value is (0,6,13,60).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 12.87%
  • key color value is 60.39%

CMYK: (0,6,13,60)
C0M6Y13K60 (0%, 6%, 13%, 60%)
(0.00 / 0.06 / 0.13 / 0.60)

CMYK percentages

%0
%5.94
%12.87
%60.39

Codes

Color #655F58 in popluar color models

65 5F 58
RGB 101 95 88
HSL 32° 6.88% 37.06%
HSB/HSV 32° 12.87% 39.61%
CMYK 0.00% 5.94% 12.87%
60.39%

Color #655F58 in popluar number systems.

HEX 65 5F 58
Decimal 101 95 88
Binary 1100101 1011111 1011000
Octal 145 137 130

Shades and tints

Shades of #655F58

#655F58
(101,95,88)
#5C5750
(92,87,80)
#534F48
(83,79,72)
#4A4740
(74,71,64)
#413F38
(65,63,56)
#383730
(56,55,48)
#2F2F28
(47,47,40)
#262720
(38,39,32)
#1D1F18
(29,31,24)
#141710
(20,23,16)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #655F58

#655F58
(101,95,88)
#736D67
(115,109,103)
#817B76
(129,123,118)
#8F8985
(143,137,133)
#9D9794
(157,151,148)
#ABA5A3
(171,165,163)
#B9B3B2
(185,179,178)
#C7C1C1
(199,193,193)
#D5CFD0
(213,207,208)
#E3DDDF
(227,221,223)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655F58; }

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

This text font color is #655F58.

Background Color

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

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

This div background color is #655F58.

Border color

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

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

This div border color is #655F58.

Opacity

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

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

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

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

This text has shadow with #655F58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655F58.

Preview

Color preview on black background

This text has color #655F58 on black background.


Color preview on white background

This text has color #655F58 on white background.


Black color preview on #655F58 background

This text has black color on #655F58 background.


White color preview on #655F58 background

This text has white color on #655F58 background.


Related colors

Complementary color

Complementary color for #hex is #9AA0A7.


I love getcolorcode.com

Triadic colors

1 #58655F and #5F5865 with #655F58 are triadic colors.

2 #585F65 and #5F6558 with #655F58 are triadic colors.