COLOR #687969

HEX: #687969
RGB: (104,121,105)

Color info

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

RGB color model

#687969 color RGB value is (104,121,105).

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

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 105 of 255 = 41%

104
121
105

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

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 105 = 330 (100%)
R 104 of 330 ~ 31.52%
G 121 of 330 ~ 36.67%
B 105 of 330 ~ 31.82%

%31.52
%36.67
%31.82

CMYK color model

#687969 color CMYK value is (14,0,13,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(14,0,13,53)
C14M0Y13K53 
(14%,0%,13%,53%)
(0.14/0.00/0.13/0.53)	

CMYK percentages

%14.05
%0
%13.22
%52.55

Codes

Color #687969 in popluar color models

687969
RGB104121105
HSL124°7.56%44.12%
HSB/HSV124°14.05%47.45%
CMYK14.05%0.00%13.22%
52.55%

Color #687969 in popluar number systems.

HEX687969
Decimal104121105
Binary110100011110011101001
Octal150171151

Shades and tints

Shades of #687969

#687969
(104,121,105)
#5F6E60
(95,110,96)
#566357
(86,99,87)
#4D584E
(77,88,78)
#444D45
(68,77,69)
#3B423C
(59,66,60)
#323733
(50,55,51)
#292C2A
(41,44,42)
#202121
(32,33,33)
#171618
(23,22,24)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #687969

#687969
(104,121,105)
#758576
(117,133,118)
#829183
(130,145,131)
#8F9D90
(143,157,144)
#9CA99D
(156,169,157)
#A9B5AA
(169,181,170)
#B6C1B7
(182,193,183)
#C3CDC4
(195,205,196)
#D0D9D1
(208,217,209)
#DDE5DE
(221,229,222)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687969; }

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

This text font color is #687969.


Background Color

.myBgColor { background-color: #687969; }

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

This div background color is #687969.


Border color

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

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

This div border color is #687969.


Opacity

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

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

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

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

This text has shadow with #687969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687969 on black background.


Color preview on white background

This text has color #687969 on white background.



Black color preview on #687969 background

This text has black color on #687969 background.


White color preview on #687969 background

This text has white color on #687969 background.