COLOR #66565B

HEX: #66565B
RGB: (102,86,91)

Color info

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

RGB color model

#66565B color RGB value is (102,86,91).

  • red value is 102;
  • green value is 86;
  • blue value is 91.
RGB:
(102,86,91)
(40%,34%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 86 of 255 = 34%
B 91 of 255 = 36%

102
86
91

R + G + B ~ 37%. #66565B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 86 + 91 = 279 (100%)
R 102 of 279 ~ 36.56%
G 86 of 279 ~ 30.82%
B 91 of 279 ~ 32.62%

%36.56
%30.82
%32.62

CMYK color model

#66565B color CMYK value is (0,16,11,60).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(0,16,11,60)
C0M16Y11K60 
(0%,16%,11%,60%)
(0.00/0.16/0.11/0.60)	

CMYK percentages

%0
%15.69
%10.78
%60

Codes

Color #66565B in popluar color models

66565B
RGB1028691
HSL341°8.51%36.86%
HSB/HSV341°15.69%40.00%
CMYK0.00%15.69%10.78%
60.00%

Color #66565B in popluar number systems.

HEX66565B
Decimal1028691
Binary110011010101101011011
Octal146126133

Shades and tints

Shades of #66565B

#66565B
(102,86,91)
#5D4F53
(93,79,83)
#54484B
(84,72,75)
#4B4143
(75,65,67)
#423A3B
(66,58,59)
#393333
(57,51,51)
#302C2B
(48,44,43)
#272523
(39,37,35)
#1E1E1B
(30,30,27)
#151713
(21,23,19)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #66565B

#66565B
(102,86,91)
#736569
(115,101,105)
#807477
(128,116,119)
#8D8385
(141,131,133)
#9A9293
(154,146,147)
#A7A1A1
(167,161,161)
#B4B0AF
(180,176,175)
#C1BFBD
(193,191,189)
#CECECB
(206,206,203)
#DBDDD9
(219,221,217)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66565B color. Also use rgb(102,86,91) instead hex code.

Text Font Color

.myTextColor { color: #66565B; }

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

This text font color is #66565B.


Background Color

.myBgColor { background-color: #66565B; }

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

This div background color is #66565B.


Border color

.myBorderColor { border: 1px solid #66565B; }

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

This div border color is #66565B.


Opacity

.myOpacity80 { color: #66565B; opacity: 0.8; }

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

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

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

This text has shadow with #66565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66565B on black background.


Color preview on white background

This text has color #66565B on white background.



Black color preview on #66565B background

This text has black color on #66565B background.


White color preview on #66565B background

This text has white color on #66565B background.