COLOR #688962

HEX: #688962
RGB: (104,137,98)

Color info

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

RGB color model

#688962 color RGB value is (104,137,98).

  • red value is 104;
  • green value is 137;
  • blue value is 98.
RGB: (104,137,98) (41%,54%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 98 of 255 = 38%

104
137
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 98 = 339 (100%)
R 104 of 339 ~ 30.68%
G 137 of 339 ~ 40.41%
B 98 of 339 ~ 28.91%

%30.68
%40.41
%28.91

CMYK color model

#688962 color CMYK value is (24,0,28,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 28.47%
  • key color value is 46.27%
CMYK: (24,0,28,46) C24M0Y28K46 (24%,0%,28%,46%) (0.24/0.00/0.28/0.46)

CMYK percentages

%24.09
%0
%28.47
%46.27

Codes

Color #688962 in popluar color models

688962
RGB10413798
HSL111°16.60%46.08%
HSB/HSV111°28.47%53.73%
CMYK24.09%0.00%28.47%
46.27%

Color #688962 in popluar number systems.

HEX688962
Decimal10413798
Binary1101000100010011100010
Octal150211142

Shades and tints

Shades of #688962

#688962
(104,137,98)
#5F7D5A
(95,125,90)
#567152
(86,113,82)
#4D654A
(77,101,74)
#445942
(68,89,66)
#3B4D3A
(59,77,58)
#324132
(50,65,50)
#29352A
(41,53,42)
#202922
(32,41,34)
#171D1A
(23,29,26)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #688962

#688962
(104,137,98)
#759370
(117,147,112)
#829D7E
(130,157,126)
#8FA78C
(143,167,140)
#9CB19A
(156,177,154)
#A9BBA8
(169,187,168)
#B6C5B6
(182,197,182)
#C3CFC4
(195,207,196)
#D0D9D2
(208,217,210)
#DDE3E0
(221,227,224)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688962 color. Also use rgb(104,137,98) instead hex code.

Text Font Color

.myTextColor { color: #688962; }

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

This text font color is #688962.


Background Color

.myBgColor { background-color: #688962; }

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

This div background color is #688962.


Border color

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

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

This div border color is #688962.


Opacity

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

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

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

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

This text has shadow with #688962 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #688962 on black background.


Color preview on white background

This text has color #688962 on white background.



Black color preview on #688962 background

This text has black color on #688962 background.


White color preview on #688962 background

This text has white color on #688962 background.