COLOR #687946

HEX: #687946
RGB: (104,121,70)

Color info

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

RGB color model

#687946 color RGB value is (104,121,70).

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

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 70 of 255 = 27%

104
121
70

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

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 70 = 295 (100%)
R 104 of 295 ~ 35.25%
G 121 of 295 ~ 41.02%
B 70 of 295 ~ 23.73%

%35.25
%41.02
%23.73

CMYK color model

#687946 color CMYK value is (14,0,42,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK: (14,0,42,53) C14M0Y42K53 (14%,0%,42%,53%) (0.14/0.00/0.42/0.53)

CMYK percentages

%14.05
%0
%42.15
%52.55

Codes

Color #687946 in popluar color models

687946
RGB10412170
HSL80°26.70%37.45%
HSB/HSV80°42.15%47.45%
CMYK14.05%0.00%42.15%
52.55%

Color #687946 in popluar number systems.

HEX687946
Decimal10412170
Binary110100011110011000110
Octal150171106

Shades and tints

Shades of #687946

#687946
(104,121,70)
#5F6E40
(95,110,64)
#56633A
(86,99,58)
#4D5834
(77,88,52)
#444D2E
(68,77,46)
#3B4228
(59,66,40)
#323722
(50,55,34)
#292C1C
(41,44,28)
#202116
(32,33,22)
#171610
(23,22,16)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #687946

#687946
(104,121,70)
#758556
(117,133,86)
#829166
(130,145,102)
#8F9D76
(143,157,118)
#9CA986
(156,169,134)
#A9B596
(169,181,150)
#B6C1A6
(182,193,166)
#C3CDB6
(195,205,182)
#D0D9C6
(208,217,198)
#DDE5D6
(221,229,214)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687946; }

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

This text font color is #687946.


Background Color

.myBgColor { background-color: #687946; }

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

This div background color is #687946.


Border color

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

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

This div border color is #687946.


Opacity

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

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

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

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

This text has shadow with #687946 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #687946 on black background.


Color preview on white background

This text has color #687946 on white background.



Black color preview on #687946 background

This text has black color on #687946 background.


White color preview on #687946 background

This text has white color on #687946 background.