COLOR #667684

HEX: #667684
RGB: (102,118,132)

Color info

#667684 contains red, green and blue colors in about the same proportion. Web safe color of #667684 is #666699 (or #669).

RGB color model

#667684 color RGB value is (102,118,132).

  • red value is 102;
  • green value is 118;
  • blue value is 132.
RGB:
(102,118,132)
(40%,46%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 132 of 255 = 52%

102
118
132

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

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 132 = 352 (100%)
R 102 of 352 ~ 28.98%
G 118 of 352 ~ 33.52%
B 132 of 352 ~ 37.5%

%28.98
%33.52
%37.5

CMYK color model

#667684 color CMYK value is (23,11,0,48).

  • cyan value is 22.73%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(23,11,0,48)
C23M11Y0K48 
(23%,11%,0%,48%)
(0.23/0.11/0.00/0.48)	

CMYK percentages

%22.73
%10.61
%0
%48.24

Codes

Color #667684 in popluar color models

667684
RGB102118132
HSL208°12.82%45.88%
HSB/HSV208°22.73%51.76%
CMYK22.73%10.61%0.00%
48.24%

Color #667684 in popluar number systems.

HEX667684
Decimal102118132
Binary1100110111011010000100
Octal146166204

Shades and tints

Shades of #667684

#667684
(102,118,132)
#5D6C78
(93,108,120)
#54626C
(84,98,108)
#4B5860
(75,88,96)
#424E54
(66,78,84)
#394448
(57,68,72)
#303A3C
(48,58,60)
#273030
(39,48,48)
#1E2624
(30,38,36)
#151C18
(21,28,24)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #667684

#667684
(102,118,132)
#73828F
(115,130,143)
#808E9A
(128,142,154)
#8D9AA5
(141,154,165)
#9AA6B0
(154,166,176)
#A7B2BB
(167,178,187)
#B4BEC6
(180,190,198)
#C1CAD1
(193,202,209)
#CED6DC
(206,214,220)
#DBE2E7
(219,226,231)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667684; }

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

This text font color is #667684.


Background Color

.myBgColor { background-color: #667684; }

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

This div background color is #667684.


Border color

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

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

This div border color is #667684.


Opacity

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

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

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

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

This text has shadow with #667684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667684 on black background.


Color preview on white background

This text has color #667684 on white background.



Black color preview on #667684 background

This text has black color on #667684 background.


White color preview on #667684 background

This text has white color on #667684 background.