COLOR #689084

HEX: #689084
RGB: (104,144,132)

Color info

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

RGB color model

#689084 color RGB value is (104,144,132).

  • red value is 104;
  • green value is 144;
  • blue value is 132.
RGB:
(104,144,132)
(41%,56%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 144 of 255 = 56%
B 132 of 255 = 52%

104
144
132

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

Portions of RGB colors in percentages

R + G + B =
104 + 144 + 132 = 380 (100%)
R 104 of 380 ~ 27.37%
G 144 of 380 ~ 37.89%
B 132 of 380 ~ 34.74%

%27.37
%37.89
%34.74

CMYK color model

#689084 color CMYK value is (28,0,8,44).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 43.53%
CMYK:
(28,0,8,44)
C28M0Y8K44 
(28%,0%,8%,44%)
(0.28/0.00/0.08/0.44)	

CMYK percentages

%27.78
%0
%8.33
%43.53

Codes

Color #689084 in popluar color models

689084
RGB104144132
HSL162°16.13%48.63%
HSB/HSV162°27.78%56.47%
CMYK27.78%0.00%8.33%
43.53%

Color #689084 in popluar number systems.

HEX689084
Decimal104144132
Binary11010001001000010000100
Octal150220204

Shades and tints

Shades of #689084

#689084
(104,144,132)
#5F8378
(95,131,120)
#56766C
(86,118,108)
#4D6960
(77,105,96)
#445C54
(68,92,84)
#3B4F48
(59,79,72)
#32423C
(50,66,60)
#293530
(41,53,48)
#202824
(32,40,36)
#171B18
(23,27,24)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #689084

#689084
(104,144,132)
#759A8F
(117,154,143)
#82A49A
(130,164,154)
#8FAEA5
(143,174,165)
#9CB8B0
(156,184,176)
#A9C2BB
(169,194,187)
#B6CCC6
(182,204,198)
#C3D6D1
(195,214,209)
#D0E0DC
(208,224,220)
#DDEAE7
(221,234,231)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689084 color. Also use rgb(104,144,132) instead hex code.

Text Font Color

.myTextColor { color: #689084; }

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

This text font color is #689084.


Background Color

.myBgColor { background-color: #689084; }

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

This div background color is #689084.


Border color

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

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

This div border color is #689084.


Opacity

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

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

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

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

This text has shadow with #689084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689084 on black background.


Color preview on white background

This text has color #689084 on white background.



Black color preview on #689084 background

This text has black color on #689084 background.


White color preview on #689084 background

This text has white color on #689084 background.