COLOR #655E50

HEX: #655E50
RGB: (101,94,80)

Color info

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

RGB color model

#655E50 color RGB value is (101,94,80).

  • red value is 101;
  • green value is 94;
  • blue value is 80.
RGB:
(101,94,80)
(40%,37%,31%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 80 of 255 = 31%

101
94
80

R + G + B ~ 36%. #655E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 80 = 275 (100%)
R 101 of 275 ~ 36.73%
G 94 of 275 ~ 34.18%
B 80 of 275 ~ 29.09%

%36.73
%34.18
%29.09

CMYK color model

#655E50 color CMYK value is (0,7,21,60).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK:
(0,7,21,60)
C0M7Y21K60 
(0%,7%,21%,60%)
(0.00/0.07/0.21/0.60)	

CMYK percentages

%0
%6.93
%20.79
%60.39

Codes

Color #655E50 in popluar color models

655E50
RGB1019480
HSL40°11.60%35.49%
HSB/HSV40°20.79%39.61%
CMYK0.00%6.93%20.79%
60.39%

Color #655E50 in popluar number systems.

HEX655E50
Decimal1019480
Binary110010110111101010000
Octal145136120

Shades and tints

Shades of #655E50

#655E50
(101,94,80)
#5C5649
(92,86,73)
#534E42
(83,78,66)
#4A463B
(74,70,59)
#413E34
(65,62,52)
#38362D
(56,54,45)
#2F2E26
(47,46,38)
#26261F
(38,38,31)
#1D1E18
(29,30,24)
#141611
(20,22,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #655E50

#655E50
(101,94,80)
#736C5F
(115,108,95)
#817A6E
(129,122,110)
#8F887D
(143,136,125)
#9D968C
(157,150,140)
#ABA49B
(171,164,155)
#B9B2AA
(185,178,170)
#C7C0B9
(199,192,185)
#D5CEC8
(213,206,200)
#E3DCD7
(227,220,215)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655E50; }

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

This text font color is #655E50.


Background Color

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

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

This div background color is #655E50.


Border color

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

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

This div border color is #655E50.


Opacity

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

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

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

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

This text has shadow with #655E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655E50 on black background.


Color preview on white background

This text has color #655E50 on white background.



Black color preview on #655E50 background

This text has black color on #655E50 background.


White color preview on #655E50 background

This text has white color on #655E50 background.