COLOR #656368

HEX: #656368
RGB: (101,99,104)

Color info

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

RGB color model

#656368 color RGB value is (101,99,104).

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

RGB channels and saturation

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

101
99
104

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

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 104 = 304 (100%)
R 101 of 304 ~ 33.22%
G 99 of 304 ~ 32.57%
B 104 of 304 ~ 34.21%

%33.22
%32.57
%34.21

CMYK color model

#656368 color CMYK value is (3,5,0,59).

  • cyan value is 2.88%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(3,5,0,59)
C3M5Y0K59 
(3%,5%,0%,59%)
(0.03/0.05/0.00/0.59)	

CMYK percentages

%2.88
%4.81
%0
%59.22

Codes

Color #656368 in popluar color models

656368
RGB10199104
HSL264°2.46%39.80%
HSB/HSV264°4.81%40.78%
CMYK2.88%4.81%0.00%
59.22%

Color #656368 in popluar number systems.

HEX656368
Decimal10199104
Binary110010111000111101000
Octal145143150

Shades and tints

Shades of #656368

#656368
(101,99,104)
#5C5A5F
(92,90,95)
#535156
(83,81,86)
#4A484D
(74,72,77)
#413F44
(65,63,68)
#38363B
(56,54,59)
#2F2D32
(47,45,50)
#262429
(38,36,41)
#1D1B20
(29,27,32)
#141217
(20,18,23)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #656368

#656368
(101,99,104)
#737175
(115,113,117)
#817F82
(129,127,130)
#8F8D8F
(143,141,143)
#9D9B9C
(157,155,156)
#ABA9A9
(171,169,169)
#B9B7B6
(185,183,182)
#C7C5C3
(199,197,195)
#D5D3D0
(213,211,208)
#E3E1DD
(227,225,221)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656368; }

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

This text font color is #656368.


Background Color

.myBgColor { background-color: #656368; }

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

This div background color is #656368.


Border color

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

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

This div border color is #656368.


Opacity

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

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

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

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

This text has shadow with #656368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656368 on black background.


Color preview on white background

This text has color #656368 on white background.



Black color preview on #656368 background

This text has black color on #656368 background.


White color preview on #656368 background

This text has white color on #656368 background.