COLOR #688264

HEX: #688264
RGB: (104,130,100)

Color info

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

RGB color model

#688264 color RGB value is (104,130,100).

  • red value is 104;
  • green value is 130;
  • blue value is 100.
RGB:
(104,130,100)
(41%,51%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 100 of 255 = 39%

104
130
100

R + G + B ~ 44%. #688264 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 100 = 334 (100%)
R 104 of 334 ~ 31.14%
G 130 of 334 ~ 38.92%
B 100 of 334 ~ 29.94%

%31.14
%38.92
%29.94

CMYK color model

#688264 color CMYK value is (20,0,23,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(20,0,23,49)
C20M0Y23K49 
(20%,0%,23%,49%)
(0.20/0.00/0.23/0.49)	

CMYK percentages

%20
%0
%23.08
%49.02

Codes

Color #688264 in popluar color models

688264
RGB104130100
HSL112°13.04%45.10%
HSB/HSV112°23.08%50.98%
CMYK20.00%0.00%23.08%
49.02%

Color #688264 in popluar number systems.

HEX688264
Decimal104130100
Binary1101000100000101100100
Octal150202144

Shades and tints

Shades of #688264

#688264
(104,130,100)
#5F775B
(95,119,91)
#566C52
(86,108,82)
#4D6149
(77,97,73)
#445640
(68,86,64)
#3B4B37
(59,75,55)
#32402E
(50,64,46)
#293525
(41,53,37)
#202A1C
(32,42,28)
#171F13
(23,31,19)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #688264

#688264
(104,130,100)
#758D72
(117,141,114)
#829880
(130,152,128)
#8FA38E
(143,163,142)
#9CAE9C
(156,174,156)
#A9B9AA
(169,185,170)
#B6C4B8
(182,196,184)
#C3CFC6
(195,207,198)
#D0DAD4
(208,218,212)
#DDE5E2
(221,229,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688264 color. Also use rgb(104,130,100) instead hex code.

Text Font Color

.myTextColor { color: #688264; }

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

This text font color is #688264.


Background Color

.myBgColor { background-color: #688264; }

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

This div background color is #688264.


Border color

.myBorderColor { border: 1px solid #688264; }

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

This div border color is #688264.


Opacity

.myOpacity80 { color: #688264; opacity: 0.8; }

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

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

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

This text has shadow with #688264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688264 on black background.


Color preview on white background

This text has color #688264 on white background.



Black color preview on #688264 background

This text has black color on #688264 background.


White color preview on #688264 background

This text has white color on #688264 background.