COLOR #688582

HEX: #688582
RGB: (104,133,130)

Color info

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

RGB color model

#688582 color RGB value is (104,133,130).

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

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 130 of 255 = 51%

104
133
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 130 = 367 (100%)
R 104 of 367 ~ 28.34%
G 133 of 367 ~ 36.24%
B 130 of 367 ~ 35.42%

%28.34
%36.24
%35.42

CMYK color model

#688582 color CMYK value is (22,0,2,48).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(22,0,2,48)
C22M0Y2K48 
(22%,0%,2%,48%)
(0.22/0.00/0.02/0.48)	

CMYK percentages

%21.8
%0
%2.26
%47.84

Codes

Color #688582 in popluar color models

688582
RGB104133130
HSL174°12.24%46.47%
HSB/HSV174°21.80%52.16%
CMYK21.80%0.00%2.26%
47.84%

Color #688582 in popluar number systems.

HEX688582
Decimal104133130
Binary11010001000010110000010
Octal150205202

Shades and tints

Shades of #688582

#688582
(104,133,130)
#5F7977
(95,121,119)
#566D6C
(86,109,108)
#4D6161
(77,97,97)
#445556
(68,85,86)
#3B494B
(59,73,75)
#323D40
(50,61,64)
#293135
(41,49,53)
#20252A
(32,37,42)
#17191F
(23,25,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #688582

#688582
(104,133,130)
#75908D
(117,144,141)
#829B98
(130,155,152)
#8FA6A3
(143,166,163)
#9CB1AE
(156,177,174)
#A9BCB9
(169,188,185)
#B6C7C4
(182,199,196)
#C3D2CF
(195,210,207)
#D0DDDA
(208,221,218)
#DDE8E5
(221,232,229)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688582; }

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

This text font color is #688582.


Background Color

.myBgColor { background-color: #688582; }

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

This div background color is #688582.


Border color

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

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

This div border color is #688582.


Opacity

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

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

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

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

This text has shadow with #688582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688582 on black background.


Color preview on white background

This text has color #688582 on white background.



Black color preview on #688582 background

This text has black color on #688582 background.


White color preview on #688582 background

This text has white color on #688582 background.