COLOR #686974

HEX: #686974
RGB: (104,105,116)

Color info

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

RGB color model

#686974 color RGB value is (104,105,116).

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

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 116 of 255 = 45%

104
105
116

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 116 = 325 (100%)
R 104 of 325 ~ 32%
G 105 of 325 ~ 32.31%
B 116 of 325 ~ 35.69%

%32
%32.31
%35.69

CMYK color model

#686974 color CMYK value is (10,9,0,55).

  • cyan value is 10.34%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(10,9,0,55)
C10M9Y0K55 
(10%,9%,0%,55%)
(0.10/0.09/0.00/0.55)	

CMYK percentages

%10.34
%9.48
%0
%54.51

Codes

Color #686974 in popluar color models

686974
RGB104105116
HSL235°5.45%43.14%
HSB/HSV235°10.34%45.49%
CMYK10.34%9.48%0.00%
54.51%

Color #686974 in popluar number systems.

HEX686974
Decimal104105116
Binary110100011010011110100
Octal150151164

Shades and tints

Shades of #686974

#686974
(104,105,116)
#5F606A
(95,96,106)
#565760
(86,87,96)
#4D4E56
(77,78,86)
#44454C
(68,69,76)
#3B3C42
(59,60,66)
#323338
(50,51,56)
#292A2E
(41,42,46)
#202124
(32,33,36)
#17181A
(23,24,26)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #686974

#686974
(104,105,116)
#757680
(117,118,128)
#82838C
(130,131,140)
#8F9098
(143,144,152)
#9C9DA4
(156,157,164)
#A9AAB0
(169,170,176)
#B6B7BC
(182,183,188)
#C3C4C8
(195,196,200)
#D0D1D4
(208,209,212)
#DDDEE0
(221,222,224)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686974; }

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

This text font color is #686974.


Background Color

.myBgColor { background-color: #686974; }

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

This div background color is #686974.


Border color

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

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

This div border color is #686974.


Opacity

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

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

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

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

This text has shadow with #686974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686974 on black background.


Color preview on white background

This text has color #686974 on white background.



Black color preview on #686974 background

This text has black color on #686974 background.


White color preview on #686974 background

This text has white color on #686974 background.