COLOR #666259

HEX: #666259
RGB: (102,98,89)

Color info

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

RGB color model

#666259 color RGB value is (102,98,89).

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

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 89 of 255 = 35%

102
98
89

R + G + B ~ 38%. #666259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 89 = 289 (100%)
R 102 of 289 ~ 35.29%
G 98 of 289 ~ 33.91%
B 89 of 289 ~ 30.8%

%35.29
%33.91
%30.8

CMYK color model

#666259 color CMYK value is (0,4,13,60).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,4,13,60)
C0M4Y13K60 
(0%,4%,13%,60%)
(0.00/0.04/0.13/0.60)	

CMYK percentages

%0
%3.92
%12.75
%60

Codes

Color #666259 in popluar color models

666259
RGB1029889
HSL42°6.81%37.45%
HSB/HSV42°12.75%40.00%
CMYK0.00%3.92%12.75%
60.00%

Color #666259 in popluar number systems.

HEX666259
Decimal1029889
Binary110011011000101011001
Octal146142131

Shades and tints

Shades of #666259

#666259
(102,98,89)
#5D5A51
(93,90,81)
#545249
(84,82,73)
#4B4A41
(75,74,65)
#424239
(66,66,57)
#393A31
(57,58,49)
#303229
(48,50,41)
#272A21
(39,42,33)
#1E2219
(30,34,25)
#151A11
(21,26,17)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #666259

#666259
(102,98,89)
#737068
(115,112,104)
#807E77
(128,126,119)
#8D8C86
(141,140,134)
#9A9A95
(154,154,149)
#A7A8A4
(167,168,164)
#B4B6B3
(180,182,179)
#C1C4C2
(193,196,194)
#CED2D1
(206,210,209)
#DBE0E0
(219,224,224)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666259; }

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

This text font color is #666259.


Background Color

.myBgColor { background-color: #666259; }

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

This div background color is #666259.


Border color

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

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

This div border color is #666259.


Opacity

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

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

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

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

This text has shadow with #666259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666259 on black background.


Color preview on white background

This text has color #666259 on white background.



Black color preview on #666259 background

This text has black color on #666259 background.


White color preview on #666259 background

This text has white color on #666259 background.