COLOR #655F5D

HEX: #655F5D RGB: (101,95,93)

Color info

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

RGB color model

#655F5D color RGB value is (101,95,93).

RGB: (101,95,93) (40%, 37%, 36%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 93 of 255 = 36%

101
95
93

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

Portions of RGB colors in percentages

R + G + B = 101 + 95 + 93 = 289 (100%)
R 101 of 289 ~ 34.95%
G 95 of 289 ~ 32.87%
B 93 of 289 ~ 32.18'%

%34.95
%32.87
%32.18

CMYK color model

#655F5D color CMYK value is (0,6,8,60).

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

CMYK: (0,6,8,60)
C0M6Y8K60 (0%, 6%, 8%, 60%)
(0.00 / 0.06 / 0.08 / 0.60)

CMYK percentages

%0
%5.94
%7.92
%60.39

Codes

Color #655F5D in popluar color models

65 5F 5D
RGB 101 95 93
HSL 15° 4.12% 38.04%
HSB/HSV 15° 7.92% 39.61%
CMYK 0.00% 5.94% 7.92%
60.39%

Color #655F5D in popluar number systems.

HEX 65 5F 5D
Decimal 101 95 93
Binary 1100101 1011111 1011101
Octal 145 137 135

Shades and tints

Shades of #655F5D

#655F5D
(101,95,93)
#5C5755
(92,87,85)
#534F4D
(83,79,77)
#4A4745
(74,71,69)
#413F3D
(65,63,61)
#383735
(56,55,53)
#2F2F2D
(47,47,45)
#262725
(38,39,37)
#1D1F1D
(29,31,29)
#141715
(20,23,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #655F5D

#655F5D
(101,95,93)
#736D6B
(115,109,107)
#817B79
(129,123,121)
#8F8987
(143,137,135)
#9D9795
(157,151,149)
#ABA5A3
(171,165,163)
#B9B3B1
(185,179,177)
#C7C1BF
(199,193,191)
#D5CFCD
(213,207,205)
#E3DDDB
(227,221,219)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655F5D; }

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

This text font color is #655F5D.

Background Color

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

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

This div background color is #655F5D.

Border color

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

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

This div border color is #655F5D.

Opacity

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

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

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

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

This text has shadow with #655F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655F5D.

Preview

Color preview on black background

This text has color #655F5D on black background.


Color preview on white background

This text has color #655F5D on white background.


Black color preview on #655F5D background

This text has black color on #655F5D background.


White color preview on #655F5D background

This text has white color on #655F5D background.


Related colors

Complementary color

Complementary color for #hex is #9AA0A2.


I love getcolorcode.com

Triadic colors

1 #5D655F and #5F5D65 with #655F5D are triadic colors.

2 #5D5F65 and #5F655D with #655F5D are triadic colors.