COLOR #656365

HEX: #656365
RGB: (101,99,101)

Color info

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

RGB color model

#656365 color RGB value is (101,99,101).

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

RGB channels and saturation

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

101
99
101

R + G + B ~ 40%. #656365 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 101 = 301 (100%)
R 101 of 301 ~ 33.55%
G 99 of 301 ~ 32.89%
B 101 of 301 ~ 33.55%

%33.55
%32.89
%33.55

CMYK color model

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

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

CMYK percentages

%0
%1.98
%0
%60.39

Codes

Color #656365 in popluar color models

656365
RGB10199101
HSL300°1.00%39.22%
HSB/HSV300°1.98%39.61%
CMYK0.00%1.98%0.00%
60.39%

Color #656365 in popluar number systems.

HEX656365
Decimal10199101
Binary110010111000111100101
Octal145143145

Shades and tints

Shades of #656365

#656365
(101,99,101)
#5C5A5C
(92,90,92)
#535153
(83,81,83)
#4A484A
(74,72,74)
#413F41
(65,63,65)
#383638
(56,54,56)
#2F2D2F
(47,45,47)
#262426
(38,36,38)
#1D1B1D
(29,27,29)
#141214
(20,18,20)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #656365

#656365
(101,99,101)
#737173
(115,113,115)
#817F81
(129,127,129)
#8F8D8F
(143,141,143)
#9D9B9D
(157,155,157)
#ABA9AB
(171,169,171)
#B9B7B9
(185,183,185)
#C7C5C7
(199,197,199)
#D5D3D5
(213,211,213)
#E3E1E3
(227,225,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656365; }

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

This text font color is #656365.


Background Color

.myBgColor { background-color: #656365; }

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

This div background color is #656365.


Border color

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

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

This div border color is #656365.


Opacity

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

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

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

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

This text has shadow with #656365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656365 on black background.


Color preview on white background

This text has color #656365 on white background.



Black color preview on #656365 background

This text has black color on #656365 background.


White color preview on #656365 background

This text has white color on #656365 background.