COLOR #667487

HEX: #667487
RGB: (102,116,135)

Color info

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

RGB color model

#667487 color RGB value is (102,116,135).

  • red value is 102;
  • green value is 116;
  • blue value is 135.
RGB:
(102,116,135)
(40%,45%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 135 of 255 = 53%

102
116
135

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

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 135 = 353 (100%)
R 102 of 353 ~ 28.9%
G 116 of 353 ~ 32.86%
B 135 of 353 ~ 38.24%

%28.9
%32.86
%38.24

CMYK color model

#667487 color CMYK value is (24,14,0,47).

  • cyan value is 24.44%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,14,0,47)
C24M14Y0K47 
(24%,14%,0%,47%)
(0.24/0.14/0.00/0.47)	

CMYK percentages

%24.44
%14.07
%0
%47.06

Codes

Color #667487 in popluar color models

667487
RGB102116135
HSL215°13.92%46.47%
HSB/HSV215°24.44%52.94%
CMYK24.44%14.07%0.00%
47.06%

Color #667487 in popluar number systems.

HEX667487
Decimal102116135
Binary1100110111010010000111
Octal146164207

Shades and tints

Shades of #667487

#667487
(102,116,135)
#5D6A7B
(93,106,123)
#54606F
(84,96,111)
#4B5663
(75,86,99)
#424C57
(66,76,87)
#39424B
(57,66,75)
#30383F
(48,56,63)
#272E33
(39,46,51)
#1E2427
(30,36,39)
#151A1B
(21,26,27)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #667487

#667487
(102,116,135)
#738091
(115,128,145)
#808C9B
(128,140,155)
#8D98A5
(141,152,165)
#9AA4AF
(154,164,175)
#A7B0B9
(167,176,185)
#B4BCC3
(180,188,195)
#C1C8CD
(193,200,205)
#CED4D7
(206,212,215)
#DBE0E1
(219,224,225)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667487 color. Also use rgb(102,116,135) instead hex code.

Text Font Color

.myTextColor { color: #667487; }

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

This text font color is #667487.


Background Color

.myBgColor { background-color: #667487; }

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

This div background color is #667487.


Border color

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

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

This div border color is #667487.


Opacity

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

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

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

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

This text has shadow with #667487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667487 on black background.


Color preview on white background

This text has color #667487 on white background.



Black color preview on #667487 background

This text has black color on #667487 background.


White color preview on #667487 background

This text has white color on #667487 background.