COLOR #688D68

HEX: #688D68
RGB: (104,141,104)

Color info

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

RGB color model

#688D68 color RGB value is (104,141,104).

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

RGB channels and saturation

R 104 of 255 = 41%
G 141 of 255 = 55%
B 104 of 255 = 41%

104
141
104

R + G + B ~ 46%. #688D68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 141 + 104 = 349 (100%)
R 104 of 349 ~ 29.8%
G 141 of 349 ~ 40.4%
B 104 of 349 ~ 29.8%

%29.8
%40.4
%29.8

CMYK color model

#688D68 color CMYK value is (26,0,26,45).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 44.71%
CMYK:
(26,0,26,45)
C26M0Y26K45 
(26%,0%,26%,45%)
(0.26/0.00/0.26/0.45)	

CMYK percentages

%26.24
%0
%26.24
%44.71

Codes

Color #688D68 in popluar color models

688D68
RGB104141104
HSL120°15.10%48.04%
HSB/HSV120°26.24%55.29%
CMYK26.24%0.00%26.24%
44.71%

Color #688D68 in popluar number systems.

HEX688D68
Decimal104141104
Binary1101000100011011101000
Octal150215150

Shades and tints

Shades of #688D68

#688D68
(104,141,104)
#5F815F
(95,129,95)
#567556
(86,117,86)
#4D694D
(77,105,77)
#445D44
(68,93,68)
#3B513B
(59,81,59)
#324532
(50,69,50)
#293929
(41,57,41)
#202D20
(32,45,32)
#172117
(23,33,23)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #688D68

#688D68
(104,141,104)
#759775
(117,151,117)
#82A182
(130,161,130)
#8FAB8F
(143,171,143)
#9CB59C
(156,181,156)
#A9BFA9
(169,191,169)
#B6C9B6
(182,201,182)
#C3D3C3
(195,211,195)
#D0DDD0
(208,221,208)
#DDE7DD
(221,231,221)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688D68; }

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

This text font color is #688D68.


Background Color

.myBgColor { background-color: #688D68; }

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

This div background color is #688D68.


Border color

.myBorderColor { border: 1px solid #688D68; }

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

This div border color is #688D68.


Opacity

.myOpacity80 { color: #688D68; opacity: 0.8; }

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

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

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

This text has shadow with #688D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D68 on black background.


Color preview on white background

This text has color #688D68 on white background.



Black color preview on #688D68 background

This text has black color on #688D68 background.


White color preview on #688D68 background

This text has white color on #688D68 background.