COLOR #688457

HEX: #688457
RGB: (104,132,87)

Color info

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

RGB color model

#688457 color RGB value is (104,132,87).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 87 of 255 = 34%

104
132
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 87 = 323 (100%)
R 104 of 323 ~ 32.2%
G 132 of 323 ~ 40.87%
B 87 of 323 ~ 26.93%

%32.2
%40.87
%26.93

CMYK color model

#688457 color CMYK value is (21,0,34,48).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(21,0,34,48)
C21M0Y34K48 
(21%,0%,34%,48%)
(0.21/0.00/0.34/0.48)	

CMYK percentages

%21.21
%0
%34.09
%48.24

Codes

Color #688457 in popluar color models

688457
RGB10413287
HSL97°20.55%42.94%
HSB/HSV97°34.09%51.76%
CMYK21.21%0.00%34.09%
48.24%

Color #688457 in popluar number systems.

HEX688457
Decimal10413287
Binary1101000100001001010111
Octal150204127

Shades and tints

Shades of #688457

#688457
(104,132,87)
#5F7850
(95,120,80)
#566C49
(86,108,73)
#4D6042
(77,96,66)
#44543B
(68,84,59)
#3B4834
(59,72,52)
#323C2D
(50,60,45)
#293026
(41,48,38)
#20241F
(32,36,31)
#171818
(23,24,24)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #688457

#688457
(104,132,87)
#758F66
(117,143,102)
#829A75
(130,154,117)
#8FA584
(143,165,132)
#9CB093
(156,176,147)
#A9BBA2
(169,187,162)
#B6C6B1
(182,198,177)
#C3D1C0
(195,209,192)
#D0DCCF
(208,220,207)
#DDE7DE
(221,231,222)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688457; }

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

This text font color is #688457.


Background Color

.myBgColor { background-color: #688457; }

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

This div background color is #688457.


Border color

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

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

This div border color is #688457.


Opacity

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

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

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

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

This text has shadow with #688457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688457 on black background.


Color preview on white background

This text has color #688457 on white background.



Black color preview on #688457 background

This text has black color on #688457 background.


White color preview on #688457 background

This text has white color on #688457 background.