COLOR #688B63

HEX: #688B63
RGB: (104,139,99)

Color info

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

RGB color model

#688B63 color RGB value is (104,139,99).

  • red value is 104;
  • green value is 139;
  • blue value is 99.
RGB:
(104,139,99)
(41%,55%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 99 of 255 = 39%

104
139
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 139 + 99 = 342 (100%)
R 104 of 342 ~ 30.41%
G 139 of 342 ~ 40.64%
B 99 of 342 ~ 28.95%

%30.41
%40.64
%28.95

CMYK color model

#688B63 color CMYK value is (25,0,29,45).

  • cyan value is 25.18%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 45.49%
CMYK:
(25,0,29,45)
C25M0Y29K45 
(25%,0%,29%,45%)
(0.25/0.00/0.29/0.45)	

CMYK percentages

%25.18
%0
%28.78
%45.49

Codes

Color #688B63 in popluar color models

688B63
RGB10413999
HSL113°16.81%46.67%
HSB/HSV113°28.78%54.51%
CMYK25.18%0.00%28.78%
45.49%

Color #688B63 in popluar number systems.

HEX688B63
Decimal10413999
Binary1101000100010111100011
Octal150213143

Shades and tints

Shades of #688B63

#688B63
(104,139,99)
#5F7F5A
(95,127,90)
#567351
(86,115,81)
#4D6748
(77,103,72)
#445B3F
(68,91,63)
#3B4F36
(59,79,54)
#32432D
(50,67,45)
#293724
(41,55,36)
#202B1B
(32,43,27)
#171F12
(23,31,18)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #688B63

#688B63
(104,139,99)
#759571
(117,149,113)
#829F7F
(130,159,127)
#8FA98D
(143,169,141)
#9CB39B
(156,179,155)
#A9BDA9
(169,189,169)
#B6C7B7
(182,199,183)
#C3D1C5
(195,209,197)
#D0DBD3
(208,219,211)
#DDE5E1
(221,229,225)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B63 color. Also use rgb(104,139,99) instead hex code.

Text Font Color

.myTextColor { color: #688B63; }

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

This text font color is #688B63.


Background Color

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

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

This div background color is #688B63.


Border color

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

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

This div border color is #688B63.


Opacity

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

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

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

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

This text has shadow with #688B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B63 on black background.


Color preview on white background

This text has color #688B63 on white background.



Black color preview on #688B63 background

This text has black color on #688B63 background.


White color preview on #688B63 background

This text has white color on #688B63 background.