COLOR #68715C

HEX: #68715C RGB: (104,113,92)

Color info

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

RGB color model

#68715C color RGB value is (104,113,92).

RGB: (104,113,92) (41%, 44%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 92 of 255 = 36%

104
113
92

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

Portions of RGB colors in percentages

R + G + B = 104 + 113 + 92 = 309 (100%)
R 104 of 309 ~ 33.66%
G 113 of 309 ~ 36.57%
B 92 of 309 ~ 29.77'%

%33.66
%36.57
%29.77

CMYK color model

#68715C color CMYK value is (8,0,19,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%

CMYK: (8,0,19,56)
C8M0Y19K56 (8%, 0%, 19%, 56%)
(0.08 / 0.00 / 0.19 / 0.56)

CMYK percentages

%7.96
%0
%18.58
%55.69

Codes

Color #68715C in popluar color models

68 71 5C
RGB 104 113 92
HSL 86° 10.24% 40.20%
HSB/HSV 86° 18.58% 44.31%
CMYK 7.96% 0.00% 18.58%
55.69%

Color #68715C in popluar number systems.

HEX 68 71 5C
Decimal 104 113 92
Binary 1101000 1110001 1011100
Octal 150 161 134

Shades and tints

Shades of #68715C

#68715C
(104,113,92)
#5F6754
(95,103,84)
#565D4C
(86,93,76)
#4D5344
(77,83,68)
#44493C
(68,73,60)
#3B3F34
(59,63,52)
#32352C
(50,53,44)
#292B24
(41,43,36)
#20211C
(32,33,28)
#171714
(23,23,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #68715C

#68715C
(104,113,92)
#757D6A
(117,125,106)
#828978
(130,137,120)
#8F9586
(143,149,134)
#9CA194
(156,161,148)
#A9ADA2
(169,173,162)
#B6B9B0
(182,185,176)
#C3C5BE
(195,197,190)
#D0D1CC
(208,209,204)
#DDDDDA
(221,221,218)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68715C color. Also use rgb(104,113,92) instead hex code.

Text Font Color

.myTextColor { color: #68715C; }

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

This text font color is #68715C.

Background Color

.myBgColor { background-color: #68715C; }

<div style="background-color:#68715C">Inner text</div>

This div background color is #68715C.

Border color

.myBorderColor { border: 1px solid #68715C; }

<div style="border:3px solid #68715C">Div</div>

This div border color is #68715C.

Opacity

.myOpacity80 { color: #68715C; opacity: 0.8; }

<p style="color:#68715C;opacity:0.8;">80%</p>

Text with #68715C 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 #68715C;}

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

This text has shadow with #68715C color.


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

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

This text has shadow with #68715C primary color and red secondary color.


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

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

This text has shadow with #68715C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68715C.

Preview

Color preview on black background

This text has color #68715C on black background.


Color preview on white background

This text has color #68715C on white background.


Black color preview on #68715C background

This text has black color on #68715C background.


White color preview on #68715C background

This text has white color on #68715C background.


Related colors

Complementary color

Complementary color for #hex is #978EA3.


I love getcolorcode.com

Triadic colors

1 #5C6871 and #715C68 with #68715C are triadic colors.

2 #5C7168 and #71685C with #68715C are triadic colors.