COLOR #688C3B

HEX: #688C3B
RGB: (104,140,59)

Color info

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

RGB color model

#688C3B color RGB value is (104,140,59).

  • red value is 104;
  • green value is 140;
  • blue value is 59.
RGB:
(104,140,59)
(41%,55%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 140 of 255 = 55%
B 59 of 255 = 23%

104
140
59

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

Portions of RGB colors in percentages

R + G + B =
104 + 140 + 59 = 303 (100%)
R 104 of 303 ~ 34.32%
G 140 of 303 ~ 46.2%
B 59 of 303 ~ 19.47%

%34.32
%46.2
%19.47

CMYK color model

#688C3B color CMYK value is (26,0,58,45).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 57.86%
  • key color value is 45.10%
CMYK:
(26,0,58,45)
C26M0Y58K45 
(26%,0%,58%,45%)
(0.26/0.00/0.58/0.45)	

CMYK percentages

%25.71
%0
%57.86
%45.1

Codes

Color #688C3B in popluar color models

688C3B
RGB10414059
HSL87°40.70%39.02%
HSB/HSV87°57.86%54.90%
CMYK25.71%0.00%57.86%
45.10%

Color #688C3B in popluar number systems.

HEX688C3B
Decimal10414059
Binary110100010001100111011
Octal15021473

Shades and tints

Shades of #688C3B

#688C3B
(104,140,59)
#5F8036
(95,128,54)
#567431
(86,116,49)
#4D682C
(77,104,44)
#445C27
(68,92,39)
#3B5022
(59,80,34)
#32441D
(50,68,29)
#293818
(41,56,24)
#202C13
(32,44,19)
#17200E
(23,32,14)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #688C3B

#688C3B
(104,140,59)
#75964C
(117,150,76)
#82A05D
(130,160,93)
#8FAA6E
(143,170,110)
#9CB47F
(156,180,127)
#A9BE90
(169,190,144)
#B6C8A1
(182,200,161)
#C3D2B2
(195,210,178)
#D0DCC3
(208,220,195)
#DDE6D4
(221,230,212)
#EAF0E5
(234,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688C3B color. Also use rgb(104,140,59) instead hex code.

Text Font Color

.myTextColor { color: #688C3B; }

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

This text font color is #688C3B.


Background Color

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

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

This div background color is #688C3B.


Border color

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

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

This div border color is #688C3B.


Opacity

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

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

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

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

This text has shadow with #688C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688C3B on black background.


Color preview on white background

This text has color #688C3B on white background.



Black color preview on #688C3B background

This text has black color on #688C3B background.


White color preview on #688C3B background

This text has white color on #688C3B background.