COLOR #688754

HEX: #688754
RGB: (104,135,84)

Color info

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

RGB color model

#688754 color RGB value is (104,135,84).

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

RGB channels and saturation

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

104
135
84

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 84 = 323 (100%)
R 104 of 323 ~ 32.2%
G 135 of 323 ~ 41.8%
B 84 of 323 ~ 26.01%

%32.2
%41.8
%26.01

CMYK color model

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

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

CMYK percentages

%22.96
%0
%37.78
%47.06

Codes

Color #688754 in popluar color models

688754
RGB10413584
HSL96°23.29%42.94%
HSB/HSV96°37.78%52.94%
CMYK22.96%0.00%37.78%
47.06%

Color #688754 in popluar number systems.

HEX688754
Decimal10413584
Binary1101000100001111010100
Octal150207124

Shades and tints

Shades of #688754

#688754
(104,135,84)
#5F7B4D
(95,123,77)
#566F46
(86,111,70)
#4D633F
(77,99,63)
#445738
(68,87,56)
#3B4B31
(59,75,49)
#323F2A
(50,63,42)
#293323
(41,51,35)
#20271C
(32,39,28)
#171B15
(23,27,21)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #688754

#688754
(104,135,84)
#759163
(117,145,99)
#829B72
(130,155,114)
#8FA581
(143,165,129)
#9CAF90
(156,175,144)
#A9B99F
(169,185,159)
#B6C3AE
(182,195,174)
#C3CDBD
(195,205,189)
#D0D7CC
(208,215,204)
#DDE1DB
(221,225,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688754; }

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

This text font color is #688754.


Background Color

.myBgColor { background-color: #688754; }

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

This div background color is #688754.


Border color

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

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

This div border color is #688754.


Opacity

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

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

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

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

This text has shadow with #688754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688754 on black background.


Color preview on white background

This text has color #688754 on white background.



Black color preview on #688754 background

This text has black color on #688754 background.


White color preview on #688754 background

This text has white color on #688754 background.