COLOR #655A5F

HEX: #655A5F
RGB: (101,90,95)

Color info

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

RGB color model

#655A5F color RGB value is (101,90,95).

  • red value is 101;
  • green value is 90;
  • blue value is 95.
RGB:
(101,90,95)
(40%,35%,37%)

RGB channels and saturation

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

101
90
95

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 95 = 286 (100%)
R 101 of 286 ~ 35.31%
G 90 of 286 ~ 31.47%
B 95 of 286 ~ 33.22%

%35.31
%31.47
%33.22

CMYK color model

#655A5F color CMYK value is (0,11,6,60).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(0,11,6,60)
C0M11Y6K60 
(0%,11%,6%,60%)
(0.00/0.11/0.06/0.60)	

CMYK percentages

%0
%10.89
%5.94
%60.39

Codes

Color #655A5F in popluar color models

655A5F
RGB1019095
HSL333°5.76%37.45%
HSB/HSV333°10.89%39.61%
CMYK0.00%10.89%5.94%
60.39%

Color #655A5F in popluar number systems.

HEX655A5F
Decimal1019095
Binary110010110110101011111
Octal145132137

Shades and tints

Shades of #655A5F

#655A5F
(101,90,95)
#5C5257
(92,82,87)
#534A4F
(83,74,79)
#4A4247
(74,66,71)
#413A3F
(65,58,63)
#383237
(56,50,55)
#2F2A2F
(47,42,47)
#262227
(38,34,39)
#1D1A1F
(29,26,31)
#141217
(20,18,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #655A5F

#655A5F
(101,90,95)
#73696D
(115,105,109)
#81787B
(129,120,123)
#8F8789
(143,135,137)
#9D9697
(157,150,151)
#ABA5A5
(171,165,165)
#B9B4B3
(185,180,179)
#C7C3C1
(199,195,193)
#D5D2CF
(213,210,207)
#E3E1DD
(227,225,221)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655A5F; }

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

This text font color is #655A5F.


Background Color

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

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

This div background color is #655A5F.


Border color

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

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

This div border color is #655A5F.


Opacity

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

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

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

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

This text has shadow with #655A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655A5F on black background.


Color preview on white background

This text has color #655A5F on white background.



Black color preview on #655A5F background

This text has black color on #655A5F background.


White color preview on #655A5F background

This text has white color on #655A5F background.