COLOR #66595B

HEX: #66595B
RGB: (102,89,91)

Color info

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

RGB color model

#66595B color RGB value is (102,89,91).

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

RGB channels and saturation

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

102
89
91

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 91 = 282 (100%)
R 102 of 282 ~ 36.17%
G 89 of 282 ~ 31.56%
B 91 of 282 ~ 32.27%

%36.17
%31.56
%32.27

CMYK color model

#66595B color CMYK value is (0,13,11,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(0,13,11,60)
C0M13Y11K60 
(0%,13%,11%,60%)
(0.00/0.13/0.11/0.60)	

CMYK percentages

%0
%12.75
%10.78
%60

Codes

Color #66595B in popluar color models

66595B
RGB1028991
HSL351°6.81%37.45%
HSB/HSV351°12.75%40.00%
CMYK0.00%12.75%10.78%
60.00%

Color #66595B in popluar number systems.

HEX66595B
Decimal1028991
Binary110011010110011011011
Octal146131133

Shades and tints

Shades of #66595B

#66595B
(102,89,91)
#5D5153
(93,81,83)
#54494B
(84,73,75)
#4B4143
(75,65,67)
#42393B
(66,57,59)
#393133
(57,49,51)
#30292B
(48,41,43)
#272123
(39,33,35)
#1E191B
(30,25,27)
#151113
(21,17,19)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #66595B

#66595B
(102,89,91)
#736869
(115,104,105)
#807777
(128,119,119)
#8D8685
(141,134,133)
#9A9593
(154,149,147)
#A7A4A1
(167,164,161)
#B4B3AF
(180,179,175)
#C1C2BD
(193,194,189)
#CED1CB
(206,209,203)
#DBE0D9
(219,224,217)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66595B; }

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

This text font color is #66595B.


Background Color

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

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

This div background color is #66595B.


Border color

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

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

This div border color is #66595B.


Opacity

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

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

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

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

This text has shadow with #66595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66595B on black background.


Color preview on white background

This text has color #66595B on white background.



Black color preview on #66595B background

This text has black color on #66595B background.


White color preview on #66595B background

This text has white color on #66595B background.