COLOR #667596

HEX: #667596
RGB: (102,117,150)

Color info

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

RGB color model

#667596 color RGB value is (102,117,150).

  • red value is 102;
  • green value is 117;
  • blue value is 150.
RGB:
(102,117,150)
(40%,46%,59%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 150 of 255 = 59%

102
117
150

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 150 = 369 (100%)
R 102 of 369 ~ 27.64%
G 117 of 369 ~ 31.71%
B 150 of 369 ~ 40.65%

%27.64
%31.71
%40.65

CMYK color model

#667596 color CMYK value is (32,22,0,41).

  • cyan value is 32.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(32,22,0,41)
C32M22Y0K41 
(32%,22%,0%,41%)
(0.32/0.22/0.00/0.41)	

CMYK percentages

%32
%22
%0
%41.18

Codes

Color #667596 in popluar color models

667596
RGB102117150
HSL221°19.05%49.41%
HSB/HSV221°32.00%58.82%
CMYK32.00%22.00%0.00%
41.18%

Color #667596 in popluar number systems.

HEX667596
Decimal102117150
Binary1100110111010110010110
Octal146165226

Shades and tints

Shades of #667596

#667596
(102,117,150)
#5D6B89
(93,107,137)
#54617C
(84,97,124)
#4B576F
(75,87,111)
#424D62
(66,77,98)
#394355
(57,67,85)
#303948
(48,57,72)
#272F3B
(39,47,59)
#1E252E
(30,37,46)
#151B21
(21,27,33)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #667596

#667596
(102,117,150)
#73819F
(115,129,159)
#808DA8
(128,141,168)
#8D99B1
(141,153,177)
#9AA5BA
(154,165,186)
#A7B1C3
(167,177,195)
#B4BDCC
(180,189,204)
#C1C9D5
(193,201,213)
#CED5DE
(206,213,222)
#DBE1E7
(219,225,231)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667596 color. Also use rgb(102,117,150) instead hex code.

Text Font Color

.myTextColor { color: #667596; }

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

This text font color is #667596.


Background Color

.myBgColor { background-color: #667596; }

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

This div background color is #667596.


Border color

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

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

This div border color is #667596.


Opacity

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

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

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

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

This text has shadow with #667596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667596 on black background.


Color preview on white background

This text has color #667596 on white background.



Black color preview on #667596 background

This text has black color on #667596 background.


White color preview on #667596 background

This text has white color on #667596 background.