COLOR #687858

HEX: #687858
RGB: (104,120,88)

Color info

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

RGB color model

#687858 color RGB value is (104,120,88).

  • red value is 104;
  • green value is 120;
  • blue value is 88.
RGB:
(104,120,88)
(41%,47%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 88 of 255 = 35%

104
120
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 88 = 312 (100%)
R 104 of 312 ~ 33.33%
G 120 of 312 ~ 38.46%
B 88 of 312 ~ 28.21%

%33.33
%38.46
%28.21

CMYK color model

#687858 color CMYK value is (13,0,27,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 52.94%
CMYK:
(13,0,27,53)
C13M0Y27K53 
(13%,0%,27%,53%)
(0.13/0.00/0.27/0.53)	

CMYK percentages

%13.33
%0
%26.67
%52.94

Codes

Color #687858 in popluar color models

687858
RGB10412088
HSL90°15.38%40.78%
HSB/HSV90°26.67%47.06%
CMYK13.33%0.00%26.67%
52.94%

Color #687858 in popluar number systems.

HEX687858
Decimal10412088
Binary110100011110001011000
Octal150170130

Shades and tints

Shades of #687858

#687858
(104,120,88)
#5F6E50
(95,110,80)
#566448
(86,100,72)
#4D5A40
(77,90,64)
#445038
(68,80,56)
#3B4630
(59,70,48)
#323C28
(50,60,40)
#293220
(41,50,32)
#202818
(32,40,24)
#171E10
(23,30,16)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #687858

#687858
(104,120,88)
#758467
(117,132,103)
#829076
(130,144,118)
#8F9C85
(143,156,133)
#9CA894
(156,168,148)
#A9B4A3
(169,180,163)
#B6C0B2
(182,192,178)
#C3CCC1
(195,204,193)
#D0D8D0
(208,216,208)
#DDE4DF
(221,228,223)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687858 color. Also use rgb(104,120,88) instead hex code.

Text Font Color

.myTextColor { color: #687858; }

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

This text font color is #687858.


Background Color

.myBgColor { background-color: #687858; }

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

This div background color is #687858.


Border color

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

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

This div border color is #687858.


Opacity

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

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

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

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

This text has shadow with #687858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687858 on black background.


Color preview on white background

This text has color #687858 on white background.



Black color preview on #687858 background

This text has black color on #687858 background.


White color preview on #687858 background

This text has white color on #687858 background.