COLOR #687246

HEX: #687246
RGB: (104,114,70)

Color info

#687246 contains red, green and blue colors in about the same proportion. Web safe color of #687246 is #666633 (or #663).

RGB color model

#687246 color RGB value is (104,114,70).

  • red value is 104;
  • green value is 114;
  • blue value is 70.
RGB:
(104,114,70)
(41%,45%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 70 of 255 = 27%

104
114
70

R + G + B ~ 38%. #687246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 70 = 288 (100%)
R 104 of 288 ~ 36.11%
G 114 of 288 ~ 39.58%
B 70 of 288 ~ 24.31%

%36.11
%39.58
%24.31

CMYK color model

#687246 color CMYK value is (9,0,39,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 55.29%
CMYK:
(9,0,39,55)
C9M0Y39K55 
(9%,0%,39%,55%)
(0.09/0.00/0.39/0.55)	

CMYK percentages

%8.77
%0
%38.6
%55.29

Codes

Color #687246 in popluar color models

687246
RGB10411470
HSL74°23.91%36.08%
HSB/HSV74°38.60%44.71%
CMYK8.77%0.00%38.60%
55.29%

Color #687246 in popluar number systems.

HEX687246
Decimal10411470
Binary110100011100101000110
Octal150162106

Shades and tints

Shades of #687246

#687246
(104,114,70)
#5F6840
(95,104,64)
#565E3A
(86,94,58)
#4D5434
(77,84,52)
#444A2E
(68,74,46)
#3B4028
(59,64,40)
#323622
(50,54,34)
#292C1C
(41,44,28)
#202216
(32,34,22)
#171810
(23,24,16)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #687246

#687246
(104,114,70)
#757E56
(117,126,86)
#828A66
(130,138,102)
#8F9676
(143,150,118)
#9CA286
(156,162,134)
#A9AE96
(169,174,150)
#B6BAA6
(182,186,166)
#C3C6B6
(195,198,182)
#D0D2C6
(208,210,198)
#DDDED6
(221,222,214)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687246 color. Also use rgb(104,114,70) instead hex code.

Text Font Color

.myTextColor { color: #687246; }

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

This text font color is #687246.


Background Color

.myBgColor { background-color: #687246; }

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

This div background color is #687246.


Border color

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

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

This div border color is #687246.


Opacity

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

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

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

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

This text has shadow with #687246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687246 on black background.


Color preview on white background

This text has color #687246 on white background.



Black color preview on #687246 background

This text has black color on #687246 background.


White color preview on #687246 background

This text has white color on #687246 background.