COLOR #68616B

HEX: #68616B
RGB: (104,97,107)

Color info

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

RGB color model

#68616B color RGB value is (104,97,107).

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

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 107 of 255 = 42%

104
97
107

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 107 = 308 (100%)
R 104 of 308 ~ 33.77%
G 97 of 308 ~ 31.49%
B 107 of 308 ~ 34.74%

%33.77
%31.49
%34.74

CMYK color model

#68616B color CMYK value is (3,9,0,58).

  • cyan value is 2.80%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(3,9,0,58)
C3M9Y0K58 
(3%,9%,0%,58%)
(0.03/0.09/0.00/0.58)	

CMYK percentages

%2.8
%9.35
%0
%58.04

Codes

Color #68616B in popluar color models

68616B
RGB10497107
HSL282°4.90%40.00%
HSB/HSV282°9.35%41.96%
CMYK2.80%9.35%0.00%
58.04%

Color #68616B in popluar number systems.

HEX68616B
Decimal10497107
Binary110100011000011101011
Octal150141153

Shades and tints

Shades of #68616B

#68616B
(104,97,107)
#5F5962
(95,89,98)
#565159
(86,81,89)
#4D4950
(77,73,80)
#444147
(68,65,71)
#3B393E
(59,57,62)
#323135
(50,49,53)
#29292C
(41,41,44)
#202123
(32,33,35)
#17191A
(23,25,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #68616B

#68616B
(104,97,107)
#756F78
(117,111,120)
#827D85
(130,125,133)
#8F8B92
(143,139,146)
#9C999F
(156,153,159)
#A9A7AC
(169,167,172)
#B6B5B9
(182,181,185)
#C3C3C6
(195,195,198)
#D0D1D3
(208,209,211)
#DDDFE0
(221,223,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68616B; }

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

This text font color is #68616B.


Background Color

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

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

This div background color is #68616B.


Border color

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

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

This div border color is #68616B.


Opacity

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

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

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

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

This text has shadow with #68616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68616B on black background.


Color preview on white background

This text has color #68616B on white background.



Black color preview on #68616B background

This text has black color on #68616B background.


White color preview on #68616B background

This text has white color on #68616B background.