COLOR #689282

HEX: #689282
RGB: (104,146,130)

Color info

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

RGB color model

#689282 color RGB value is (104,146,130).

  • red value is 104;
  • green value is 146;
  • blue value is 130.
RGB:
(104,146,130)
(41%,57%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 130 of 255 = 51%

104
146
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 130 = 380 (100%)
R 104 of 380 ~ 27.37%
G 146 of 380 ~ 38.42%
B 130 of 380 ~ 34.21%

%27.37
%38.42
%34.21

CMYK color model

#689282 color CMYK value is (29,0,11,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 42.75%
CMYK:
(29,0,11,43)
C29M0Y11K43 
(29%,0%,11%,43%)
(0.29/0.00/0.11/0.43)	

CMYK percentages

%28.77
%0
%10.96
%42.75

Codes

Color #689282 in popluar color models

689282
RGB104146130
HSL157°16.80%49.02%
HSB/HSV157°28.77%57.25%
CMYK28.77%0.00%10.96%
42.75%

Color #689282 in popluar number systems.

HEX689282
Decimal104146130
Binary11010001001001010000010
Octal150222202

Shades and tints

Shades of #689282

#689282
(104,146,130)
#5F8577
(95,133,119)
#56786C
(86,120,108)
#4D6B61
(77,107,97)
#445E56
(68,94,86)
#3B514B
(59,81,75)
#324440
(50,68,64)
#293735
(41,55,53)
#202A2A
(32,42,42)
#171D1F
(23,29,31)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #689282

#689282
(104,146,130)
#759B8D
(117,155,141)
#82A498
(130,164,152)
#8FADA3
(143,173,163)
#9CB6AE
(156,182,174)
#A9BFB9
(169,191,185)
#B6C8C4
(182,200,196)
#C3D1CF
(195,209,207)
#D0DADA
(208,218,218)
#DDE3E5
(221,227,229)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689282 color. Also use rgb(104,146,130) instead hex code.

Text Font Color

.myTextColor { color: #689282; }

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

This text font color is #689282.


Background Color

.myBgColor { background-color: #689282; }

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

This div background color is #689282.


Border color

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

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

This div border color is #689282.


Opacity

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

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

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

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

This text has shadow with #689282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689282 on black background.


Color preview on white background

This text has color #689282 on white background.



Black color preview on #689282 background

This text has black color on #689282 background.


White color preview on #689282 background

This text has white color on #689282 background.