COLOR #68696D

HEX: #68696D
RGB: (104,105,109)

Color info

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

RGB color model

#68696D color RGB value is (104,105,109).

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

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 109 of 255 = 43%

104
105
109

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 109 = 318 (100%)
R 104 of 318 ~ 32.7%
G 105 of 318 ~ 33.02%
B 109 of 318 ~ 34.28%

%32.7
%33.02
%34.28

CMYK color model

#68696D color CMYK value is (5,4,0,57).

  • cyan value is 4.59%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,4,0,57)
C5M4Y0K57 
(5%,4%,0%,57%)
(0.05/0.04/0.00/0.57)	

CMYK percentages

%4.59
%3.67
%0
%57.25

Codes

Color #68696D in popluar color models

68696D
RGB104105109
HSL228°2.35%41.76%
HSB/HSV228°4.59%42.75%
CMYK4.59%3.67%0.00%
57.25%

Color #68696D in popluar number systems.

HEX68696D
Decimal104105109
Binary110100011010011101101
Octal150151155

Shades and tints

Shades of #68696D

#68696D
(104,105,109)
#5F6064
(95,96,100)
#56575B
(86,87,91)
#4D4E52
(77,78,82)
#444549
(68,69,73)
#3B3C40
(59,60,64)
#323337
(50,51,55)
#292A2E
(41,42,46)
#202125
(32,33,37)
#17181C
(23,24,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #68696D

#68696D
(104,105,109)
#75767A
(117,118,122)
#828387
(130,131,135)
#8F9094
(143,144,148)
#9C9DA1
(156,157,161)
#A9AAAE
(169,170,174)
#B6B7BB
(182,183,187)
#C3C4C8
(195,196,200)
#D0D1D5
(208,209,213)
#DDDEE2
(221,222,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68696D; }

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

This text font color is #68696D.


Background Color

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

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

This div background color is #68696D.


Border color

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

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

This div border color is #68696D.


Opacity

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

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

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

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

This text has shadow with #68696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68696D on black background.


Color preview on white background

This text has color #68696D on white background.



Black color preview on #68696D background

This text has black color on #68696D background.


White color preview on #68696D background

This text has white color on #68696D background.