COLOR #688D71

HEX: #688D71
RGB: (104,141,113)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
141
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 141 + 113 = 358 (100%)
R 104 of 358 ~ 29.05%
G 141 of 358 ~ 39.39%
B 113 of 358 ~ 31.56%

%29.05
%39.39
%31.56

CMYK color model

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

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

CMYK percentages

%26.24
%0
%19.86
%44.71

Codes

Color #688D71 in popluar color models

688D71
RGB104141113
HSL135°15.10%48.04%
HSB/HSV135°26.24%55.29%
CMYK26.24%0.00%19.86%
44.71%

Color #688D71 in popluar number systems.

HEX688D71
Decimal104141113
Binary1101000100011011110001
Octal150215161

Shades and tints

Shades of #688D71

#688D71
(104,141,113)
#5F8167
(95,129,103)
#56755D
(86,117,93)
#4D6953
(77,105,83)
#445D49
(68,93,73)
#3B513F
(59,81,63)
#324535
(50,69,53)
#29392B
(41,57,43)
#202D21
(32,45,33)
#172117
(23,33,23)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #688D71

#688D71
(104,141,113)
#75977D
(117,151,125)
#82A189
(130,161,137)
#8FAB95
(143,171,149)
#9CB5A1
(156,181,161)
#A9BFAD
(169,191,173)
#B6C9B9
(182,201,185)
#C3D3C5
(195,211,197)
#D0DDD1
(208,221,209)
#DDE7DD
(221,231,221)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688D71; }

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

This text font color is #688D71.


Background Color

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

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

This div background color is #688D71.


Border color

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

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

This div border color is #688D71.


Opacity

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

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

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

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

This text has shadow with #688D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D71 on black background.


Color preview on white background

This text has color #688D71 on white background.



Black color preview on #688D71 background

This text has black color on #688D71 background.


White color preview on #688D71 background

This text has white color on #688D71 background.