COLOR #68765F

HEX: #68765F RGB: (104,118,95)

Color info

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

RGB color model

#68765F color RGB value is (104,118,95).

RGB: (104,118,95) (41%, 46%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 95 of 255 = 37%

104
118
95

R + G + B ~ 41%. #68765F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 118 + 95 = 317 (100%)
R 104 of 317 ~ 32.81%
G 118 of 317 ~ 37.22%
B 95 of 317 ~ 29.97'%

%32.81
%37.22
%29.97

CMYK color model

#68765F color CMYK value is (12,0,19,54).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%

CMYK: (12,0,19,54)
C12M0Y19K54 (12%, 0%, 19%, 54%)
(0.12 / 0.00 / 0.19 / 0.54)

CMYK percentages

%11.86
%0
%19.49
%53.73

Codes

Color #68765F in popluar color models

68 76 5F
RGB 104 118 95
HSL 97° 10.80% 41.76%
HSB/HSV 97° 19.49% 46.27%
CMYK 11.86% 0.00% 19.49%
53.73%

Color #68765F in popluar number systems.

HEX 68 76 5F
Decimal 104 118 95
Binary 1101000 1110110 1011111
Octal 150 166 137

Shades and tints

Shades of #68765F

#68765F
(104,118,95)
#5F6C57
(95,108,87)
#56624F
(86,98,79)
#4D5847
(77,88,71)
#444E3F
(68,78,63)
#3B4437
(59,68,55)
#323A2F
(50,58,47)
#293027
(41,48,39)
#20261F
(32,38,31)
#171C17
(23,28,23)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #68765F

#68765F
(104,118,95)
#75826D
(117,130,109)
#828E7B
(130,142,123)
#8F9A89
(143,154,137)
#9CA697
(156,166,151)
#A9B2A5
(169,178,165)
#B6BEB3
(182,190,179)
#C3CAC1
(195,202,193)
#D0D6CF
(208,214,207)
#DDE2DD
(221,226,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68765F color. Also use rgb(104,118,95) instead hex code.

Text Font Color

.myTextColor { color: #68765F; }

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

This text font color is #68765F.

Background Color

.myBgColor { background-color: #68765F; }

<div style="background-color:#68765F">Inner text</div>

This div background color is #68765F.

Border color

.myBorderColor { border: 1px solid #68765F; }

<div style="border:3px solid #68765F">Div</div>

This div border color is #68765F.

Opacity

.myOpacity80 { color: #68765F; opacity: 0.8; }

<p style="color:#68765F;opacity:0.8;">80%</p>

Text with #68765F 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 #68765F;}

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

This text has shadow with #68765F color.


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

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

This text has shadow with #68765F primary color and red secondary color.


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

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

This text has shadow with #68765F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68765F.

Preview

Color preview on black background

This text has color #68765F on black background.


Color preview on white background

This text has color #68765F on white background.


Black color preview on #68765F background

This text has black color on #68765F background.


White color preview on #68765F background

This text has white color on #68765F background.


Related colors

Complementary color

Complementary color for #hex is #9789A0.


I love getcolorcode.com

Triadic colors

1 #5F6876 and #765F68 with #68765F are triadic colors.

2 #5F7668 and #76685F with #68765F are triadic colors.