COLOR #68616D

HEX: #68616D
RGB: (104,97,109)

Color info

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

RGB color model

#68616D color RGB value is (104,97,109).

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

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 109 of 255 = 43%

104
97
109

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 109 = 310 (100%)
R 104 of 310 ~ 33.55%
G 97 of 310 ~ 31.29%
B 109 of 310 ~ 35.16%

%33.55
%31.29
%35.16

CMYK color model

#68616D color CMYK value is (5,11,0,57).

  • cyan value is 4.59%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,11,0,57)
C5M11Y0K57 
(5%,11%,0%,57%)
(0.05/0.11/0.00/0.57)	

CMYK percentages

%4.59
%11.01
%0
%57.25

Codes

Color #68616D in popluar color models

68616D
RGB10497109
HSL275°5.83%40.39%
HSB/HSV275°11.01%42.75%
CMYK4.59%11.01%0.00%
57.25%

Color #68616D in popluar number systems.

HEX68616D
Decimal10497109
Binary110100011000011101101
Octal150141155

Shades and tints

Shades of #68616D

#68616D
(104,97,109)
#5F5964
(95,89,100)
#56515B
(86,81,91)
#4D4952
(77,73,82)
#444149
(68,65,73)
#3B3940
(59,57,64)
#323137
(50,49,55)
#29292E
(41,41,46)
#202125
(32,33,37)
#17191C
(23,25,28)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #68616D

#68616D
(104,97,109)
#756F7A
(117,111,122)
#827D87
(130,125,135)
#8F8B94
(143,139,148)
#9C99A1
(156,153,161)
#A9A7AE
(169,167,174)
#B6B5BB
(182,181,187)
#C3C3C8
(195,195,200)
#D0D1D5
(208,209,213)
#DDDFE2
(221,223,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68616D; }

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

This text font color is #68616D.


Background Color

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

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

This div background color is #68616D.


Border color

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

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

This div border color is #68616D.


Opacity

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

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

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

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

This text has shadow with #68616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68616D on black background.


Color preview on white background

This text has color #68616D on white background.



Black color preview on #68616D background

This text has black color on #68616D background.


White color preview on #68616D background

This text has white color on #68616D background.