COLOR #66696B

HEX: #66696B RGB: (102,105,107)

Color info

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

RGB color model

#66696B color RGB value is (102,105,107).

RGB: (102,105,107) (40%, 41%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 107 of 255 = 42%

102
105
107

R + G + B ~ 41%. #66696B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 105 + 107 = 314 (100%)
R 102 of 314 ~ 32.48%
G 105 of 314 ~ 33.44%
B 107 of 314 ~ 34.08'%

%32.48
%33.44
%34.08

CMYK color model

#66696B color CMYK value is (5,2,0,58).

  • cyan value is 4.67%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (5,2,0,58)
C5M2Y0K58 (5%, 2%, 0%, 58%)
(0.05 / 0.02 / 0.00 / 0.58)

CMYK percentages

%4.67
%1.87
%0
%58.04

Codes

Color #66696B in popluar color models

66 69 6B
RGB 102 105 107
HSL 204° 2.39% 40.98%
HSB/HSV 204° 4.67% 41.96%
CMYK 4.67% 1.87% 0.00%
58.04%

Color #66696B in popluar number systems.

HEX 66 69 6B
Decimal 102 105 107
Binary 1100110 1101001 1101011
Octal 146 151 153

Shades and tints

Shades of #66696B

#66696B
(102,105,107)
#5D6062
(93,96,98)
#545759
(84,87,89)
#4B4E50
(75,78,80)
#424547
(66,69,71)
#393C3E
(57,60,62)
#303335
(48,51,53)
#272A2C
(39,42,44)
#1E2123
(30,33,35)
#15181A
(21,24,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #66696B

#66696B
(102,105,107)
#737678
(115,118,120)
#808385
(128,131,133)
#8D9092
(141,144,146)
#9A9D9F
(154,157,159)
#A7AAAC
(167,170,172)
#B4B7B9
(180,183,185)
#C1C4C6
(193,196,198)
#CED1D3
(206,209,211)
#DBDEE0
(219,222,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66696B; }

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

This text font color is #66696B.

Background Color

.myBgColor { background-color: #66696B; }

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

This div background color is #66696B.

Border color

.myBorderColor { border: 1px solid #66696B; }

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

This div border color is #66696B.

Opacity

.myOpacity80 { color: #66696B; opacity: 0.8; }

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

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

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

This text has shadow with #66696B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66696B.

Preview

Color preview on black background

This text has color #66696B on black background.


Color preview on white background

This text has color #66696B on white background.


Black color preview on #66696B background

This text has black color on #66696B background.


White color preview on #66696B background

This text has white color on #66696B background.


Related colors

Complementary color

Complementary color for #hex is #999694.


I love getcolorcode.com

Triadic colors

1 #6B6669 and #696B66 with #66696B are triadic colors.

2 #6B6966 and #69666B with #66696B are triadic colors.