COLOR #668584

HEX: #668584
RGB: (102,133,132)

Color info

#668584 contains red, green and blue colors in about the same proportion. Web safe color of #668584 is #669999 (or #699).

RGB color model

#668584 color RGB value is (102,133,132).

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

RGB channels and saturation

R 102 of 255 = 40%
G 133 of 255 = 52%
B 132 of 255 = 52%

102
133
132

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

Portions of RGB colors in percentages

R + G + B =
102 + 133 + 132 = 367 (100%)
R 102 of 367 ~ 27.79%
G 133 of 367 ~ 36.24%
B 132 of 367 ~ 35.97%

%27.79
%36.24
%35.97

CMYK color model

#668584 color CMYK value is (23,0,1,48).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(23,0,1,48)
C23M0Y1K48 
(23%,0%,1%,48%)
(0.23/0.00/0.01/0.48)	

CMYK percentages

%23.31
%0
%0.75
%47.84

Codes

Color #668584 in popluar color models

668584
RGB102133132
HSL178°13.19%46.08%
HSB/HSV178°23.31%52.16%
CMYK23.31%0.00%0.75%
47.84%

Color #668584 in popluar number systems.

HEX668584
Decimal102133132
Binary11001101000010110000100
Octal146205204

Shades and tints

Shades of #668584

#668584
(102,133,132)
#5D7978
(93,121,120)
#546D6C
(84,109,108)
#4B6160
(75,97,96)
#425554
(66,85,84)
#394948
(57,73,72)
#303D3C
(48,61,60)
#273130
(39,49,48)
#1E2524
(30,37,36)
#151918
(21,25,24)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #668584

#668584
(102,133,132)
#73908F
(115,144,143)
#809B9A
(128,155,154)
#8DA6A5
(141,166,165)
#9AB1B0
(154,177,176)
#A7BCBB
(167,188,187)
#B4C7C6
(180,199,198)
#C1D2D1
(193,210,209)
#CEDDDC
(206,221,220)
#DBE8E7
(219,232,231)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668584; }

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

This text font color is #668584.


Background Color

.myBgColor { background-color: #668584; }

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

This div background color is #668584.


Border color

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

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

This div border color is #668584.


Opacity

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

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

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

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

This text has shadow with #668584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668584 on black background.


Color preview on white background

This text has color #668584 on white background.



Black color preview on #668584 background

This text has black color on #668584 background.


White color preview on #668584 background

This text has white color on #668584 background.