COLOR #666858

HEX: #666858 RGB: (102,104,88)

Color info

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

RGB color model

#666858 color RGB value is (102,104,88).

RGB: (102,104,88) (40%, 41%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 88 of 255 = 35%

102
104
88

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

Portions of RGB colors in percentages

R + G + B = 102 + 104 + 88 = 294 (100%)
R 102 of 294 ~ 34.69%
G 104 of 294 ~ 35.37%
B 88 of 294 ~ 29.93'%

%34.69
%35.37
%29.93

CMYK color model

#666858 color CMYK value is (2,0,15,59).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK: (2,0,15,59) C2M0Y15K59 (2%,0%,15%,59%) (0.02/0.00/0.15/0.59) 

CMYK percentages

%1.92
%0
%15.38
%59.22

Codes

Color #666858 in popluar color models

66 68 58
RGB 102 104 88
HSL 68° 8.33% 37.65%
HSB/HSV 68° 15.38% 40.78%
CMYK 1.92% 0.00% 15.38%
59.22%

Color #666858 in popluar number systems.

HEX 66 68 58
Decimal 102 104 88
Binary 1100110 1101000 1011000
Octal 146 150 130

Shades and tints

Shades of #666858

#666858
(102,104,88)
#5D5F50
(93,95,80)
#545648
(84,86,72)
#4B4D40
(75,77,64)
#424438
(66,68,56)
#393B30
(57,59,48)
#303228
(48,50,40)
#272920
(39,41,32)
#1E2018
(30,32,24)
#151710
(21,23,16)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #666858

#666858
(102,104,88)
#737567
(115,117,103)
#808276
(128,130,118)
#8D8F85
(141,143,133)
#9A9C94
(154,156,148)
#A7A9A3
(167,169,163)
#B4B6B2
(180,182,178)
#C1C3C1
(193,195,193)
#CED0D0
(206,208,208)
#DBDDDF
(219,221,223)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666858 color. Also use rgb(102,104,88) instead hex code.

Text Font Color

.myTextColor { color: #666858; }

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

This text font color is #666858.

Background Color

.myBgColor { background-color: #666858; }

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

This div background color is #666858.

Border color

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

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

This div border color is #666858.

Opacity

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

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

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

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

This text has shadow with #666858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666858.

Preview

Color preview on black background

This text has color #666858 on black background.


Color preview on white background

This text has color #666858 on white background.


Black color preview on #666858 background

This text has black color on #666858 background.


White color preview on #666858 background

This text has white color on #666858 background.


Related colors

Complementary color

Complementary color for #hex is #9997A7.


I love getcolorcode.com

Triadic colors

1 #586668 and #685866 with #666858 are triadic colors.

2 #586866 and #686658 with #666858 are triadic colors.