COLOR #688768

HEX: #688768
RGB: (104,135,104)

Color info

#688768 contains red, green and blue colors in about the same proportion. Web safe color of #688768 is #669966 (or #696).

RGB color model

#688768 color RGB value is (104,135,104).

  • red value is 104;
  • green value is 135;
  • blue value is 104.
RGB:
(104,135,104)
(41%,53%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 104 of 255 = 41%

104
135
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 104 = 343 (100%)
R 104 of 343 ~ 30.32%
G 135 of 343 ~ 39.36%
B 104 of 343 ~ 30.32%

%30.32
%39.36
%30.32

CMYK color model

#688768 color CMYK value is (23,0,23,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(23,0,23,47)
C23M0Y23K47 
(23%,0%,23%,47%)
(0.23/0.00/0.23/0.47)	

CMYK percentages

%22.96
%0
%22.96
%47.06

Codes

Color #688768 in popluar color models

688768
RGB104135104
HSL120°12.97%46.86%
HSB/HSV120°22.96%52.94%
CMYK22.96%0.00%22.96%
47.06%

Color #688768 in popluar number systems.

HEX688768
Decimal104135104
Binary1101000100001111101000
Octal150207150

Shades and tints

Shades of #688768

#688768
(104,135,104)
#5F7B5F
(95,123,95)
#566F56
(86,111,86)
#4D634D
(77,99,77)
#445744
(68,87,68)
#3B4B3B
(59,75,59)
#323F32
(50,63,50)
#293329
(41,51,41)
#202720
(32,39,32)
#171B17
(23,27,23)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #688768

#688768
(104,135,104)
#759175
(117,145,117)
#829B82
(130,155,130)
#8FA58F
(143,165,143)
#9CAF9C
(156,175,156)
#A9B9A9
(169,185,169)
#B6C3B6
(182,195,182)
#C3CDC3
(195,205,195)
#D0D7D0
(208,215,208)
#DDE1DD
(221,225,221)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688768; }

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

This text font color is #688768.


Background Color

.myBgColor { background-color: #688768; }

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

This div background color is #688768.


Border color

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

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

This div border color is #688768.


Opacity

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

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

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

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

This text has shadow with #688768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688768 on black background.


Color preview on white background

This text has color #688768 on white background.



Black color preview on #688768 background

This text has black color on #688768 background.


White color preview on #688768 background

This text has white color on #688768 background.