COLOR #666C67

HEX: #666C67
RGB: (102,108,103)

Color info

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

RGB color model

#666C67 color RGB value is (102,108,103).

  • red value is 102;
  • green value is 108;
  • blue value is 103.
RGB:
(102,108,103)
(40%,42%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 103 of 255 = 40%

102
108
103

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

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 103 = 313 (100%)
R 102 of 313 ~ 32.59%
G 108 of 313 ~ 34.5%
B 103 of 313 ~ 32.91%

%32.59
%34.5
%32.91

CMYK color model

#666C67 color CMYK value is (6,0,5,58).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 57.65%
CMYK:
(6,0,5,58)
C6M0Y5K58 
(6%,0%,5%,58%)
(0.06/0.00/0.05/0.58)	

CMYK percentages

%5.56
%0
%4.63
%57.65

Codes

Color #666C67 in popluar color models

666C67
RGB102108103
HSL130°2.86%41.18%
HSB/HSV130°5.56%42.35%
CMYK5.56%0.00%4.63%
57.65%

Color #666C67 in popluar number systems.

HEX666C67
Decimal102108103
Binary110011011011001100111
Octal146154147

Shades and tints

Shades of #666C67

#666C67
(102,108,103)
#5D635E
(93,99,94)
#545A55
(84,90,85)
#4B514C
(75,81,76)
#424843
(66,72,67)
#393F3A
(57,63,58)
#303631
(48,54,49)
#272D28
(39,45,40)
#1E241F
(30,36,31)
#151B16
(21,27,22)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #666C67

#666C67
(102,108,103)
#737974
(115,121,116)
#808681
(128,134,129)
#8D938E
(141,147,142)
#9AA09B
(154,160,155)
#A7ADA8
(167,173,168)
#B4BAB5
(180,186,181)
#C1C7C2
(193,199,194)
#CED4CF
(206,212,207)
#DBE1DC
(219,225,220)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666C67 color. Also use rgb(102,108,103) instead hex code.

Text Font Color

.myTextColor { color: #666C67; }

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

This text font color is #666C67.


Background Color

.myBgColor { background-color: #666C67; }

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

This div background color is #666C67.


Border color

.myBorderColor { border: 1px solid #666C67; }

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

This div border color is #666C67.


Opacity

.myOpacity80 { color: #666C67; opacity: 0.8; }

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

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

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

This text has shadow with #666C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C67 on black background.


Color preview on white background

This text has color #666C67 on white background.



Black color preview on #666C67 background

This text has black color on #666C67 background.


White color preview on #666C67 background

This text has white color on #666C67 background.