COLOR #656756

HEX: #656756
RGB: (101,103,86)

Color info

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

RGB color model

#656756 color RGB value is (101,103,86).

  • red value is 101;
  • green value is 103;
  • blue value is 86.
RGB:
(101,103,86)
(40%,40%,34%)

RGB channels and saturation

R 101 of 255 = 40%
G 103 of 255 = 40%
B 86 of 255 = 34%

101
103
86

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

Portions of RGB colors in percentages

R + G + B =
101 + 103 + 86 = 290 (100%)
R 101 of 290 ~ 34.83%
G 103 of 290 ~ 35.52%
B 86 of 290 ~ 29.66%

%34.83
%35.52
%29.66

CMYK color model

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

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • 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
%16.5
%59.61

Codes

Color #656756 in popluar color models

656756
RGB10110386
HSL67°8.99%37.06%
HSB/HSV67°16.50%40.39%
CMYK1.94%0.00%16.50%
59.61%

Color #656756 in popluar number systems.

HEX656756
Decimal10110386
Binary110010111001111010110
Octal145147126

Shades and tints

Shades of #656756

#656756
(101,103,86)
#5C5E4F
(92,94,79)
#535548
(83,85,72)
#4A4C41
(74,76,65)
#41433A
(65,67,58)
#383A33
(56,58,51)
#2F312C
(47,49,44)
#262825
(38,40,37)
#1D1F1E
(29,31,30)
#141617
(20,22,23)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #656756

#656756
(101,103,86)
#737465
(115,116,101)
#818174
(129,129,116)
#8F8E83
(143,142,131)
#9D9B92
(157,155,146)
#ABA8A1
(171,168,161)
#B9B5B0
(185,181,176)
#C7C2BF
(199,194,191)
#D5CFCE
(213,207,206)
#E3DCDD
(227,220,221)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656756; }

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

This text font color is #656756.


Background Color

.myBgColor { background-color: #656756; }

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

This div background color is #656756.


Border color

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

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

This div border color is #656756.


Opacity

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

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

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

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

This text has shadow with #656756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656756 on black background.


Color preview on white background

This text has color #656756 on white background.



Black color preview on #656756 background

This text has black color on #656756 background.


White color preview on #656756 background

This text has white color on #656756 background.