COLOR #688463

HEX: #688463
RGB: (104,132,99)

Color info

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

RGB color model

#688463 color RGB value is (104,132,99).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 99 of 255 = 39%

104
132
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 99 = 335 (100%)
R 104 of 335 ~ 31.04%
G 132 of 335 ~ 39.4%
B 99 of 335 ~ 29.55%

%31.04
%39.4
%29.55

CMYK color model

#688463 color CMYK value is (21,0,25,48).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(21,0,25,48)
C21M0Y25K48 
(21%,0%,25%,48%)
(0.21/0.00/0.25/0.48)	

CMYK percentages

%21.21
%0
%25
%48.24

Codes

Color #688463 in popluar color models

688463
RGB10413299
HSL111°14.29%45.29%
HSB/HSV111°25.00%51.76%
CMYK21.21%0.00%25.00%
48.24%

Color #688463 in popluar number systems.

HEX688463
Decimal10413299
Binary1101000100001001100011
Octal150204143

Shades and tints

Shades of #688463

#688463
(104,132,99)
#5F785A
(95,120,90)
#566C51
(86,108,81)
#4D6048
(77,96,72)
#44543F
(68,84,63)
#3B4836
(59,72,54)
#323C2D
(50,60,45)
#293024
(41,48,36)
#20241B
(32,36,27)
#171812
(23,24,18)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #688463

#688463
(104,132,99)
#758F71
(117,143,113)
#829A7F
(130,154,127)
#8FA58D
(143,165,141)
#9CB09B
(156,176,155)
#A9BBA9
(169,187,169)
#B6C6B7
(182,198,183)
#C3D1C5
(195,209,197)
#D0DCD3
(208,220,211)
#DDE7E1
(221,231,225)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688463; }

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

This text font color is #688463.


Background Color

.myBgColor { background-color: #688463; }

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

This div background color is #688463.


Border color

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

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

This div border color is #688463.


Opacity

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

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

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

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

This text has shadow with #688463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688463 on black background.


Color preview on white background

This text has color #688463 on white background.



Black color preview on #688463 background

This text has black color on #688463 background.


White color preview on #688463 background

This text has white color on #688463 background.