COLOR #66596F

HEX: #66596F RGB: (102,89,111)

Color info

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

RGB color model

#66596F color RGB value is (102,89,111).

RGB: (102,89,111) (40%, 35%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 111 of 255 = 44%

102
89
111

R + G + B ~ 40%. #66596F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 89 + 111 = 302 (100%)
R 102 of 302 ~ 33.77%
G 89 of 302 ~ 29.47%
B 111 of 302 ~ 36.75'%

%33.77
%29.47
%36.75

CMYK color model

#66596F color CMYK value is (8,20,0,56).

  • cyan value is 8.11%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (8,20,0,56)
C8M20Y0K56 (8%, 20%, 0%, 56%)
(0.08 / 0.20 / 0.00 / 0.56)

CMYK percentages

%8.11
%19.82
%0
%56.47

Codes

Color #66596F in popluar color models

66 59 6F
RGB 102 89 111
HSL 275° 11.00% 39.22%
HSB/HSV 275° 19.82% 43.53%
CMYK 8.11% 19.82% 0.00%
56.47%

Color #66596F in popluar number systems.

HEX 66 59 6F
Decimal 102 89 111
Binary 1100110 1011001 1101111
Octal 146 131 157

Shades and tints

Shades of #66596F

#66596F
(102,89,111)
#5D5165
(93,81,101)
#54495B
(84,73,91)
#4B4151
(75,65,81)
#423947
(66,57,71)
#39313D
(57,49,61)
#302933
(48,41,51)
#272129
(39,33,41)
#1E191F
(30,25,31)
#151115
(21,17,21)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #66596F

#66596F
(102,89,111)
#73687C
(115,104,124)
#807789
(128,119,137)
#8D8696
(141,134,150)
#9A95A3
(154,149,163)
#A7A4B0
(167,164,176)
#B4B3BD
(180,179,189)
#C1C2CA
(193,194,202)
#CED1D7
(206,209,215)
#DBE0E4
(219,224,228)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66596F color. Also use rgb(102,89,111) instead hex code.

Text Font Color

.myTextColor { color: #66596F; }

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

This text font color is #66596F.

Background Color

.myBgColor { background-color: #66596F; }

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

This div background color is #66596F.

Border color

.myBorderColor { border: 1px solid #66596F; }

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

This div border color is #66596F.

Opacity

.myOpacity80 { color: #66596F; opacity: 0.8; }

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

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

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

This text has shadow with #66596F color.


.textShadow {text-shadow: 3px 3px 1px #66596F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66596F; -webkit-box-shadow: 1px 1px 3px 2px #66596F; box-shadow:1px 1px 3px 2px #66596F;">
Div content here
</div>

This div box has shadow with color #66596F.

Preview

Color preview on black background

This text has color #66596F on black background.


Color preview on white background

This text has color #66596F on white background.


Black color preview on #66596F background

This text has black color on #66596F background.


White color preview on #66596F background

This text has white color on #66596F background.


Related colors

Complementary color

Complementary color for #hex is #99A690.


I love getcolorcode.com

Triadic colors

1 #6F6659 and #596F66 with #66596F are triadic colors.

2 #6F5966 and #59666F with #66596F are triadic colors.