COLOR #688581

HEX: #688581
RGB: (104,133,129)

Color info

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

RGB color model

#688581 color RGB value is (104,133,129).

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

RGB channels and saturation

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

104
133
129

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

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 129 = 366 (100%)
R 104 of 366 ~ 28.42%
G 133 of 366 ~ 36.34%
B 129 of 366 ~ 35.25%

%28.42
%36.34
%35.25

CMYK color model

#688581 color CMYK value is (22,0,3,48).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(22,0,3,48)
C22M0Y3K48 
(22%,0%,3%,48%)
(0.22/0.00/0.03/0.48)	

CMYK percentages

%21.8
%0
%3.01
%47.84

Codes

Color #688581 in popluar color models

688581
RGB104133129
HSL172°12.24%46.47%
HSB/HSV172°21.80%52.16%
CMYK21.80%0.00%3.01%
47.84%

Color #688581 in popluar number systems.

HEX688581
Decimal104133129
Binary11010001000010110000001
Octal150205201

Shades and tints

Shades of #688581

#688581
(104,133,129)
#5F7976
(95,121,118)
#566D6B
(86,109,107)
#4D6160
(77,97,96)
#445555
(68,85,85)
#3B494A
(59,73,74)
#323D3F
(50,61,63)
#293134
(41,49,52)
#202529
(32,37,41)
#17191E
(23,25,30)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #688581

#688581
(104,133,129)
#75908C
(117,144,140)
#829B97
(130,155,151)
#8FA6A2
(143,166,162)
#9CB1AD
(156,177,173)
#A9BCB8
(169,188,184)
#B6C7C3
(182,199,195)
#C3D2CE
(195,210,206)
#D0DDD9
(208,221,217)
#DDE8E4
(221,232,228)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688581; }

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

This text font color is #688581.


Background Color

.myBgColor { background-color: #688581; }

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

This div background color is #688581.


Border color

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

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

This div border color is #688581.


Opacity

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

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

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

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

This text has shadow with #688581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688581 on black background.


Color preview on white background

This text has color #688581 on white background.



Black color preview on #688581 background

This text has black color on #688581 background.


White color preview on #688581 background

This text has white color on #688581 background.