COLOR #68665D

HEX: #68665D
RGB: (104,102,93)

Color info

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

RGB color model

#68665D color RGB value is (104,102,93).

  • red value is 104;
  • green value is 102;
  • blue value is 93.
RGB:
(104,102,93)
(41%,40%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 93 of 255 = 36%

104
102
93

R + G + B ~ 39%. #68665D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 102 + 93 = 299 (100%)
R 104 of 299 ~ 34.78%
G 102 of 299 ~ 34.11%
B 93 of 299 ~ 31.1%

%34.78
%34.11
%31.1

CMYK color model

#68665D color CMYK value is (0,2,11,59).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(0,2,11,59)
C0M2Y11K59 
(0%,2%,11%,59%)
(0.00/0.02/0.11/0.59)	

CMYK percentages

%0
%1.92
%10.58
%59.22

Codes

Color #68665D in popluar color models

68665D
RGB10410293
HSL49°5.58%38.63%
HSB/HSV49°10.58%40.78%
CMYK0.00%1.92%10.58%
59.22%

Color #68665D in popluar number systems.

HEX68665D
Decimal10410293
Binary110100011001101011101
Octal150146135

Shades and tints

Shades of #68665D

#68665D
(104,102,93)
#5F5D55
(95,93,85)
#56544D
(86,84,77)
#4D4B45
(77,75,69)
#44423D
(68,66,61)
#3B3935
(59,57,53)
#32302D
(50,48,45)
#292725
(41,39,37)
#201E1D
(32,30,29)
#171515
(23,21,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #68665D

#68665D
(104,102,93)
#75736B
(117,115,107)
#828079
(130,128,121)
#8F8D87
(143,141,135)
#9C9A95
(156,154,149)
#A9A7A3
(169,167,163)
#B6B4B1
(182,180,177)
#C3C1BF
(195,193,191)
#D0CECD
(208,206,205)
#DDDBDB
(221,219,219)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68665D color. Also use rgb(104,102,93) instead hex code.

Text Font Color

.myTextColor { color: #68665D; }

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

This text font color is #68665D.


Background Color

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

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

This div background color is #68665D.


Border color

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

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

This div border color is #68665D.


Opacity

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

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

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

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

This text has shadow with #68665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68665D on black background.


Color preview on white background

This text has color #68665D on white background.



Black color preview on #68665D background

This text has black color on #68665D background.


White color preview on #68665D background

This text has white color on #68665D background.