COLOR #688066

HEX: #688066
RGB: (104,128,102)

Color info

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

RGB color model

#688066 color RGB value is (104,128,102).

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

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 102 of 255 = 40%

104
128
102

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 102 = 334 (100%)
R 104 of 334 ~ 31.14%
G 128 of 334 ~ 38.32%
B 102 of 334 ~ 30.54%

%31.14
%38.32
%30.54

CMYK color model

#688066 color CMYK value is (19,0,20,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%
CMYK:
(19,0,20,50)
C19M0Y20K50 
(19%,0%,20%,50%)
(0.19/0.00/0.20/0.50)	

CMYK percentages

%18.75
%0
%20.31
%49.8

Codes

Color #688066 in popluar color models

688066
RGB104128102
HSL115°11.30%45.10%
HSB/HSV115°20.31%50.20%
CMYK18.75%0.00%20.31%
49.80%

Color #688066 in popluar number systems.

HEX688066
Decimal104128102
Binary1101000100000001100110
Octal150200146

Shades and tints

Shades of #688066

#688066
(104,128,102)
#5F755D
(95,117,93)
#566A54
(86,106,84)
#4D5F4B
(77,95,75)
#445442
(68,84,66)
#3B4939
(59,73,57)
#323E30
(50,62,48)
#293327
(41,51,39)
#20281E
(32,40,30)
#171D15
(23,29,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #688066

#688066
(104,128,102)
#758B73
(117,139,115)
#829680
(130,150,128)
#8FA18D
(143,161,141)
#9CAC9A
(156,172,154)
#A9B7A7
(169,183,167)
#B6C2B4
(182,194,180)
#C3CDC1
(195,205,193)
#D0D8CE
(208,216,206)
#DDE3DB
(221,227,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688066; }

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

This text font color is #688066.


Background Color

.myBgColor { background-color: #688066; }

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

This div background color is #688066.


Border color

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

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

This div border color is #688066.


Opacity

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

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

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

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

This text has shadow with #688066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688066 on black background.


Color preview on white background

This text has color #688066 on white background.



Black color preview on #688066 background

This text has black color on #688066 background.


White color preview on #688066 background

This text has white color on #688066 background.