COLOR #688F51

HEX: #688F51
RGB: (104,143,81)

Color info

#688F51 contains mainly red and green colors. Web safe color of #688F51 is #669966 (or #696).

RGB color model

#688F51 color RGB value is (104,143,81).

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

RGB channels and saturation

R 104 of 255 = 41%
G 143 of 255 = 56%
B 81 of 255 = 32%

104
143
81

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

Portions of RGB colors in percentages

R + G + B =
104 + 143 + 81 = 328 (100%)
R 104 of 328 ~ 31.71%
G 143 of 328 ~ 43.6%
B 81 of 328 ~ 24.7%

%31.71
%43.6
%24.7

CMYK color model

#688F51 color CMYK value is (27,0,43,44).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 43.92%
CMYK:
(27,0,43,44)
C27M0Y43K44 
(27%,0%,43%,44%)
(0.27/0.00/0.43/0.44)	

CMYK percentages

%27.27
%0
%43.36
%43.92

Codes

Color #688F51 in popluar color models

688F51
RGB10414381
HSL98°27.68%43.92%
HSB/HSV98°43.36%56.08%
CMYK27.27%0.00%43.36%
43.92%

Color #688F51 in popluar number systems.

HEX688F51
Decimal10414381
Binary1101000100011111010001
Octal150217121

Shades and tints

Shades of #688F51

#688F51
(104,143,81)
#5F824A
(95,130,74)
#567543
(86,117,67)
#4D683C
(77,104,60)
#445B35
(68,91,53)
#3B4E2E
(59,78,46)
#324127
(50,65,39)
#293420
(41,52,32)
#202719
(32,39,25)
#171A12
(23,26,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #688F51

#688F51
(104,143,81)
#759960
(117,153,96)
#82A36F
(130,163,111)
#8FAD7E
(143,173,126)
#9CB78D
(156,183,141)
#A9C19C
(169,193,156)
#B6CBAB
(182,203,171)
#C3D5BA
(195,213,186)
#D0DFC9
(208,223,201)
#DDE9D8
(221,233,216)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688F51; }

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

This text font color is #688F51.


Background Color

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

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

This div background color is #688F51.


Border color

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

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

This div border color is #688F51.


Opacity

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

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

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

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

This text has shadow with #688F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688F51 on black background.


Color preview on white background

This text has color #688F51 on white background.



Black color preview on #688F51 background

This text has black color on #688F51 background.


White color preview on #688F51 background

This text has white color on #688F51 background.