COLOR #666671

HEX: #666671
RGB: (102,102,113)

Color info

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

RGB color model

#666671 color RGB value is (102,102,113).

  • red value is 102;
  • green value is 102;
  • blue value is 113.
RGB:
(102,102,113)
(40%,40%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 113 of 255 = 44%

102
102
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 113 = 317 (100%)
R 102 of 317 ~ 32.18%
G 102 of 317 ~ 32.18%
B 113 of 317 ~ 35.65%

%32.18
%32.18
%35.65

CMYK color model

#666671 color CMYK value is (10,10,0,56).

  • cyan value is 9.73%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(10,10,0,56)
C10M10Y0K56 
(10%,10%,0%,56%)
(0.10/0.10/0.00/0.56)	

CMYK percentages

%9.73
%9.73
%0
%55.69

Codes

Color #666671 in popluar color models

666671
RGB102102113
HSL240°5.12%42.16%
HSB/HSV240°9.73%44.31%
CMYK9.73%9.73%0.00%
55.69%

Color #666671 in popluar number systems.

HEX666671
Decimal102102113
Binary110011011001101110001
Octal146146161

Shades and tints

Shades of #666671

#666671
(102,102,113)
#5D5D67
(93,93,103)
#54545D
(84,84,93)
#4B4B53
(75,75,83)
#424249
(66,66,73)
#39393F
(57,57,63)
#303035
(48,48,53)
#27272B
(39,39,43)
#1E1E21
(30,30,33)
#151517
(21,21,23)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #666671

#666671
(102,102,113)
#73737D
(115,115,125)
#808089
(128,128,137)
#8D8D95
(141,141,149)
#9A9AA1
(154,154,161)
#A7A7AD
(167,167,173)
#B4B4B9
(180,180,185)
#C1C1C5
(193,193,197)
#CECED1
(206,206,209)
#DBDBDD
(219,219,221)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666671; }

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

This text font color is #666671.


Background Color

.myBgColor { background-color: #666671; }

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

This div background color is #666671.


Border color

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

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

This div border color is #666671.


Opacity

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

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

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

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

This text has shadow with #666671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666671 on black background.


Color preview on white background

This text has color #666671 on white background.



Black color preview on #666671 background

This text has black color on #666671 background.


White color preview on #666671 background

This text has white color on #666671 background.