COLOR #655F53

HEX: #655F53 RGB: (101,95,83)

Color info

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

RGB color model

#655F53 color RGB value is (101,95,83).

RGB: (101,95,83) (40%, 37%, 33%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 83 of 255 = 33%

101
95
83

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

Portions of RGB colors in percentages

R + G + B = 101 + 95 + 83 = 279 (100%)
R 101 of 279 ~ 36.2%
G 95 of 279 ~ 34.05%
B 83 of 279 ~ 29.75'%

%36.2
%34.05
%29.75

CMYK color model

#655F53 color CMYK value is (0,6,18,60).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 17.82%
  • key color value is 60.39%

CMYK: (0,6,18,60)
C0M6Y18K60 (0%, 6%, 18%, 60%)
(0.00 / 0.06 / 0.18 / 0.60)

CMYK percentages

%0
%5.94
%17.82
%60.39

Codes

Color #655F53 in popluar color models

65 5F 53
RGB 101 95 83
HSL 40° 9.78% 36.08%
HSB/HSV 40° 17.82% 39.61%
CMYK 0.00% 5.94% 17.82%
60.39%

Color #655F53 in popluar number systems.

HEX 65 5F 53
Decimal 101 95 83
Binary 1100101 1011111 1010011
Octal 145 137 123

Shades and tints

Shades of #655F53

#655F53
(101,95,83)
#5C574C
(92,87,76)
#534F45
(83,79,69)
#4A473E
(74,71,62)
#413F37
(65,63,55)
#383730
(56,55,48)
#2F2F29
(47,47,41)
#262722
(38,39,34)
#1D1F1B
(29,31,27)
#141714
(20,23,20)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #655F53

#655F53
(101,95,83)
#736D62
(115,109,98)
#817B71
(129,123,113)
#8F8980
(143,137,128)
#9D978F
(157,151,143)
#ABA59E
(171,165,158)
#B9B3AD
(185,179,173)
#C7C1BC
(199,193,188)
#D5CFCB
(213,207,203)
#E3DDDA
(227,221,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655F53; }

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

This text font color is #655F53.

Background Color

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

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

This div background color is #655F53.

Border color

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

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

This div border color is #655F53.

Opacity

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

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

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

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

This text has shadow with #655F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655F53.

Preview

Color preview on black background

This text has color #655F53 on black background.


Color preview on white background

This text has color #655F53 on white background.


Black color preview on #655F53 background

This text has black color on #655F53 background.


White color preview on #655F53 background

This text has white color on #655F53 background.


Related colors

Complementary color

Complementary color for #hex is #9AA0AC.


I love getcolorcode.com

Triadic colors

1 #53655F and #5F5365 with #655F53 are triadic colors.

2 #535F65 and #5F6553 with #655F53 are triadic colors.