COLOR #68756B

HEX: #68756B
RGB: (104,117,107)

Color info

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

RGB color model

#68756B color RGB value is (104,117,107).

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

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 107 of 255 = 42%

104
117
107

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 107 = 328 (100%)
R 104 of 328 ~ 31.71%
G 117 of 328 ~ 35.67%
B 107 of 328 ~ 32.62%

%31.71
%35.67
%32.62

CMYK color model

#68756B color CMYK value is (11,0,9,54).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(11,0,9,54)
C11M0Y9K54 
(11%,0%,9%,54%)
(0.11/0.00/0.09/0.54)	

CMYK percentages

%11.11
%0
%8.55
%54.12

Codes

Color #68756B in popluar color models

68756B
RGB104117107
HSL134°5.88%43.33%
HSB/HSV134°11.11%45.88%
CMYK11.11%0.00%8.55%
54.12%

Color #68756B in popluar number systems.

HEX68756B
Decimal104117107
Binary110100011101011101011
Octal150165153

Shades and tints

Shades of #68756B

#68756B
(104,117,107)
#5F6B62
(95,107,98)
#566159
(86,97,89)
#4D5750
(77,87,80)
#444D47
(68,77,71)
#3B433E
(59,67,62)
#323935
(50,57,53)
#292F2C
(41,47,44)
#202523
(32,37,35)
#171B1A
(23,27,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #68756B

#68756B
(104,117,107)
#758178
(117,129,120)
#828D85
(130,141,133)
#8F9992
(143,153,146)
#9CA59F
(156,165,159)
#A9B1AC
(169,177,172)
#B6BDB9
(182,189,185)
#C3C9C6
(195,201,198)
#D0D5D3
(208,213,211)
#DDE1E0
(221,225,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68756B; }

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

This text font color is #68756B.


Background Color

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

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

This div background color is #68756B.


Border color

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

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

This div border color is #68756B.


Opacity

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

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

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

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

This text has shadow with #68756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68756B on black background.


Color preview on white background

This text has color #68756B on white background.



Black color preview on #68756B background

This text has black color on #68756B background.


White color preview on #68756B background

This text has white color on #68756B background.