COLOR #656360

HEX: #656360
RGB: (101,99,96)

Color info

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

RGB color model

#656360 color RGB value is (101,99,96).

  • red value is 101;
  • green value is 99;
  • blue value is 96.
RGB:
(101,99,96)
(40%,39%,38%)

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 96 of 255 = 38%

101
99
96

R + G + B ~ 39%. #656360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 96 = 296 (100%)
R 101 of 296 ~ 34.12%
G 99 of 296 ~ 33.45%
B 96 of 296 ~ 32.43%

%34.12
%33.45
%32.43

CMYK color model

#656360 color CMYK value is (0,2,5,60).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 4.95%
  • key color value is 60.39%
CMYK:
(0,2,5,60)
C0M2Y5K60 
(0%,2%,5%,60%)
(0.00/0.02/0.05/0.60)	

CMYK percentages

%0
%1.98
%4.95
%60.39

Codes

Color #656360 in popluar color models

656360
RGB1019996
HSL36°2.54%38.63%
HSB/HSV36°4.95%39.61%
CMYK0.00%1.98%4.95%
60.39%

Color #656360 in popluar number systems.

HEX656360
Decimal1019996
Binary110010111000111100000
Octal145143140

Shades and tints

Shades of #656360

#656360
(101,99,96)
#5C5A58
(92,90,88)
#535150
(83,81,80)
#4A4848
(74,72,72)
#413F40
(65,63,64)
#383638
(56,54,56)
#2F2D30
(47,45,48)
#262428
(38,36,40)
#1D1B20
(29,27,32)
#141218
(20,18,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #656360

#656360
(101,99,96)
#73716E
(115,113,110)
#817F7C
(129,127,124)
#8F8D8A
(143,141,138)
#9D9B98
(157,155,152)
#ABA9A6
(171,169,166)
#B9B7B4
(185,183,180)
#C7C5C2
(199,197,194)
#D5D3D0
(213,211,208)
#E3E1DE
(227,225,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656360; }

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

This text font color is #656360.


Background Color

.myBgColor { background-color: #656360; }

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

This div background color is #656360.


Border color

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

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

This div border color is #656360.


Opacity

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

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

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

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

This text has shadow with #656360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656360 on black background.


Color preview on white background

This text has color #656360 on white background.



Black color preview on #656360 background

This text has black color on #656360 background.


White color preview on #656360 background

This text has white color on #656360 background.