COLOR #666959

HEX: #666959
RGB: (102,105,89)

Color info

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

RGB color model

#666959 color RGB value is (102,105,89).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 89 of 255 = 35%

102
105
89

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 89 = 296 (100%)
R 102 of 296 ~ 34.46%
G 105 of 296 ~ 35.47%
B 89 of 296 ~ 30.07%

%34.46
%35.47
%30.07

CMYK color model

#666959 color CMYK value is (3,0,15,59).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(3,0,15,59)
C3M0Y15K59 
(3%,0%,15%,59%)
(0.03/0.00/0.15/0.59)	

CMYK percentages

%2.86
%0
%15.24
%58.82

Codes

Color #666959 in popluar color models

666959
RGB10210589
HSL71°8.25%38.04%
HSB/HSV71°15.24%41.18%
CMYK2.86%0.00%15.24%
58.82%

Color #666959 in popluar number systems.

HEX666959
Decimal10210589
Binary110011011010011011001
Octal146151131

Shades and tints

Shades of #666959

#666959
(102,105,89)
#5D6051
(93,96,81)
#545749
(84,87,73)
#4B4E41
(75,78,65)
#424539
(66,69,57)
#393C31
(57,60,49)
#303329
(48,51,41)
#272A21
(39,42,33)
#1E2119
(30,33,25)
#151811
(21,24,17)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #666959

#666959
(102,105,89)
#737668
(115,118,104)
#808377
(128,131,119)
#8D9086
(141,144,134)
#9A9D95
(154,157,149)
#A7AAA4
(167,170,164)
#B4B7B3
(180,183,179)
#C1C4C2
(193,196,194)
#CED1D1
(206,209,209)
#DBDEE0
(219,222,224)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666959; }

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

This text font color is #666959.


Background Color

.myBgColor { background-color: #666959; }

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

This div background color is #666959.


Border color

.myBorderColor { border: 1px solid #666959; }

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

This div border color is #666959.


Opacity

.myOpacity80 { color: #666959; opacity: 0.8; }

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

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

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

This text has shadow with #666959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666959 on black background.


Color preview on white background

This text has color #666959 on white background.



Black color preview on #666959 background

This text has black color on #666959 background.


White color preview on #666959 background

This text has white color on #666959 background.