COLOR #688841

HEX: #688841
RGB: (104,136,65)

Color info

#688841 contains mainly red and green colors. Web safe color of #688841 is #669933 (or #693).

RGB color model

#688841 color RGB value is (104,136,65).

  • red value is 104;
  • green value is 136;
  • blue value is 65.
RGB:
(104,136,65)
(41%,53%,25%)

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 65 of 255 = 25%

104
136
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 65 = 305 (100%)
R 104 of 305 ~ 34.1%
G 136 of 305 ~ 44.59%
B 65 of 305 ~ 21.31%

%34.1
%44.59
%21.31

CMYK color model

#688841 color CMYK value is (24,0,52,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 52.21%
  • key color value is 46.67%
CMYK:
(24,0,52,47)
C24M0Y52K47 
(24%,0%,52%,47%)
(0.24/0.00/0.52/0.47)	

CMYK percentages

%23.53
%0
%52.21
%46.67

Codes

Color #688841 in popluar color models

688841
RGB10413665
HSL87°35.32%39.41%
HSB/HSV87°52.21%53.33%
CMYK23.53%0.00%52.21%
46.67%

Color #688841 in popluar number systems.

HEX688841
Decimal10413665
Binary1101000100010001000001
Octal150210101

Shades and tints

Shades of #688841

#688841
(104,136,65)
#5F7C3C
(95,124,60)
#567037
(86,112,55)
#4D6432
(77,100,50)
#44582D
(68,88,45)
#3B4C28
(59,76,40)
#324023
(50,64,35)
#29341E
(41,52,30)
#202819
(32,40,25)
#171C14
(23,28,20)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #688841

#688841
(104,136,65)
#759252
(117,146,82)
#829C63
(130,156,99)
#8FA674
(143,166,116)
#9CB085
(156,176,133)
#A9BA96
(169,186,150)
#B6C4A7
(182,196,167)
#C3CEB8
(195,206,184)
#D0D8C9
(208,216,201)
#DDE2DA
(221,226,218)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688841 color. Also use rgb(104,136,65) instead hex code.

Text Font Color

.myTextColor { color: #688841; }

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

This text font color is #688841.


Background Color

.myBgColor { background-color: #688841; }

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

This div background color is #688841.


Border color

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

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

This div border color is #688841.


Opacity

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

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

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

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

This text has shadow with #688841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688841 on black background.


Color preview on white background

This text has color #688841 on white background.



Black color preview on #688841 background

This text has black color on #688841 background.


White color preview on #688841 background

This text has white color on #688841 background.