COLOR #655B54

HEX: #655B54 RGB: (101,91,84)

Color info

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

RGB color model

#655B54 color RGB value is (101,91,84).

RGB: (101,91,84) (40%, 36%, 33%)

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 84 of 255 = 33%

101
91
84

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

Portions of RGB colors in percentages

R + G + B = 101 + 91 + 84 = 276 (100%)
R 101 of 276 ~ 36.59%
G 91 of 276 ~ 32.97%
B 84 of 276 ~ 30.43'%

%36.59
%32.97
%30.43

CMYK color model

#655B54 color CMYK value is (0,10,17,60).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 16.83%
  • key color value is 60.39%

CMYK: (0,10,17,60)
C0M10Y17K60 (0%, 10%, 17%, 60%)
(0.00 / 0.10 / 0.17 / 0.60)

CMYK percentages

%0
%9.9
%16.83
%60.39

Codes

Color #655B54 in popluar color models

65 5B 54
RGB 101 91 84
HSL 25° 9.19% 36.27%
HSB/HSV 25° 16.83% 39.61%
CMYK 0.00% 9.90% 16.83%
60.39%

Color #655B54 in popluar number systems.

HEX 65 5B 54
Decimal 101 91 84
Binary 1100101 1011011 1010100
Octal 145 133 124

Shades and tints

Shades of #655B54

#655B54
(101,91,84)
#5C534D
(92,83,77)
#534B46
(83,75,70)
#4A433F
(74,67,63)
#413B38
(65,59,56)
#383331
(56,51,49)
#2F2B2A
(47,43,42)
#262323
(38,35,35)
#1D1B1C
(29,27,28)
#141315
(20,19,21)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #655B54

#655B54
(101,91,84)
#736963
(115,105,99)
#817772
(129,119,114)
#8F8581
(143,133,129)
#9D9390
(157,147,144)
#ABA19F
(171,161,159)
#B9AFAE
(185,175,174)
#C7BDBD
(199,189,189)
#D5CBCC
(213,203,204)
#E3D9DB
(227,217,219)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655B54 color. Also use rgb(101,91,84) instead hex code.

Text Font Color

.myTextColor { color: #655B54; }

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

This text font color is #655B54.

Background Color

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

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

This div background color is #655B54.

Border color

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

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

This div border color is #655B54.

Opacity

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

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

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

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

This text has shadow with #655B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655B54.

Preview

Color preview on black background

This text has color #655B54 on black background.


Color preview on white background

This text has color #655B54 on white background.


Black color preview on #655B54 background

This text has black color on #655B54 background.


White color preview on #655B54 background

This text has white color on #655B54 background.


Related colors

Complementary color

Complementary color for #hex is #9AA4AB.


I love getcolorcode.com

Triadic colors

1 #54655B and #5B5465 with #655B54 are triadic colors.

2 #545B65 and #5B6554 with #655B54 are triadic colors.