COLOR #66697E

HEX: #66697E
RGB: (102,105,126)

Color info

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

RGB color model

#66697E color RGB value is (102,105,126).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 126 of 255 = 49%

102
105
126

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 126 = 333 (100%)
R 102 of 333 ~ 30.63%
G 105 of 333 ~ 31.53%
B 126 of 333 ~ 37.84%

%30.63
%31.53
%37.84

CMYK color model

#66697E color CMYK value is (19,17,0,51).

  • cyan value is 19.05%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(19,17,0,51)
C19M17Y0K51 
(19%,17%,0%,51%)
(0.19/0.17/0.00/0.51)	

CMYK percentages

%19.05
%16.67
%0
%50.59

Codes

Color #66697E in popluar color models

66697E
RGB102105126
HSL233°10.53%44.71%
HSB/HSV233°19.05%49.41%
CMYK19.05%16.67%0.00%
50.59%

Color #66697E in popluar number systems.

HEX66697E
Decimal102105126
Binary110011011010011111110
Octal146151176

Shades and tints

Shades of #66697E

#66697E
(102,105,126)
#5D6073
(93,96,115)
#545768
(84,87,104)
#4B4E5D
(75,78,93)
#424552
(66,69,82)
#393C47
(57,60,71)
#30333C
(48,51,60)
#272A31
(39,42,49)
#1E2126
(30,33,38)
#15181B
(21,24,27)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #66697E

#66697E
(102,105,126)
#737689
(115,118,137)
#808394
(128,131,148)
#8D909F
(141,144,159)
#9A9DAA
(154,157,170)
#A7AAB5
(167,170,181)
#B4B7C0
(180,183,192)
#C1C4CB
(193,196,203)
#CED1D6
(206,209,214)
#DBDEE1
(219,222,225)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66697E; }

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

This text font color is #66697E.


Background Color

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

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

This div background color is #66697E.


Border color

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

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

This div border color is #66697E.


Opacity

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

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

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

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

This text has shadow with #66697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66697E on black background.


Color preview on white background

This text has color #66697E on white background.



Black color preview on #66697E background

This text has black color on #66697E background.


White color preview on #66697E background

This text has white color on #66697E background.