COLOR #688767

HEX: #688767
RGB: (104,135,103)

Color info

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

RGB color model

#688767 color RGB value is (104,135,103).

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

RGB channels and saturation

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

104
135
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 103 = 342 (100%)
R 104 of 342 ~ 30.41%
G 135 of 342 ~ 39.47%
B 103 of 342 ~ 30.12%

%30.41
%39.47
%30.12

CMYK color model

#688767 color CMYK value is (23,0,24,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(23,0,24,47)
C23M0Y24K47 
(23%,0%,24%,47%)
(0.23/0.00/0.24/0.47)	

CMYK percentages

%22.96
%0
%23.7
%47.06

Codes

Color #688767 in popluar color models

688767
RGB104135103
HSL118°13.45%46.67%
HSB/HSV118°23.70%52.94%
CMYK22.96%0.00%23.70%
47.06%

Color #688767 in popluar number systems.

HEX688767
Decimal104135103
Binary1101000100001111100111
Octal150207147

Shades and tints

Shades of #688767

#688767
(104,135,103)
#5F7B5E
(95,123,94)
#566F55
(86,111,85)
#4D634C
(77,99,76)
#445743
(68,87,67)
#3B4B3A
(59,75,58)
#323F31
(50,63,49)
#293328
(41,51,40)
#20271F
(32,39,31)
#171B16
(23,27,22)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #688767

#688767
(104,135,103)
#759174
(117,145,116)
#829B81
(130,155,129)
#8FA58E
(143,165,142)
#9CAF9B
(156,175,155)
#A9B9A8
(169,185,168)
#B6C3B5
(182,195,181)
#C3CDC2
(195,205,194)
#D0D7CF
(208,215,207)
#DDE1DC
(221,225,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688767; }

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

This text font color is #688767.


Background Color

.myBgColor { background-color: #688767; }

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

This div background color is #688767.


Border color

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

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

This div border color is #688767.


Opacity

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

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

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

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

This text has shadow with #688767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688767 on black background.


Color preview on white background

This text has color #688767 on white background.



Black color preview on #688767 background

This text has black color on #688767 background.


White color preview on #688767 background

This text has white color on #688767 background.