COLOR #689381

HEX: #689381
RGB: (104,147,129)

Color info

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

RGB color model

#689381 color RGB value is (104,147,129).

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

RGB channels and saturation

R 104 of 255 = 41%
G 147 of 255 = 58%
B 129 of 255 = 51%

104
147
129

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

Portions of RGB colors in percentages

R + G + B =
104 + 147 + 129 = 380 (100%)
R 104 of 380 ~ 27.37%
G 147 of 380 ~ 38.68%
B 129 of 380 ~ 33.95%

%27.37
%38.68
%33.95

CMYK color model

#689381 color CMYK value is (29,0,12,42).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 42.35%
CMYK:
(29,0,12,42)
C29M0Y12K42 
(29%,0%,12%,42%)
(0.29/0.00/0.12/0.42)	

CMYK percentages

%29.25
%0
%12.24
%42.35

Codes

Color #689381 in popluar color models

689381
RGB104147129
HSL155°17.13%49.22%
HSB/HSV155°29.25%57.65%
CMYK29.25%0.00%12.24%
42.35%

Color #689381 in popluar number systems.

HEX689381
Decimal104147129
Binary11010001001001110000001
Octal150223201

Shades and tints

Shades of #689381

#689381
(104,147,129)
#5F8676
(95,134,118)
#56796B
(86,121,107)
#4D6C60
(77,108,96)
#445F55
(68,95,85)
#3B524A
(59,82,74)
#32453F
(50,69,63)
#293834
(41,56,52)
#202B29
(32,43,41)
#171E1E
(23,30,30)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #689381

#689381
(104,147,129)
#759C8C
(117,156,140)
#82A597
(130,165,151)
#8FAEA2
(143,174,162)
#9CB7AD
(156,183,173)
#A9C0B8
(169,192,184)
#B6C9C3
(182,201,195)
#C3D2CE
(195,210,206)
#D0DBD9
(208,219,217)
#DDE4E4
(221,228,228)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689381 color. Also use rgb(104,147,129) instead hex code.

Text Font Color

.myTextColor { color: #689381; }

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

This text font color is #689381.


Background Color

.myBgColor { background-color: #689381; }

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

This div background color is #689381.


Border color

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

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

This div border color is #689381.


Opacity

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

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

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

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

This text has shadow with #689381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689381 on black background.


Color preview on white background

This text has color #689381 on white background.



Black color preview on #689381 background

This text has black color on #689381 background.


White color preview on #689381 background

This text has white color on #689381 background.