COLOR #688758

HEX: #688758
RGB: (104,135,88)

Color info

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

RGB color model

#688758 color RGB value is (104,135,88).

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

RGB channels and saturation

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

104
135
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 88 = 327 (100%)
R 104 of 327 ~ 31.8%
G 135 of 327 ~ 41.28%
B 88 of 327 ~ 26.91%

%31.8
%41.28
%26.91

CMYK color model

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

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

CMYK percentages

%22.96
%0
%34.81
%47.06

Codes

Color #688758 in popluar color models

688758
RGB10413588
HSL100°21.08%43.73%
HSB/HSV100°34.81%52.94%
CMYK22.96%0.00%34.81%
47.06%

Color #688758 in popluar number systems.

HEX688758
Decimal10413588
Binary1101000100001111011000
Octal150207130

Shades and tints

Shades of #688758

#688758
(104,135,88)
#5F7B50
(95,123,80)
#566F48
(86,111,72)
#4D6340
(77,99,64)
#445738
(68,87,56)
#3B4B30
(59,75,48)
#323F28
(50,63,40)
#293320
(41,51,32)
#202718
(32,39,24)
#171B10
(23,27,16)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #688758

#688758
(104,135,88)
#759167
(117,145,103)
#829B76
(130,155,118)
#8FA585
(143,165,133)
#9CAF94
(156,175,148)
#A9B9A3
(169,185,163)
#B6C3B2
(182,195,178)
#C3CDC1
(195,205,193)
#D0D7D0
(208,215,208)
#DDE1DF
(221,225,223)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688758; }

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

This text font color is #688758.


Background Color

.myBgColor { background-color: #688758; }

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

This div background color is #688758.


Border color

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

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

This div border color is #688758.


Opacity

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

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

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

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

This text has shadow with #688758 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #688758 on black background.


Color preview on white background

This text has color #688758 on white background.



Black color preview on #688758 background

This text has black color on #688758 background.


White color preview on #688758 background

This text has white color on #688758 background.