COLOR #688B4B

HEX: #688B4B
RGB: (104,139,75)

Color info

#688B4B contains mainly red and green colors. Web safe color of #688B4B is #669933 (or #693).

RGB color model

#688B4B color RGB value is (104,139,75).

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

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 75 of 255 = 29%

104
139
75

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

Portions of RGB colors in percentages

R + G + B =
104 + 139 + 75 = 318 (100%)
R 104 of 318 ~ 32.7%
G 139 of 318 ~ 43.71%
B 75 of 318 ~ 23.58%

%32.7
%43.71
%23.58

CMYK color model

#688B4B color CMYK value is (25,0,46,45).

  • cyan value is 25.18%
  • magenta value is 0.00%
  • yellow value is 46.04%
  • key color value is 45.49%
CMYK:
(25,0,46,45)
C25M0Y46K45 
(25%,0%,46%,45%)
(0.25/0.00/0.46/0.45)	

CMYK percentages

%25.18
%0
%46.04
%45.49

Codes

Color #688B4B in popluar color models

688B4B
RGB10413975
HSL93°29.91%41.96%
HSB/HSV93°46.04%54.51%
CMYK25.18%0.00%46.04%
45.49%

Color #688B4B in popluar number systems.

HEX688B4B
Decimal10413975
Binary1101000100010111001011
Octal150213113

Shades and tints

Shades of #688B4B

#688B4B
(104,139,75)
#5F7F45
(95,127,69)
#56733F
(86,115,63)
#4D6739
(77,103,57)
#445B33
(68,91,51)
#3B4F2D
(59,79,45)
#324327
(50,67,39)
#293721
(41,55,33)
#202B1B
(32,43,27)
#171F15
(23,31,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #688B4B

#688B4B
(104,139,75)
#75955B
(117,149,91)
#829F6B
(130,159,107)
#8FA97B
(143,169,123)
#9CB38B
(156,179,139)
#A9BD9B
(169,189,155)
#B6C7AB
(182,199,171)
#C3D1BB
(195,209,187)
#D0DBCB
(208,219,203)
#DDE5DB
(221,229,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688B4B; }

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

This text font color is #688B4B.


Background Color

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

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

This div background color is #688B4B.


Border color

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

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

This div border color is #688B4B.


Opacity

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

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

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

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

This text has shadow with #688B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B4B on black background.


Color preview on white background

This text has color #688B4B on white background.



Black color preview on #688B4B background

This text has black color on #688B4B background.


White color preview on #688B4B background

This text has white color on #688B4B background.