COLOR #68676D

HEX: #68676D
RGB: (104,103,109)

Color info

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

RGB color model

#68676D color RGB value is (104,103,109).

  • red value is 104;
  • green value is 103;
  • blue value is 109.
RGB:
(104,103,109)
(41%,40%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 109 of 255 = 43%

104
103
109

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 109 = 316 (100%)
R 104 of 316 ~ 32.91%
G 103 of 316 ~ 32.59%
B 109 of 316 ~ 34.49%

%32.91
%32.59
%34.49

CMYK color model

#68676D color CMYK value is (5,6,0,57).

  • cyan value is 4.59%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,6,0,57)
C5M6Y0K57 
(5%,6%,0%,57%)
(0.05/0.06/0.00/0.57)	

CMYK percentages

%4.59
%5.5
%0
%57.25

Codes

Color #68676D in popluar color models

68676D
RGB104103109
HSL250°2.83%41.57%
HSB/HSV250°5.50%42.75%
CMYK4.59%5.50%0.00%
57.25%

Color #68676D in popluar number systems.

HEX68676D
Decimal104103109
Binary110100011001111101101
Octal150147155

Shades and tints

Shades of #68676D

#68676D
(104,103,109)
#5F5E64
(95,94,100)
#56555B
(86,85,91)
#4D4C52
(77,76,82)
#444349
(68,67,73)
#3B3A40
(59,58,64)
#323137
(50,49,55)
#29282E
(41,40,46)
#201F25
(32,31,37)
#17161C
(23,22,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #68676D

#68676D
(104,103,109)
#75747A
(117,116,122)
#828187
(130,129,135)
#8F8E94
(143,142,148)
#9C9BA1
(156,155,161)
#A9A8AE
(169,168,174)
#B6B5BB
(182,181,187)
#C3C2C8
(195,194,200)
#D0CFD5
(208,207,213)
#DDDCE2
(221,220,226)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68676D color. Also use rgb(104,103,109) instead hex code.

Text Font Color

.myTextColor { color: #68676D; }

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

This text font color is #68676D.


Background Color

.myBgColor { background-color: #68676D; }

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

This div background color is #68676D.


Border color

.myBorderColor { border: 1px solid #68676D; }

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

This div border color is #68676D.


Opacity

.myOpacity80 { color: #68676D; opacity: 0.8; }

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

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

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

This text has shadow with #68676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68676D on black background.


Color preview on white background

This text has color #68676D on white background.



Black color preview on #68676D background

This text has black color on #68676D background.


White color preview on #68676D background

This text has white color on #68676D background.