COLOR #687150

HEX: #687150
RGB: (104,113,80)

Color info

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

RGB color model

#687150 color RGB value is (104,113,80).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 80 of 255 = 31%

104
113
80

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 80 = 297 (100%)
R 104 of 297 ~ 35.02%
G 113 of 297 ~ 38.05%
B 80 of 297 ~ 26.94%

%35.02
%38.05
%26.94

CMYK color model

#687150 color CMYK value is (8,0,29,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 55.69%
CMYK:
(8,0,29,56)
C8M0Y29K56 
(8%,0%,29%,56%)
(0.08/0.00/0.29/0.56)	

CMYK percentages

%7.96
%0
%29.2
%55.69

Codes

Color #687150 in popluar color models

687150
RGB10411380
HSL76°17.10%37.84%
HSB/HSV76°29.20%44.31%
CMYK7.96%0.00%29.20%
55.69%

Color #687150 in popluar number systems.

HEX687150
Decimal10411380
Binary110100011100011010000
Octal150161120

Shades and tints

Shades of #687150

#687150
(104,113,80)
#5F6749
(95,103,73)
#565D42
(86,93,66)
#4D533B
(77,83,59)
#444934
(68,73,52)
#3B3F2D
(59,63,45)
#323526
(50,53,38)
#292B1F
(41,43,31)
#202118
(32,33,24)
#171711
(23,23,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #687150

#687150
(104,113,80)
#757D5F
(117,125,95)
#82896E
(130,137,110)
#8F957D
(143,149,125)
#9CA18C
(156,161,140)
#A9AD9B
(169,173,155)
#B6B9AA
(182,185,170)
#C3C5B9
(195,197,185)
#D0D1C8
(208,209,200)
#DDDDD7
(221,221,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687150; }

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

This text font color is #687150.


Background Color

.myBgColor { background-color: #687150; }

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

This div background color is #687150.


Border color

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

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

This div border color is #687150.


Opacity

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

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

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

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

This text has shadow with #687150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687150 on black background.


Color preview on white background

This text has color #687150 on white background.



Black color preview on #687150 background

This text has black color on #687150 background.


White color preview on #687150 background

This text has white color on #687150 background.