COLOR #66586B

HEX: #66586B
RGB: (102,88,107)

Color info

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

RGB color model

#66586B color RGB value is (102,88,107).

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

RGB channels and saturation

R 102 of 255 = 40%
G 88 of 255 = 35%
B 107 of 255 = 42%

102
88
107

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

Portions of RGB colors in percentages

R + G + B =
102 + 88 + 107 = 297 (100%)
R 102 of 297 ~ 34.34%
G 88 of 297 ~ 29.63%
B 107 of 297 ~ 36.03%

%34.34
%29.63
%36.03

CMYK color model

#66586B color CMYK value is (5,18,0,58).

  • cyan value is 4.67%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(5,18,0,58)
C5M18Y0K58 
(5%,18%,0%,58%)
(0.05/0.18/0.00/0.58)	

CMYK percentages

%4.67
%17.76
%0
%58.04

Codes

Color #66586B in popluar color models

66586B
RGB10288107
HSL284°9.74%38.24%
HSB/HSV284°17.76%41.96%
CMYK4.67%17.76%0.00%
58.04%

Color #66586B in popluar number systems.

HEX66586B
Decimal10288107
Binary110011010110001101011
Octal146130153

Shades and tints

Shades of #66586B

#66586B
(102,88,107)
#5D5062
(93,80,98)
#544859
(84,72,89)
#4B4050
(75,64,80)
#423847
(66,56,71)
#39303E
(57,48,62)
#302835
(48,40,53)
#27202C
(39,32,44)
#1E1823
(30,24,35)
#15101A
(21,16,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #66586B

#66586B
(102,88,107)
#736778
(115,103,120)
#807685
(128,118,133)
#8D8592
(141,133,146)
#9A949F
(154,148,159)
#A7A3AC
(167,163,172)
#B4B2B9
(180,178,185)
#C1C1C6
(193,193,198)
#CED0D3
(206,208,211)
#DBDFE0
(219,223,224)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66586B; }

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

This text font color is #66586B.


Background Color

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

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

This div background color is #66586B.


Border color

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

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

This div border color is #66586B.


Opacity

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

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

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

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

This text has shadow with #66586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66586B on black background.


Color preview on white background

This text has color #66586B on white background.



Black color preview on #66586B background

This text has black color on #66586B background.


White color preview on #66586B background

This text has white color on #66586B background.