COLOR #66687D

HEX: #66687D
RGB: (102,104,125)

Color info

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

RGB color model

#66687D color RGB value is (102,104,125).

  • red value is 102;
  • green value is 104;
  • blue value is 125.
RGB:
(102,104,125)
(40%,41%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 125 of 255 = 49%

102
104
125

R + G + B ~ 43%. #66687D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 104 + 125 = 331 (100%)
R 102 of 331 ~ 30.82%
G 104 of 331 ~ 31.42%
B 125 of 331 ~ 37.76%

%30.82
%31.42
%37.76

CMYK color model

#66687D color CMYK value is (18,17,0,51).

  • cyan value is 18.40%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(18,17,0,51)
C18M17Y0K51 
(18%,17%,0%,51%)
(0.18/0.17/0.00/0.51)	

CMYK percentages

%18.4
%16.8
%0
%50.98

Codes

Color #66687D in popluar color models

66687D
RGB102104125
HSL235°10.13%44.51%
HSB/HSV235°18.40%49.02%
CMYK18.40%16.80%0.00%
50.98%

Color #66687D in popluar number systems.

HEX66687D
Decimal102104125
Binary110011011010001111101
Octal146150175

Shades and tints

Shades of #66687D

#66687D
(102,104,125)
#5D5F72
(93,95,114)
#545667
(84,86,103)
#4B4D5C
(75,77,92)
#424451
(66,68,81)
#393B46
(57,59,70)
#30323B
(48,50,59)
#272930
(39,41,48)
#1E2025
(30,32,37)
#15171A
(21,23,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #66687D

#66687D
(102,104,125)
#737588
(115,117,136)
#808293
(128,130,147)
#8D8F9E
(141,143,158)
#9A9CA9
(154,156,169)
#A7A9B4
(167,169,180)
#B4B6BF
(180,182,191)
#C1C3CA
(193,195,202)
#CED0D5
(206,208,213)
#DBDDE0
(219,221,224)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66687D; }

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

This text font color is #66687D.


Background Color

.myBgColor { background-color: #66687D; }

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

This div background color is #66687D.


Border color

.myBorderColor { border: 1px solid #66687D; }

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

This div border color is #66687D.


Opacity

.myOpacity80 { color: #66687D; opacity: 0.8; }

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

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

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

This text has shadow with #66687D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66687D on black background.


Color preview on white background

This text has color #66687D on white background.



Black color preview on #66687D background

This text has black color on #66687D background.


White color preview on #66687D background

This text has white color on #66687D background.