COLOR #687950

HEX: #687950
RGB: (104,121,80)

Color info

#687950 contains red, green and blue colors in about the same proportion. Web safe color of #687950 is #666666 (or #666).

RGB color model

#687950 color RGB value is (104,121,80).

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

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 80 of 255 = 31%

104
121
80

R + G + B ~ 40%. #687950 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 80 = 305 (100%)
R 104 of 305 ~ 34.1%
G 121 of 305 ~ 39.67%
B 80 of 305 ~ 26.23%

%34.1
%39.67
%26.23

CMYK color model

#687950 color CMYK value is (14,0,34,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 52.55%
CMYK:
(14,0,34,53)
C14M0Y34K53 
(14%,0%,34%,53%)
(0.14/0.00/0.34/0.53)	

CMYK percentages

%14.05
%0
%33.88
%52.55

Codes

Color #687950 in popluar color models

687950
RGB10412180
HSL85°20.40%39.41%
HSB/HSV85°33.88%47.45%
CMYK14.05%0.00%33.88%
52.55%

Color #687950 in popluar number systems.

HEX687950
Decimal10412180
Binary110100011110011010000
Octal150171120

Shades and tints

Shades of #687950

#687950
(104,121,80)
#5F6E49
(95,110,73)
#566342
(86,99,66)
#4D583B
(77,88,59)
#444D34
(68,77,52)
#3B422D
(59,66,45)
#323726
(50,55,38)
#292C1F
(41,44,31)
#202118
(32,33,24)
#171611
(23,22,17)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #687950

#687950
(104,121,80)
#75855F
(117,133,95)
#82916E
(130,145,110)
#8F9D7D
(143,157,125)
#9CA98C
(156,169,140)
#A9B59B
(169,181,155)
#B6C1AA
(182,193,170)
#C3CDB9
(195,205,185)
#D0D9C8
(208,217,200)
#DDE5D7
(221,229,215)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687950; }

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

This text font color is #687950.


Background Color

.myBgColor { background-color: #687950; }

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

This div background color is #687950.


Border color

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

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

This div border color is #687950.


Opacity

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

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

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

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

This text has shadow with #687950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687950 on black background.


Color preview on white background

This text has color #687950 on white background.



Black color preview on #687950 background

This text has black color on #687950 background.


White color preview on #687950 background

This text has white color on #687950 background.