COLOR #66595E

HEX: #66595E
RGB: (102,89,94)

Color info

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

RGB color model

#66595E color RGB value is (102,89,94).

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

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 94 of 255 = 37%

102
89
94

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 94 = 285 (100%)
R 102 of 285 ~ 35.79%
G 89 of 285 ~ 31.23%
B 94 of 285 ~ 32.98%

%35.79
%31.23
%32.98

CMYK color model

#66595E color CMYK value is (0,13,8,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 7.84%
  • key color value is 60.00%
CMYK:
(0,13,8,60)
C0M13Y8K60 
(0%,13%,8%,60%)
(0.00/0.13/0.08/0.60)	

CMYK percentages

%0
%12.75
%7.84
%60

Codes

Color #66595E in popluar color models

66595E
RGB1028994
HSL337°6.81%37.45%
HSB/HSV337°12.75%40.00%
CMYK0.00%12.75%7.84%
60.00%

Color #66595E in popluar number systems.

HEX66595E
Decimal1028994
Binary110011010110011011110
Octal146131136

Shades and tints

Shades of #66595E

#66595E
(102,89,94)
#5D5156
(93,81,86)
#54494E
(84,73,78)
#4B4146
(75,65,70)
#42393E
(66,57,62)
#393136
(57,49,54)
#30292E
(48,41,46)
#272126
(39,33,38)
#1E191E
(30,25,30)
#151116
(21,17,22)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #66595E

#66595E
(102,89,94)
#73686C
(115,104,108)
#80777A
(128,119,122)
#8D8688
(141,134,136)
#9A9596
(154,149,150)
#A7A4A4
(167,164,164)
#B4B3B2
(180,179,178)
#C1C2C0
(193,194,192)
#CED1CE
(206,209,206)
#DBE0DC
(219,224,220)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66595E; }

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

This text font color is #66595E.


Background Color

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

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

This div background color is #66595E.


Border color

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

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

This div border color is #66595E.


Opacity

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

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

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

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

This text has shadow with #66595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66595E on black background.


Color preview on white background

This text has color #66595E on white background.



Black color preview on #66595E background

This text has black color on #66595E background.


White color preview on #66595E background

This text has white color on #66595E background.