COLOR #669589

HEX: #669589
RGB: (102,149,137)

Color info

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

RGB color model

#669589 color RGB value is (102,149,137).

  • red value is 102;
  • green value is 149;
  • blue value is 137.
RGB:
(102,149,137)
(40%,58%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 149 of 255 = 58%
B 137 of 255 = 54%

102
149
137

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

Portions of RGB colors in percentages

R + G + B =
102 + 149 + 137 = 388 (100%)
R 102 of 388 ~ 26.29%
G 149 of 388 ~ 38.4%
B 137 of 388 ~ 35.31%

%26.29
%38.4
%35.31

CMYK color model

#669589 color CMYK value is (32,0,8,42).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(32,0,8,42)
C32M0Y8K42 
(32%,0%,8%,42%)
(0.32/0.00/0.08/0.42)	

CMYK percentages

%31.54
%0
%8.05
%41.57

Codes

Color #669589 in popluar color models

669589
RGB102149137
HSL165°18.73%49.22%
HSB/HSV165°31.54%58.43%
CMYK31.54%0.00%8.05%
41.57%

Color #669589 in popluar number systems.

HEX669589
Decimal102149137
Binary11001101001010110001001
Octal146225211

Shades and tints

Shades of #669589

#669589
(102,149,137)
#5D887D
(93,136,125)
#547B71
(84,123,113)
#4B6E65
(75,110,101)
#426159
(66,97,89)
#39544D
(57,84,77)
#304741
(48,71,65)
#273A35
(39,58,53)
#1E2D29
(30,45,41)
#15201D
(21,32,29)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #669589

#669589
(102,149,137)
#739E93
(115,158,147)
#80A79D
(128,167,157)
#8DB0A7
(141,176,167)
#9AB9B1
(154,185,177)
#A7C2BB
(167,194,187)
#B4CBC5
(180,203,197)
#C1D4CF
(193,212,207)
#CEDDD9
(206,221,217)
#DBE6E3
(219,230,227)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669589 color. Also use rgb(102,149,137) instead hex code.

Text Font Color

.myTextColor { color: #669589; }

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

This text font color is #669589.


Background Color

.myBgColor { background-color: #669589; }

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

This div background color is #669589.


Border color

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

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

This div border color is #669589.


Opacity

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

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

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

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

This text has shadow with #669589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669589 on black background.


Color preview on white background

This text has color #669589 on white background.



Black color preview on #669589 background

This text has black color on #669589 background.


White color preview on #669589 background

This text has white color on #669589 background.