COLOR #667C67

HEX: #667C67
RGB: (102,124,103)

Color info

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

RGB color model

#667C67 color RGB value is (102,124,103).

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

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 103 of 255 = 40%

102
124
103

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

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 103 = 329 (100%)
R 102 of 329 ~ 31%
G 124 of 329 ~ 37.69%
B 103 of 329 ~ 31.31%

%31
%37.69
%31.31

CMYK color model

#667C67 color CMYK value is (18,0,17,51).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(18,0,17,51)
C18M0Y17K51 
(18%,0%,17%,51%)
(0.18/0.00/0.17/0.51)	

CMYK percentages

%17.74
%0
%16.94
%51.37

Codes

Color #667C67 in popluar color models

667C67
RGB102124103
HSL123°9.73%44.31%
HSB/HSV123°17.74%48.63%
CMYK17.74%0.00%16.94%
51.37%

Color #667C67 in popluar number systems.

HEX667C67
Decimal102124103
Binary110011011111001100111
Octal146174147

Shades and tints

Shades of #667C67

#667C67
(102,124,103)
#5D715E
(93,113,94)
#546655
(84,102,85)
#4B5B4C
(75,91,76)
#425043
(66,80,67)
#39453A
(57,69,58)
#303A31
(48,58,49)
#272F28
(39,47,40)
#1E241F
(30,36,31)
#151916
(21,25,22)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #667C67

#667C67
(102,124,103)
#738774
(115,135,116)
#809281
(128,146,129)
#8D9D8E
(141,157,142)
#9AA89B
(154,168,155)
#A7B3A8
(167,179,168)
#B4BEB5
(180,190,181)
#C1C9C2
(193,201,194)
#CED4CF
(206,212,207)
#DBDFDC
(219,223,220)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C67; }

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

This text font color is #667C67.


Background Color

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

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

This div background color is #667C67.


Border color

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

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

This div border color is #667C67.


Opacity

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

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

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

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

This text has shadow with #667C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667C67 on black background.


Color preview on white background

This text has color #667C67 on white background.



Black color preview on #667C67 background

This text has black color on #667C67 background.


White color preview on #667C67 background

This text has white color on #667C67 background.