COLOR #688361

HEX: #688361
RGB: (104,131,97)

Color info

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

RGB color model

#688361 color RGB value is (104,131,97).

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

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 97 of 255 = 38%

104
131
97

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

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 97 = 332 (100%)
R 104 of 332 ~ 31.33%
G 131 of 332 ~ 39.46%
B 97 of 332 ~ 29.22%

%31.33
%39.46
%29.22

CMYK color model

#688361 color CMYK value is (21,0,26,49).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(21,0,26,49)
C21M0Y26K49 
(21%,0%,26%,49%)
(0.21/0.00/0.26/0.49)	

CMYK percentages

%20.61
%0
%25.95
%48.63

Codes

Color #688361 in popluar color models

688361
RGB10413197
HSL108°14.91%44.71%
HSB/HSV108°25.95%51.37%
CMYK20.61%0.00%25.95%
48.63%

Color #688361 in popluar number systems.

HEX688361
Decimal10413197
Binary1101000100000111100001
Octal150203141

Shades and tints

Shades of #688361

#688361
(104,131,97)
#5F7859
(95,120,89)
#566D51
(86,109,81)
#4D6249
(77,98,73)
#445741
(68,87,65)
#3B4C39
(59,76,57)
#324131
(50,65,49)
#293629
(41,54,41)
#202B21
(32,43,33)
#172019
(23,32,25)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #688361

#688361
(104,131,97)
#758E6F
(117,142,111)
#82997D
(130,153,125)
#8FA48B
(143,164,139)
#9CAF99
(156,175,153)
#A9BAA7
(169,186,167)
#B6C5B5
(182,197,181)
#C3D0C3
(195,208,195)
#D0DBD1
(208,219,209)
#DDE6DF
(221,230,223)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688361; }

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

This text font color is #688361.


Background Color

.myBgColor { background-color: #688361; }

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

This div background color is #688361.


Border color

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

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

This div border color is #688361.


Opacity

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

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

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

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

This text has shadow with #688361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688361 on black background.


Color preview on white background

This text has color #688361 on white background.



Black color preview on #688361 background

This text has black color on #688361 background.


White color preview on #688361 background

This text has white color on #688361 background.