COLOR #687145

HEX: #687145
RGB: (104,113,69)

Color info

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

RGB color model

#687145 color RGB value is (104,113,69).

  • red value is 104;
  • green value is 113;
  • blue value is 69.
RGB:
(104,113,69)
(41%,44%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 69 of 255 = 27%

104
113
69

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 69 = 286 (100%)
R 104 of 286 ~ 36.36%
G 113 of 286 ~ 39.51%
B 69 of 286 ~ 24.13%

%36.36
%39.51
%24.13

CMYK color model

#687145 color CMYK value is (8,0,39,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(8,0,39,56)
C8M0Y39K56 
(8%,0%,39%,56%)
(0.08/0.00/0.39/0.56)	

CMYK percentages

%7.96
%0
%38.94
%55.69

Codes

Color #687145 in popluar color models

687145
RGB10411369
HSL72°24.18%35.69%
HSB/HSV72°38.94%44.31%
CMYK7.96%0.00%38.94%
55.69%

Color #687145 in popluar number systems.

HEX687145
Decimal10411369
Binary110100011100011000101
Octal150161105

Shades and tints

Shades of #687145

#687145
(104,113,69)
#5F673F
(95,103,63)
#565D39
(86,93,57)
#4D5333
(77,83,51)
#44492D
(68,73,45)
#3B3F27
(59,63,39)
#323521
(50,53,33)
#292B1B
(41,43,27)
#202115
(32,33,21)
#17170F
(23,23,15)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #687145

#687145
(104,113,69)
#757D55
(117,125,85)
#828965
(130,137,101)
#8F9575
(143,149,117)
#9CA185
(156,161,133)
#A9AD95
(169,173,149)
#B6B9A5
(182,185,165)
#C3C5B5
(195,197,181)
#D0D1C5
(208,209,197)
#DDDDD5
(221,221,213)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687145 color. Also use rgb(104,113,69) instead hex code.

Text Font Color

.myTextColor { color: #687145; }

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

This text font color is #687145.


Background Color

.myBgColor { background-color: #687145; }

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

This div background color is #687145.


Border color

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

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

This div border color is #687145.


Opacity

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

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

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

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

This text has shadow with #687145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687145 on black background.


Color preview on white background

This text has color #687145 on white background.



Black color preview on #687145 background

This text has black color on #687145 background.


White color preview on #687145 background

This text has white color on #687145 background.