COLOR #656166

HEX: #656166
RGB: (101,97,102)

Color info

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

RGB color model

#656166 color RGB value is (101,97,102).

  • red value is 101;
  • green value is 97;
  • blue value is 102.
RGB:
(101,97,102)
(40%,38%,40%)

RGB channels and saturation

R 101 of 255 = 40%
G 97 of 255 = 38%
B 102 of 255 = 40%

101
97
102

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

Portions of RGB colors in percentages

R + G + B =
101 + 97 + 102 = 300 (100%)
R 101 of 300 ~ 33.67%
G 97 of 300 ~ 32.33%
B 102 of 300 ~ 34%

%33.67
%32.33
%34

CMYK color model

#656166 color CMYK value is (1,5,0,60).

  • cyan value is 0.98%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(1,5,0,60)
C1M5Y0K60 
(1%,5%,0%,60%)
(0.01/0.05/0.00/0.60)	

CMYK percentages

%0.98
%4.9
%0
%60

Codes

Color #656166 in popluar color models

656166
RGB10197102
HSL288°2.51%39.02%
HSB/HSV288°4.90%40.00%
CMYK0.98%4.90%0.00%
60.00%

Color #656166 in popluar number systems.

HEX656166
Decimal10197102
Binary110010111000011100110
Octal145141146

Shades and tints

Shades of #656166

#656166
(101,97,102)
#5C595D
(92,89,93)
#535154
(83,81,84)
#4A494B
(74,73,75)
#414142
(65,65,66)
#383939
(56,57,57)
#2F3130
(47,49,48)
#262927
(38,41,39)
#1D211E
(29,33,30)
#141915
(20,25,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #656166

#656166
(101,97,102)
#736F73
(115,111,115)
#817D80
(129,125,128)
#8F8B8D
(143,139,141)
#9D999A
(157,153,154)
#ABA7A7
(171,167,167)
#B9B5B4
(185,181,180)
#C7C3C1
(199,195,193)
#D5D1CE
(213,209,206)
#E3DFDB
(227,223,219)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656166; }

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

This text font color is #656166.


Background Color

.myBgColor { background-color: #656166; }

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

This div background color is #656166.


Border color

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

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

This div border color is #656166.


Opacity

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

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

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

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

This text has shadow with #656166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656166 on black background.


Color preview on white background

This text has color #656166 on white background.



Black color preview on #656166 background

This text has black color on #656166 background.


White color preview on #656166 background

This text has white color on #656166 background.