COLOR #688855

HEX: #688855 RGB: (104,136,85)

Color info

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

RGB color model

#688855 color RGB value is (104,136,85).

RGB: (104,136,85) (41%, 53%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 85 of 255 = 33%

104
136
85

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

Portions of RGB colors in percentages

R + G + B = 104 + 136 + 85 = 325 (100%)
R 104 of 325 ~ 32%
G 136 of 325 ~ 41.85%
B 85 of 325 ~ 26.15'%

%32
%41.85
%26.15

CMYK color model

#688855 color CMYK value is (24,0,38,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 46.67%
CMYK: (24,0,38,47) C24M0Y38K47 (24%,0%,38%,47%) (0.24/0.00/0.38/0.47) 

CMYK percentages

%23.53
%0
%37.5
%46.67

Codes

Color #688855 in popluar color models

68 88 55
RGB 104 136 85
HSL 98° 23.08% 43.33%
HSB/HSV 98° 37.50% 53.33%
CMYK 23.53% 0.00% 37.50%
46.67%

Color #688855 in popluar number systems.

HEX 68 88 55
Decimal 104 136 85
Binary 1101000 10001000 1010101
Octal 150 210 125

Shades and tints

Shades of #688855

#688855
(104,136,85)
#5F7C4E
(95,124,78)
#567047
(86,112,71)
#4D6440
(77,100,64)
#445839
(68,88,57)
#3B4C32
(59,76,50)
#32402B
(50,64,43)
#293424
(41,52,36)
#20281D
(32,40,29)
#171C16
(23,28,22)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #688855

#688855
(104,136,85)
#759264
(117,146,100)
#829C73
(130,156,115)
#8FA682
(143,166,130)
#9CB091
(156,176,145)
#A9BAA0
(169,186,160)
#B6C4AF
(182,196,175)
#C3CEBE
(195,206,190)
#D0D8CD
(208,216,205)
#DDE2DC
(221,226,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688855; }

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

This text font color is #688855.

Background Color

.myBgColor { background-color: #688855; }

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

This div background color is #688855.

Border color

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

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

This div border color is #688855.

Opacity

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

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

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

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

This text has shadow with #688855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688855.

Preview

Color preview on black background

This text has color #688855 on black background.


Color preview on white background

This text has color #688855 on white background.


Black color preview on #688855 background

This text has black color on #688855 background.


White color preview on #688855 background

This text has white color on #688855 background.


Related colors

Complementary color

Complementary color for #hex is #9777AA.


I love getcolorcode.com

Triadic colors

1 #556888 and #885568 with #688855 are triadic colors.

2 #558868 and #886855 with #688855 are triadic colors.