COLOR #667168

HEX: #667168
RGB: (102,113,104)

Color info

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

RGB color model

#667168 color RGB value is (102,113,104).

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

RGB channels and saturation

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

102
113
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 104 = 319 (100%)
R 102 of 319 ~ 31.97%
G 113 of 319 ~ 35.42%
B 104 of 319 ~ 32.6%

%31.97
%35.42
%32.6

CMYK color model

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

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

CMYK percentages

%9.73
%0
%7.96
%55.69

Codes

Color #667168 in popluar color models

667168
RGB102113104
HSL131°5.12%42.16%
HSB/HSV131°9.73%44.31%
CMYK9.73%0.00%7.96%
55.69%

Color #667168 in popluar number systems.

HEX667168
Decimal102113104
Binary110011011100011101000
Octal146161150

Shades and tints

Shades of #667168

#667168
(102,113,104)
#5D675F
(93,103,95)
#545D56
(84,93,86)
#4B534D
(75,83,77)
#424944
(66,73,68)
#393F3B
(57,63,59)
#303532
(48,53,50)
#272B29
(39,43,41)
#1E2120
(30,33,32)
#151717
(21,23,23)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #667168

#667168
(102,113,104)
#737D75
(115,125,117)
#808982
(128,137,130)
#8D958F
(141,149,143)
#9AA19C
(154,161,156)
#A7ADA9
(167,173,169)
#B4B9B6
(180,185,182)
#C1C5C3
(193,197,195)
#CED1D0
(206,209,208)
#DBDDDD
(219,221,221)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667168; }

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

This text font color is #667168.


Background Color

.myBgColor { background-color: #667168; }

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

This div background color is #667168.


Border color

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

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

This div border color is #667168.


Opacity

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

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

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

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

This text has shadow with #667168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667168 on black background.


Color preview on white background

This text has color #667168 on white background.



Black color preview on #667168 background

This text has black color on #667168 background.


White color preview on #667168 background

This text has white color on #667168 background.