COLOR #688F43

HEX: #688F43
RGB: (104,143,67)

Color info

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

RGB color model

#688F43 color RGB value is (104,143,67).

  • red value is 104;
  • green value is 143;
  • blue value is 67.
RGB:
(104,143,67)
(41%,56%,26%)

RGB channels and saturation

R 104 of 255 = 41%
G 143 of 255 = 56%
B 67 of 255 = 26%

104
143
67

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

Portions of RGB colors in percentages

R + G + B =
104 + 143 + 67 = 314 (100%)
R 104 of 314 ~ 33.12%
G 143 of 314 ~ 45.54%
B 67 of 314 ~ 21.34%

%33.12
%45.54
%21.34

CMYK color model

#688F43 color CMYK value is (27,0,53,44).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 53.15%
  • key color value is 43.92%
CMYK:
(27,0,53,44)
C27M0Y53K44 
(27%,0%,53%,44%)
(0.27/0.00/0.53/0.44)	

CMYK percentages

%27.27
%0
%53.15
%43.92

Codes

Color #688F43 in popluar color models

688F43
RGB10414367
HSL91°36.19%41.18%
HSB/HSV91°53.15%56.08%
CMYK27.27%0.00%53.15%
43.92%

Color #688F43 in popluar number systems.

HEX688F43
Decimal10414367
Binary1101000100011111000011
Octal150217103

Shades and tints

Shades of #688F43

#688F43
(104,143,67)
#5F823D
(95,130,61)
#567537
(86,117,55)
#4D6831
(77,104,49)
#445B2B
(68,91,43)
#3B4E25
(59,78,37)
#32411F
(50,65,31)
#293419
(41,52,25)
#202713
(32,39,19)
#171A0D
(23,26,13)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #688F43

#688F43
(104,143,67)
#759954
(117,153,84)
#82A365
(130,163,101)
#8FAD76
(143,173,118)
#9CB787
(156,183,135)
#A9C198
(169,193,152)
#B6CBA9
(182,203,169)
#C3D5BA
(195,213,186)
#D0DFCB
(208,223,203)
#DDE9DC
(221,233,220)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688F43 color. Also use rgb(104,143,67) instead hex code.

Text Font Color

.myTextColor { color: #688F43; }

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

This text font color is #688F43.


Background Color

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

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

This div background color is #688F43.


Border color

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

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

This div border color is #688F43.


Opacity

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

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

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

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

This text has shadow with #688F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688F43 on black background.


Color preview on white background

This text has color #688F43 on white background.



Black color preview on #688F43 background

This text has black color on #688F43 background.


White color preview on #688F43 background

This text has white color on #688F43 background.