COLOR #688363

HEX: #688363
RGB: (104,131,99)

Color info

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

RGB color model

#688363 color RGB value is (104,131,99).

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

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 99 of 255 = 39%

104
131
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 99 = 334 (100%)
R 104 of 334 ~ 31.14%
G 131 of 334 ~ 39.22%
B 99 of 334 ~ 29.64%

%31.14
%39.22
%29.64

CMYK color model

#688363 color CMYK value is (21,0,24,49).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(21,0,24,49)
C21M0Y24K49 
(21%,0%,24%,49%)
(0.21/0.00/0.24/0.49)	

CMYK percentages

%20.61
%0
%24.43
%48.63

Codes

Color #688363 in popluar color models

688363
RGB10413199
HSL111°13.91%45.10%
HSB/HSV111°24.43%51.37%
CMYK20.61%0.00%24.43%
48.63%

Color #688363 in popluar number systems.

HEX688363
Decimal10413199
Binary1101000100000111100011
Octal150203143

Shades and tints

Shades of #688363

#688363
(104,131,99)
#5F785A
(95,120,90)
#566D51
(86,109,81)
#4D6248
(77,98,72)
#44573F
(68,87,63)
#3B4C36
(59,76,54)
#32412D
(50,65,45)
#293624
(41,54,36)
#202B1B
(32,43,27)
#172012
(23,32,18)
#0E1509
(14,21,9)
#000000
(0,0,0)

Tints of #688363

#688363
(104,131,99)
#758E71
(117,142,113)
#82997F
(130,153,127)
#8FA48D
(143,164,141)
#9CAF9B
(156,175,155)
#A9BAA9
(169,186,169)
#B6C5B7
(182,197,183)
#C3D0C5
(195,208,197)
#D0DBD3
(208,219,211)
#DDE6E1
(221,230,225)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688363 color. Also use rgb(104,131,99) instead hex code.

Text Font Color

.myTextColor { color: #688363; }

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

This text font color is #688363.


Background Color

.myBgColor { background-color: #688363; }

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

This div background color is #688363.


Border color

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

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

This div border color is #688363.


Opacity

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

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

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

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

This text has shadow with #688363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688363 on black background.


Color preview on white background

This text has color #688363 on white background.



Black color preview on #688363 background

This text has black color on #688363 background.


White color preview on #688363 background

This text has white color on #688363 background.