COLOR #687A49

HEX: #687A49
RGB: (104,122,73)

Color info

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

RGB color model

#687A49 color RGB value is (104,122,73).

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

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 73 of 255 = 29%

104
122
73

R + G + B ~ 39%. #687A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 122 + 73 = 299 (100%)
R 104 of 299 ~ 34.78%
G 122 of 299 ~ 40.8%
B 73 of 299 ~ 24.41%

%34.78
%40.8
%24.41

CMYK color model

#687A49 color CMYK value is (15,0,40,52).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 52.16%
CMYK:
(15,0,40,52)
C15M0Y40K52 
(15%,0%,40%,52%)
(0.15/0.00/0.40/0.52)	

CMYK percentages

%14.75
%0
%40.16
%52.16

Codes

Color #687A49 in popluar color models

687A49
RGB10412273
HSL82°25.13%38.24%
HSB/HSV82°40.16%47.84%
CMYK14.75%0.00%40.16%
52.16%

Color #687A49 in popluar number systems.

HEX687A49
Decimal10412273
Binary110100011110101001001
Octal150172111

Shades and tints

Shades of #687A49

#687A49
(104,122,73)
#5F6F43
(95,111,67)
#56643D
(86,100,61)
#4D5937
(77,89,55)
#444E31
(68,78,49)
#3B432B
(59,67,43)
#323825
(50,56,37)
#292D1F
(41,45,31)
#202219
(32,34,25)
#171713
(23,23,19)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #687A49

#687A49
(104,122,73)
#758659
(117,134,89)
#829269
(130,146,105)
#8F9E79
(143,158,121)
#9CAA89
(156,170,137)
#A9B699
(169,182,153)
#B6C2A9
(182,194,169)
#C3CEB9
(195,206,185)
#D0DAC9
(208,218,201)
#DDE6D9
(221,230,217)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687A49; }

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

This text font color is #687A49.


Background Color

.myBgColor { background-color: #687A49; }

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

This div background color is #687A49.


Border color

.myBorderColor { border: 1px solid #687A49; }

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

This div border color is #687A49.


Opacity

.myOpacity80 { color: #687A49; opacity: 0.8; }

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

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

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

This text has shadow with #687A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687A49 on black background.


Color preview on white background

This text has color #687A49 on white background.



Black color preview on #687A49 background

This text has black color on #687A49 background.


White color preview on #687A49 background

This text has white color on #687A49 background.