COLOR #68695E

HEX: #68695E RGB: (104,105,94)

Color info

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

RGB color model

#68695E color RGB value is (104,105,94).

RGB: (104,105,94) (41%, 41%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 94 of 255 = 37%

104
105
94

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

Portions of RGB colors in percentages

R + G + B = 104 + 105 + 94 = 303 (100%)
R 104 of 303 ~ 34.32%
G 105 of 303 ~ 34.65%
B 94 of 303 ~ 31.02'%

%34.32
%34.65
%31.02

CMYK color model

#68695E color CMYK value is (1,0,10,59).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 58.82%

CMYK: (1,0,10,59)
C1M0Y10K59 (1%, 0%, 10%, 59%)
(0.01 / 0.00 / 0.10 / 0.59)

CMYK percentages

%0.95
%0
%10.48
%58.82

Codes

Color #68695E in popluar color models

68 69 5E
RGB 104 105 94
HSL 65° 5.53% 39.02%
HSB/HSV 65° 10.48% 41.18%
CMYK 0.95% 0.00% 10.48%
58.82%

Color #68695E in popluar number systems.

HEX 68 69 5E
Decimal 104 105 94
Binary 1101000 1101001 1011110
Octal 150 151 136

Shades and tints

Shades of #68695E

#68695E
(104,105,94)
#5F6056
(95,96,86)
#56574E
(86,87,78)
#4D4E46
(77,78,70)
#44453E
(68,69,62)
#3B3C36
(59,60,54)
#32332E
(50,51,46)
#292A26
(41,42,38)
#20211E
(32,33,30)
#171816
(23,24,22)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #68695E

#68695E
(104,105,94)
#75766C
(117,118,108)
#82837A
(130,131,122)
#8F9088
(143,144,136)
#9C9D96
(156,157,150)
#A9AAA4
(169,170,164)
#B6B7B2
(182,183,178)
#C3C4C0
(195,196,192)
#D0D1CE
(208,209,206)
#DDDEDC
(221,222,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68695E color. Also use rgb(104,105,94) instead hex code.

Text Font Color

.myTextColor { color: #68695E; }

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

This text font color is #68695E.

Background Color

.myBgColor { background-color: #68695E; }

<div style="background-color:#68695E">Inner text</div>

This div background color is #68695E.

Border color

.myBorderColor { border: 1px solid #68695E; }

<div style="border:3px solid #68695E">Div</div>

This div border color is #68695E.

Opacity

.myOpacity80 { color: #68695E; opacity: 0.8; }

<p style="color:#68695E;opacity:0.8;">80%</p>

Text with #68695E 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 #68695E;}

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

This text has shadow with #68695E color.


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

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

This text has shadow with #68695E primary color and red secondary color.


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

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

This text has shadow with #68695E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68695E.

Preview

Color preview on black background

This text has color #68695E on black background.


Color preview on white background

This text has color #68695E on white background.


Black color preview on #68695E background

This text has black color on #68695E background.


White color preview on #68695E background

This text has white color on #68695E background.


Related colors

Complementary color

Complementary color for #hex is #9796A1.


I love getcolorcode.com

Triadic colors

1 #5E6869 and #695E68 with #68695E are triadic colors.

2 #5E6968 and #69685E with #68695E are triadic colors.