COLOR #687341

HEX: #687341
RGB: (104,115,65)

Color info

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

RGB color model

#687341 color RGB value is (104,115,65).

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

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 65 of 255 = 25%

104
115
65

R + G + B ~ 37%. #687341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 65 = 284 (100%)
R 104 of 284 ~ 36.62%
G 115 of 284 ~ 40.49%
B 65 of 284 ~ 22.89%

%36.62
%40.49
%22.89

CMYK color model

#687341 color CMYK value is (10,0,43,55).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(10,0,43,55)
C10M0Y43K55 
(10%,0%,43%,55%)
(0.10/0.00/0.43/0.55)	

CMYK percentages

%9.57
%0
%43.48
%54.9

Codes

Color #687341 in popluar color models

687341
RGB10411565
HSL73°27.78%35.29%
HSB/HSV73°43.48%45.10%
CMYK9.57%0.00%43.48%
54.90%

Color #687341 in popluar number systems.

HEX687341
Decimal10411565
Binary110100011100111000001
Octal150163101

Shades and tints

Shades of #687341

#687341
(104,115,65)
#5F693C
(95,105,60)
#565F37
(86,95,55)
#4D5532
(77,85,50)
#444B2D
(68,75,45)
#3B4128
(59,65,40)
#323723
(50,55,35)
#292D1E
(41,45,30)
#202319
(32,35,25)
#171914
(23,25,20)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #687341

#687341
(104,115,65)
#757F52
(117,127,82)
#828B63
(130,139,99)
#8F9774
(143,151,116)
#9CA385
(156,163,133)
#A9AF96
(169,175,150)
#B6BBA7
(182,187,167)
#C3C7B8
(195,199,184)
#D0D3C9
(208,211,201)
#DDDFDA
(221,223,218)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687341; }

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

This text font color is #687341.


Background Color

.myBgColor { background-color: #687341; }

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

This div background color is #687341.


Border color

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

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

This div border color is #687341.


Opacity

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

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

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

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

This text has shadow with #687341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687341 on black background.


Color preview on white background

This text has color #687341 on white background.



Black color preview on #687341 background

This text has black color on #687341 background.


White color preview on #687341 background

This text has white color on #687341 background.