COLOR #655050

HEX: #655050 RGB: (101,80,80)

Color info

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

RGB color model

#655050 color RGB value is (101,80,80).

RGB: (101,80,80) (40%, 31%, 31%)

RGB channels and saturation

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

101
80
80

R + G + B ~ 34%. #655050 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 80 + 80 = 261 (100%)
R 101 of 261 ~ 38.7%
G 80 of 261 ~ 30.65%
B 80 of 261 ~ 30.65'%

%38.7
%30.65
%30.65

CMYK color model

#655050 color CMYK value is (0,21,21,60).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 20.79%
  • key color value is 60.39%

CMYK: (0,21,21,60)
C0M21Y21K60 (0%, 21%, 21%, 60%)
(0.00 / 0.21 / 0.21 / 0.60)

CMYK percentages

%0
%20.79
%20.79
%60.39

Codes

Color #655050 in popluar color models

65 50 50
RGB 101 80 80
HSL 11.60% 35.49%
HSB/HSV 20.79% 39.61%
CMYK 0.00% 20.79% 20.79%
60.39%

Color #655050 in popluar number systems.

HEX 65 50 50
Decimal 101 80 80
Binary 1100101 1010000 1010000
Octal 145 120 120

Shades and tints

Shades of #655050

#655050
(101,80,80)
#5C4949
(92,73,73)
#534242
(83,66,66)
#4A3B3B
(74,59,59)
#413434
(65,52,52)
#382D2D
(56,45,45)
#2F2626
(47,38,38)
#261F1F
(38,31,31)
#1D1818
(29,24,24)
#141111
(20,17,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #655050

#655050
(101,80,80)
#735F5F
(115,95,95)
#816E6E
(129,110,110)
#8F7D7D
(143,125,125)
#9D8C8C
(157,140,140)
#AB9B9B
(171,155,155)
#B9AAAA
(185,170,170)
#C7B9B9
(199,185,185)
#D5C8C8
(213,200,200)
#E3D7D7
(227,215,215)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655050; }

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

This text font color is #655050.

Background Color

.myBgColor { background-color: #655050; }

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

This div background color is #655050.

Border color

.myBorderColor { border: 1px solid #655050; }

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

This div border color is #655050.

Opacity

.myOpacity80 { color: #655050; opacity: 0.8; }

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

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

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

This text has shadow with #655050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655050.

Preview

Color preview on black background

This text has color #655050 on black background.


Color preview on white background

This text has color #655050 on white background.


Black color preview on #655050 background

This text has black color on #655050 background.


White color preview on #655050 background

This text has white color on #655050 background.


Related colors

Complementary color

Complementary color for #hex is #9AAFAF.


I love getcolorcode.com