COLOR #66697B

HEX: #66697B
RGB: (102,105,123)

Color info

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

RGB color model

#66697B color RGB value is (102,105,123).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 123 of 255 = 48%

102
105
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 123 = 330 (100%)
R 102 of 330 ~ 30.91%
G 105 of 330 ~ 31.82%
B 123 of 330 ~ 37.27%

%30.91
%31.82
%37.27

CMYK color model

#66697B color CMYK value is (17,15,0,52).

  • cyan value is 17.07%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(17,15,0,52)
C17M15Y0K52 
(17%,15%,0%,52%)
(0.17/0.15/0.00/0.52)	

CMYK percentages

%17.07
%14.63
%0
%51.76

Codes

Color #66697B in popluar color models

66697B
RGB102105123
HSL231°9.33%44.12%
HSB/HSV231°17.07%48.24%
CMYK17.07%14.63%0.00%
51.76%

Color #66697B in popluar number systems.

HEX66697B
Decimal102105123
Binary110011011010011111011
Octal146151173

Shades and tints

Shades of #66697B

#66697B
(102,105,123)
#5D6070
(93,96,112)
#545765
(84,87,101)
#4B4E5A
(75,78,90)
#42454F
(66,69,79)
#393C44
(57,60,68)
#303339
(48,51,57)
#272A2E
(39,42,46)
#1E2123
(30,33,35)
#151818
(21,24,24)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #66697B

#66697B
(102,105,123)
#737687
(115,118,135)
#808393
(128,131,147)
#8D909F
(141,144,159)
#9A9DAB
(154,157,171)
#A7AAB7
(167,170,183)
#B4B7C3
(180,183,195)
#C1C4CF
(193,196,207)
#CED1DB
(206,209,219)
#DBDEE7
(219,222,231)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66697B; }

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

This text font color is #66697B.


Background Color

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

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

This div background color is #66697B.


Border color

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

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

This div border color is #66697B.


Opacity

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

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

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

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

This text has shadow with #66697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66697B on black background.


Color preview on white background

This text has color #66697B on white background.



Black color preview on #66697B background

This text has black color on #66697B background.


White color preview on #66697B background

This text has white color on #66697B background.