COLOR #68756D

HEX: #68756D
RGB: (104,117,109)

Color info

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

RGB color model

#68756D color RGB value is (104,117,109).

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

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 109 of 255 = 43%

104
117
109

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 109 = 330 (100%)
R 104 of 330 ~ 31.52%
G 117 of 330 ~ 35.45%
B 109 of 330 ~ 33.03%

%31.52
%35.45
%33.03

CMYK color model

#68756D color CMYK value is (11,0,7,54).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(11,0,7,54)
C11M0Y7K54 
(11%,0%,7%,54%)
(0.11/0.00/0.07/0.54)	

CMYK percentages

%11.11
%0
%6.84
%54.12

Codes

Color #68756D in popluar color models

68756D
RGB104117109
HSL143°5.88%43.33%
HSB/HSV143°11.11%45.88%
CMYK11.11%0.00%6.84%
54.12%

Color #68756D in popluar number systems.

HEX68756D
Decimal104117109
Binary110100011101011101101
Octal150165155

Shades and tints

Shades of #68756D

#68756D
(104,117,109)
#5F6B64
(95,107,100)
#56615B
(86,97,91)
#4D5752
(77,87,82)
#444D49
(68,77,73)
#3B4340
(59,67,64)
#323937
(50,57,55)
#292F2E
(41,47,46)
#202525
(32,37,37)
#171B1C
(23,27,28)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #68756D

#68756D
(104,117,109)
#75817A
(117,129,122)
#828D87
(130,141,135)
#8F9994
(143,153,148)
#9CA5A1
(156,165,161)
#A9B1AE
(169,177,174)
#B6BDBB
(182,189,187)
#C3C9C8
(195,201,200)
#D0D5D5
(208,213,213)
#DDE1E2
(221,225,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68756D; }

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

This text font color is #68756D.


Background Color

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

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

This div background color is #68756D.


Border color

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

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

This div border color is #68756D.


Opacity

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

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

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

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

This text has shadow with #68756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68756D on black background.


Color preview on white background

This text has color #68756D on white background.



Black color preview on #68756D background

This text has black color on #68756D background.


White color preview on #68756D background

This text has white color on #68756D background.