COLOR #688249

HEX: #688249
RGB: (104,130,73)

Color info

#688249 contains red, green and blue colors in about the same proportion. Web safe color of #688249 is #669933 (or #693).

RGB color model

#688249 color RGB value is (104,130,73).

  • red value is 104;
  • green value is 130;
  • blue value is 73.
RGB:
(104,130,73)
(41%,51%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 73 of 255 = 29%

104
130
73

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 73 = 307 (100%)
R 104 of 307 ~ 33.88%
G 130 of 307 ~ 42.35%
B 73 of 307 ~ 23.78%

%33.88
%42.35
%23.78

CMYK color model

#688249 color CMYK value is (20,0,44,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 43.85%
  • key color value is 49.02%
CMYK:
(20,0,44,49)
C20M0Y44K49 
(20%,0%,44%,49%)
(0.20/0.00/0.44/0.49)	

CMYK percentages

%20
%0
%43.85
%49.02

Codes

Color #688249 in popluar color models

688249
RGB10413073
HSL87°28.08%39.80%
HSB/HSV87°43.85%50.98%
CMYK20.00%0.00%43.85%
49.02%

Color #688249 in popluar number systems.

HEX688249
Decimal10413073
Binary1101000100000101001001
Octal150202111

Shades and tints

Shades of #688249

#688249
(104,130,73)
#5F7743
(95,119,67)
#566C3D
(86,108,61)
#4D6137
(77,97,55)
#445631
(68,86,49)
#3B4B2B
(59,75,43)
#324025
(50,64,37)
#29351F
(41,53,31)
#202A19
(32,42,25)
#171F13
(23,31,19)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #688249

#688249
(104,130,73)
#758D59
(117,141,89)
#829869
(130,152,105)
#8FA379
(143,163,121)
#9CAE89
(156,174,137)
#A9B999
(169,185,153)
#B6C4A9
(182,196,169)
#C3CFB9
(195,207,185)
#D0DAC9
(208,218,201)
#DDE5D9
(221,229,217)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688249 color. Also use rgb(104,130,73) instead hex code.

Text Font Color

.myTextColor { color: #688249; }

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

This text font color is #688249.


Background Color

.myBgColor { background-color: #688249; }

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

This div background color is #688249.


Border color

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

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

This div border color is #688249.


Opacity

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

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

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

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

This text has shadow with #688249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688249 on black background.


Color preview on white background

This text has color #688249 on white background.



Black color preview on #688249 background

This text has black color on #688249 background.


White color preview on #688249 background

This text has white color on #688249 background.