COLOR #656066

HEX: #656066
RGB: (101,96,102)

Color info

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

RGB color model

#656066 color RGB value is (101,96,102).

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

RGB channels and saturation

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

101
96
102

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

Portions of RGB colors in percentages

R + G + B =
101 + 96 + 102 = 299 (100%)
R 101 of 299 ~ 33.78%
G 96 of 299 ~ 32.11%
B 102 of 299 ~ 34.11%

%33.78
%32.11
%34.11

CMYK color model

#656066 color CMYK value is (1,6,0,60).

  • cyan value is 0.98%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(1,6,0,60)
C1M6Y0K60 
(1%,6%,0%,60%)
(0.01/0.06/0.00/0.60)	

CMYK percentages

%0.98
%5.88
%0
%60

Codes

Color #656066 in popluar color models

656066
RGB10196102
HSL290°3.03%38.82%
HSB/HSV290°5.88%40.00%
CMYK0.98%5.88%0.00%
60.00%

Color #656066 in popluar number systems.

HEX656066
Decimal10196102
Binary110010111000001100110
Octal145140146

Shades and tints

Shades of #656066

#656066
(101,96,102)
#5C585D
(92,88,93)
#535054
(83,80,84)
#4A484B
(74,72,75)
#414042
(65,64,66)
#383839
(56,56,57)
#2F3030
(47,48,48)
#262827
(38,40,39)
#1D201E
(29,32,30)
#141815
(20,24,21)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #656066

#656066
(101,96,102)
#736E73
(115,110,115)
#817C80
(129,124,128)
#8F8A8D
(143,138,141)
#9D989A
(157,152,154)
#ABA6A7
(171,166,167)
#B9B4B4
(185,180,180)
#C7C2C1
(199,194,193)
#D5D0CE
(213,208,206)
#E3DEDB
(227,222,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656066; }

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

This text font color is #656066.


Background Color

.myBgColor { background-color: #656066; }

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

This div background color is #656066.


Border color

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

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

This div border color is #656066.


Opacity

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

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

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

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

This text has shadow with #656066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656066 on black background.


Color preview on white background

This text has color #656066 on white background.



Black color preview on #656066 background

This text has black color on #656066 background.


White color preview on #656066 background

This text has white color on #656066 background.