COLOR #656755

HEX: #656755 RGB: (101,103,85)

Color info

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

RGB color model

#656755 color RGB value is (101,103,85).

RGB: (101,103,85) (40%, 40%, 33%)

RGB channels and saturation

R 101 of 255 = 40%
G 103 of 255 = 40%
B 85 of 255 = 33%

101
103
85

R + G + B ~ 38%. #656755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 103 + 85 = 289 (100%)
R 101 of 289 ~ 34.95%
G 103 of 289 ~ 35.64%
B 85 of 289 ~ 29.41'%

%34.95
%35.64
%29.41

CMYK color model

#656755 color CMYK value is (2,0,17,60).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%

CMYK: (2,0,17,60)
C2M0Y17K60 (2%, 0%, 17%, 60%)
(0.02 / 0.00 / 0.17 / 0.60)

CMYK percentages

%1.94
%0
%17.48
%59.61

Codes

Color #656755 in popluar color models

65 67 55
RGB 101 103 85
HSL 67° 9.57% 36.86%
HSB/HSV 67° 17.48% 40.39%
CMYK 1.94% 0.00% 17.48%
59.61%

Color #656755 in popluar number systems.

HEX 65 67 55
Decimal 101 103 85
Binary 1100101 1100111 1010101
Octal 145 147 125

Shades and tints

Shades of #656755

#656755
(101,103,85)
#5C5E4E
(92,94,78)
#535547
(83,85,71)
#4A4C40
(74,76,64)
#414339
(65,67,57)
#383A32
(56,58,50)
#2F312B
(47,49,43)
#262824
(38,40,36)
#1D1F1D
(29,31,29)
#141616
(20,22,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #656755

#656755
(101,103,85)
#737464
(115,116,100)
#818173
(129,129,115)
#8F8E82
(143,142,130)
#9D9B91
(157,155,145)
#ABA8A0
(171,168,160)
#B9B5AF
(185,181,175)
#C7C2BE
(199,194,190)
#D5CFCD
(213,207,205)
#E3DCDC
(227,220,220)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656755; }

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

This text font color is #656755.

Background Color

.myBgColor { background-color: #656755; }

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

This div background color is #656755.

Border color

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

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

This div border color is #656755.

Opacity

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

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

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

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

This text has shadow with #656755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656755.

Preview

Color preview on black background

This text has color #656755 on black background.


Color preview on white background

This text has color #656755 on white background.


Black color preview on #656755 background

This text has black color on #656755 background.


White color preview on #656755 background

This text has white color on #656755 background.


Related colors

Complementary color

Complementary color for #hex is #9A98AA.


I love getcolorcode.com

Triadic colors

1 #556567 and #675565 with #656755 are triadic colors.

2 #556765 and #676555 with #656755 are triadic colors.