COLOR #655A5E

HEX: #655A5E RGB: (101,90,94)

Color info

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

RGB color model

#655A5E color RGB value is (101,90,94).

RGB: (101,90,94) (40%, 35%, 37%)

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 94 of 255 = 37%

101
90
94

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

Portions of RGB colors in percentages

R + G + B = 101 + 90 + 94 = 285 (100%)
R 101 of 285 ~ 35.44%
G 90 of 285 ~ 31.58%
B 94 of 285 ~ 32.98'%

%35.44
%31.58
%32.98

CMYK color model

#655A5E color CMYK value is (0,11,7,60).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 6.93%
  • key color value is 60.39%

CMYK: (0,11,7,60)
C0M11Y7K60 (0%, 11%, 7%, 60%)
(0.00 / 0.11 / 0.07 / 0.60)

CMYK percentages

%0
%10.89
%6.93
%60.39

Codes

Color #655A5E in popluar color models

65 5A 5E
RGB 101 90 94
HSL 338° 5.76% 37.45%
HSB/HSV 338° 10.89% 39.61%
CMYK 0.00% 10.89% 6.93%
60.39%

Color #655A5E in popluar number systems.

HEX 65 5A 5E
Decimal 101 90 94
Binary 1100101 1011010 1011110
Octal 145 132 136

Shades and tints

Shades of #655A5E

#655A5E
(101,90,94)
#5C5256
(92,82,86)
#534A4E
(83,74,78)
#4A4246
(74,66,70)
#413A3E
(65,58,62)
#383236
(56,50,54)
#2F2A2E
(47,42,46)
#262226
(38,34,38)
#1D1A1E
(29,26,30)
#141216
(20,18,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #655A5E

#655A5E
(101,90,94)
#73696C
(115,105,108)
#81787A
(129,120,122)
#8F8788
(143,135,136)
#9D9696
(157,150,150)
#ABA5A4
(171,165,164)
#B9B4B2
(185,180,178)
#C7C3C0
(199,195,192)
#D5D2CE
(213,210,206)
#E3E1DC
(227,225,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655A5E; }

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

This text font color is #655A5E.

Background Color

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

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

This div background color is #655A5E.

Border color

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

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

This div border color is #655A5E.

Opacity

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

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

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

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

This text has shadow with #655A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655A5E.

Preview

Color preview on black background

This text has color #655A5E on black background.


Color preview on white background

This text has color #655A5E on white background.


Black color preview on #655A5E background

This text has black color on #655A5E background.


White color preview on #655A5E background

This text has white color on #655A5E background.


Related colors

Complementary color

Complementary color for #hex is #9AA5A1.


I love getcolorcode.com

Triadic colors

1 #5E655A and #5A5E65 with #655A5E are triadic colors.

2 #5E5A65 and #5A655E with #655A5E are triadic colors.