COLOR #688765

HEX: #688765
RGB: (104,135,101)

Color info

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

RGB color model

#688765 color RGB value is (104,135,101).

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

RGB channels and saturation

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

104
135
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 101 = 340 (100%)
R 104 of 340 ~ 30.59%
G 135 of 340 ~ 39.71%
B 101 of 340 ~ 29.71%

%30.59
%39.71
%29.71

CMYK color model

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

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

CMYK percentages

%22.96
%0
%25.19
%47.06

Codes

Color #688765 in popluar color models

688765
RGB104135101
HSL115°14.41%46.27%
HSB/HSV115°25.19%52.94%
CMYK22.96%0.00%25.19%
47.06%

Color #688765 in popluar number systems.

HEX688765
Decimal104135101
Binary1101000100001111100101
Octal150207145

Shades and tints

Shades of #688765

#688765
(104,135,101)
#5F7B5C
(95,123,92)
#566F53
(86,111,83)
#4D634A
(77,99,74)
#445741
(68,87,65)
#3B4B38
(59,75,56)
#323F2F
(50,63,47)
#293326
(41,51,38)
#20271D
(32,39,29)
#171B14
(23,27,20)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #688765

#688765
(104,135,101)
#759173
(117,145,115)
#829B81
(130,155,129)
#8FA58F
(143,165,143)
#9CAF9D
(156,175,157)
#A9B9AB
(169,185,171)
#B6C3B9
(182,195,185)
#C3CDC7
(195,205,199)
#D0D7D5
(208,215,213)
#DDE1E3
(221,225,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688765; }

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

This text font color is #688765.


Background Color

.myBgColor { background-color: #688765; }

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

This div background color is #688765.


Border color

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

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

This div border color is #688765.


Opacity

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

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

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

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

This text has shadow with #688765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688765 on black background.


Color preview on white background

This text has color #688765 on white background.



Black color preview on #688765 background

This text has black color on #688765 background.


White color preview on #688765 background

This text has white color on #688765 background.