COLOR #688059

HEX: #688059
RGB: (104,128,89)

Color info

#688059 contains red, green and blue colors in about the same proportion. Web safe color of #688059 is #666666 (or #666).

RGB color model

#688059 color RGB value is (104,128,89).

  • red value is 104;
  • green value is 128;
  • blue value is 89.
RGB:
(104,128,89)
(41%,50%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 89 of 255 = 35%

104
128
89

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 89 = 321 (100%)
R 104 of 321 ~ 32.4%
G 128 of 321 ~ 39.88%
B 89 of 321 ~ 27.73%

%32.4
%39.88
%27.73

CMYK color model

#688059 color CMYK value is (19,0,30,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(19,0,30,50)
C19M0Y30K50 
(19%,0%,30%,50%)
(0.19/0.00/0.30/0.50)	

CMYK percentages

%18.75
%0
%30.47
%49.8

Codes

Color #688059 in popluar color models

688059
RGB10412889
HSL97°17.97%42.55%
HSB/HSV97°30.47%50.20%
CMYK18.75%0.00%30.47%
49.80%

Color #688059 in popluar number systems.

HEX688059
Decimal10412889
Binary1101000100000001011001
Octal150200131

Shades and tints

Shades of #688059

#688059
(104,128,89)
#5F7551
(95,117,81)
#566A49
(86,106,73)
#4D5F41
(77,95,65)
#445439
(68,84,57)
#3B4931
(59,73,49)
#323E29
(50,62,41)
#293321
(41,51,33)
#202819
(32,40,25)
#171D11
(23,29,17)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #688059

#688059
(104,128,89)
#758B68
(117,139,104)
#829677
(130,150,119)
#8FA186
(143,161,134)
#9CAC95
(156,172,149)
#A9B7A4
(169,183,164)
#B6C2B3
(182,194,179)
#C3CDC2
(195,205,194)
#D0D8D1
(208,216,209)
#DDE3E0
(221,227,224)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688059 color. Also use rgb(104,128,89) instead hex code.

Text Font Color

.myTextColor { color: #688059; }

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

This text font color is #688059.


Background Color

.myBgColor { background-color: #688059; }

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

This div background color is #688059.


Border color

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

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

This div border color is #688059.


Opacity

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

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

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

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

This text has shadow with #688059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688059 on black background.


Color preview on white background

This text has color #688059 on white background.



Black color preview on #688059 background

This text has black color on #688059 background.


White color preview on #688059 background

This text has white color on #688059 background.