COLOR #66585B

HEX: #66585B
RGB: (102,88,91)

Color info

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

RGB color model

#66585B color RGB value is (102,88,91).

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

RGB channels and saturation

R 102 of 255 = 40%
G 88 of 255 = 35%
B 91 of 255 = 36%

102
88
91

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

Portions of RGB colors in percentages

R + G + B =
102 + 88 + 91 = 281 (100%)
R 102 of 281 ~ 36.3%
G 88 of 281 ~ 31.32%
B 91 of 281 ~ 32.38%

%36.3
%31.32
%32.38

CMYK color model

#66585B color CMYK value is (0,14,11,60).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(0,14,11,60)
C0M14Y11K60 
(0%,14%,11%,60%)
(0.00/0.14/0.11/0.60)	

CMYK percentages

%0
%13.73
%10.78
%60

Codes

Color #66585B in popluar color models

66585B
RGB1028891
HSL347°7.37%37.25%
HSB/HSV347°13.73%40.00%
CMYK0.00%13.73%10.78%
60.00%

Color #66585B in popluar number systems.

HEX66585B
Decimal1028891
Binary110011010110001011011
Octal146130133

Shades and tints

Shades of #66585B

#66585B
(102,88,91)
#5D5053
(93,80,83)
#54484B
(84,72,75)
#4B4043
(75,64,67)
#42383B
(66,56,59)
#393033
(57,48,51)
#30282B
(48,40,43)
#272023
(39,32,35)
#1E181B
(30,24,27)
#151013
(21,16,19)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #66585B

#66585B
(102,88,91)
#736769
(115,103,105)
#807677
(128,118,119)
#8D8585
(141,133,133)
#9A9493
(154,148,147)
#A7A3A1
(167,163,161)
#B4B2AF
(180,178,175)
#C1C1BD
(193,193,189)
#CED0CB
(206,208,203)
#DBDFD9
(219,223,217)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66585B; }

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

This text font color is #66585B.


Background Color

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

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

This div background color is #66585B.


Border color

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

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

This div border color is #66585B.


Opacity

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

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

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

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

This text has shadow with #66585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66585B on black background.


Color preview on white background

This text has color #66585B on white background.



Black color preview on #66585B background

This text has black color on #66585B background.


White color preview on #66585B background

This text has white color on #66585B background.