COLOR #68655D

HEX: #68655D RGB: (104,101,93)

Color info

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

RGB color model

#68655D color RGB value is (104,101,93).

RGB: (104,101,93) (41%, 40%, 36%)

RGB channels and saturation

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

104
101
93

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

Portions of RGB colors in percentages

R + G + B = 104 + 101 + 93 = 298 (100%)
R 104 of 298 ~ 34.9%
G 101 of 298 ~ 33.89%
B 93 of 298 ~ 31.21'%

%34.9
%33.89
%31.21

CMYK color model

#68655D color CMYK value is (0,3,11,59).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 10.58%
  • key color value is 59.22%

CMYK: (0,3,11,59)
C0M3Y11K59 (0%, 3%, 11%, 59%)
(0.00 / 0.03 / 0.11 / 0.59)

CMYK percentages

%0
%2.88
%10.58
%59.22

Codes

Color #68655D in popluar color models

68 65 5D
RGB 104 101 93
HSL 44° 5.58% 38.63%
HSB/HSV 44° 10.58% 40.78%
CMYK 0.00% 2.88% 10.58%
59.22%

Color #68655D in popluar number systems.

HEX 68 65 5D
Decimal 104 101 93
Binary 1101000 1100101 1011101
Octal 150 145 135

Shades and tints

Shades of #68655D

#68655D
(104,101,93)
#5F5C55
(95,92,85)
#56534D
(86,83,77)
#4D4A45
(77,74,69)
#44413D
(68,65,61)
#3B3835
(59,56,53)
#322F2D
(50,47,45)
#292625
(41,38,37)
#201D1D
(32,29,29)
#171415
(23,20,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #68655D

#68655D
(104,101,93)
#75736B
(117,115,107)
#828179
(130,129,121)
#8F8F87
(143,143,135)
#9C9D95
(156,157,149)
#A9ABA3
(169,171,163)
#B6B9B1
(182,185,177)
#C3C7BF
(195,199,191)
#D0D5CD
(208,213,205)
#DDE3DB
(221,227,219)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68655D; }

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

This text font color is #68655D.

Background Color

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

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

This div background color is #68655D.

Border color

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

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

This div border color is #68655D.

Opacity

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

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

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

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

This text has shadow with #68655D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68655D.

Preview

Color preview on black background

This text has color #68655D on black background.


Color preview on white background

This text has color #68655D on white background.


Black color preview on #68655D background

This text has black color on #68655D background.


White color preview on #68655D background

This text has white color on #68655D background.


Related colors

Complementary color

Complementary color for #hex is #979AA2.


I love getcolorcode.com

Triadic colors

1 #5D6865 and #655D68 with #68655D are triadic colors.

2 #5D6568 and #65685D with #68655D are triadic colors.