COLOR #667B66

HEX: #667B66 RGB: (102,123,102)

Color info

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

RGB color model

#667B66 color RGB value is (102,123,102).

RGB: (102,123,102) (40%, 48%, 40%)

RGB channels and saturation

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

102
123
102

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

Portions of RGB colors in percentages

R + G + B = 102 + 123 + 102 = 327 (100%)
R 102 of 327 ~ 31.19%
G 123 of 327 ~ 37.61%
B 102 of 327 ~ 31.19'%

%31.19
%37.61
%31.19

CMYK color model

#667B66 color CMYK value is (17,0,17,52).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 51.76%

CMYK: (17,0,17,52)
C17M0Y17K52 (17%, 0%, 17%, 52%)
(0.17 / 0.00 / 0.17 / 0.52)

CMYK percentages

%17.07
%0
%17.07
%51.76

Codes

Color #667B66 in popluar color models

66 7B 66
RGB 102 123 102
HSL 120° 9.33% 44.12%
HSB/HSV 120° 17.07% 48.24%
CMYK 17.07% 0.00% 17.07%
51.76%

Color #667B66 in popluar number systems.

HEX 66 7B 66
Decimal 102 123 102
Binary 1100110 1111011 1100110
Octal 146 173 146

Shades and tints

Shades of #667B66

#667B66
(102,123,102)
#5D705D
(93,112,93)
#546554
(84,101,84)
#4B5A4B
(75,90,75)
#424F42
(66,79,66)
#394439
(57,68,57)
#303930
(48,57,48)
#272E27
(39,46,39)
#1E231E
(30,35,30)
#151815
(21,24,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #667B66

#667B66
(102,123,102)
#738773
(115,135,115)
#809380
(128,147,128)
#8D9F8D
(141,159,141)
#9AAB9A
(154,171,154)
#A7B7A7
(167,183,167)
#B4C3B4
(180,195,180)
#C1CFC1
(193,207,193)
#CEDBCE
(206,219,206)
#DBE7DB
(219,231,219)
#E8F3E8
(232,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667B66; }

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

This text font color is #667B66.

Background Color

.myBgColor { background-color: #667B66; }

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

This div background color is #667B66.

Border color

.myBorderColor { border: 1px solid #667B66; }

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

This div border color is #667B66.

Opacity

.myOpacity80 { color: #667B66; opacity: 0.8; }

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

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

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

This text has shadow with #667B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667B66.

Preview

Color preview on black background

This text has color #667B66 on black background.


Color preview on white background

This text has color #667B66 on white background.


Black color preview on #667B66 background

This text has black color on #667B66 background.


White color preview on #667B66 background

This text has white color on #667B66 background.


Related colors

Complementary color

Complementary color for #hex is #998499.


I love getcolorcode.com

Triadic colors

1 #66667B and #7B6666 with #667B66 are triadic colors.

2 #667B66 and #7B6666 with #667B66 are triadic colors.