COLOR #689483

HEX: #689483
RGB: (104,148,131)

Color info

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

RGB color model

#689483 color RGB value is (104,148,131).

  • red value is 104;
  • green value is 148;
  • blue value is 131.
RGB:
(104,148,131)
(41%,58%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 148 of 255 = 58%
B 131 of 255 = 51%

104
148
131

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

Portions of RGB colors in percentages

R + G + B =
104 + 148 + 131 = 383 (100%)
R 104 of 383 ~ 27.15%
G 148 of 383 ~ 38.64%
B 131 of 383 ~ 34.2%

%27.15
%38.64
%34.2

CMYK color model

#689483 color CMYK value is (30,0,11,42).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(30,0,11,42)
C30M0Y11K42 
(30%,0%,11%,42%)
(0.30/0.00/0.11/0.42)	

CMYK percentages

%29.73
%0
%11.49
%41.96

Codes

Color #689483 in popluar color models

689483
RGB104148131
HSL157°17.46%49.41%
HSB/HSV157°29.73%58.04%
CMYK29.73%0.00%11.49%
41.96%

Color #689483 in popluar number systems.

HEX689483
Decimal104148131
Binary11010001001010010000011
Octal150224203

Shades and tints

Shades of #689483

#689483
(104,148,131)
#5F8778
(95,135,120)
#567A6D
(86,122,109)
#4D6D62
(77,109,98)
#446057
(68,96,87)
#3B534C
(59,83,76)
#324641
(50,70,65)
#293936
(41,57,54)
#202C2B
(32,44,43)
#171F20
(23,31,32)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #689483

#689483
(104,148,131)
#759D8E
(117,157,142)
#82A699
(130,166,153)
#8FAFA4
(143,175,164)
#9CB8AF
(156,184,175)
#A9C1BA
(169,193,186)
#B6CAC5
(182,202,197)
#C3D3D0
(195,211,208)
#D0DCDB
(208,220,219)
#DDE5E6
(221,229,230)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689483 color. Also use rgb(104,148,131) instead hex code.

Text Font Color

.myTextColor { color: #689483; }

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

This text font color is #689483.


Background Color

.myBgColor { background-color: #689483; }

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

This div background color is #689483.


Border color

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

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

This div border color is #689483.


Opacity

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

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

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

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

This text has shadow with #689483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689483 on black background.


Color preview on white background

This text has color #689483 on white background.



Black color preview on #689483 background

This text has black color on #689483 background.


White color preview on #689483 background

This text has white color on #689483 background.