COLOR #68795F

HEX: #68795F RGB: (104,121,95)

Color info

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

RGB color model

#68795F color RGB value is (104,121,95).

RGB: (104,121,95) (41%, 47%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 95 of 255 = 37%

104
121
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 121 + 95 = 320 (100%)
R 104 of 320 ~ 32.5%
G 121 of 320 ~ 37.81%
B 95 of 320 ~ 29.69'%

%32.5
%37.81
%29.69

CMYK color model

#68795F color CMYK value is (14,0,21,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 52.55%
CMYK: (14,0,21,53) C14M0Y21K53 (14%,0%,21%,53%) (0.14/0.00/0.21/0.53) 

CMYK percentages

%14.05
%0
%21.49
%52.55

Codes

Color #68795F in popluar color models

68 79 5F
RGB 104 121 95
HSL 99° 12.04% 42.35%
HSB/HSV 99° 21.49% 47.45%
CMYK 14.05% 0.00% 21.49%
52.55%

Color #68795F in popluar number systems.

HEX 68 79 5F
Decimal 104 121 95
Binary 1101000 1111001 1011111
Octal 150 171 137

Shades and tints

Shades of #68795F

#68795F
(104,121,95)
#5F6E57
(95,110,87)
#56634F
(86,99,79)
#4D5847
(77,88,71)
#444D3F
(68,77,63)
#3B4237
(59,66,55)
#32372F
(50,55,47)
#292C27
(41,44,39)
#20211F
(32,33,31)
#171617
(23,22,23)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #68795F

#68795F
(104,121,95)
#75856D
(117,133,109)
#82917B
(130,145,123)
#8F9D89
(143,157,137)
#9CA997
(156,169,151)
#A9B5A5
(169,181,165)
#B6C1B3
(182,193,179)
#C3CDC1
(195,205,193)
#D0D9CF
(208,217,207)
#DDE5DD
(221,229,221)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68795F; }

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

This text font color is #68795F.

Background Color

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

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

This div background color is #68795F.

Border color

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

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

This div border color is #68795F.

Opacity

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

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

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

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

This text has shadow with #68795F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68795F.

Preview

Color preview on black background

This text has color #68795F on black background.


Color preview on white background

This text has color #68795F on white background.


Black color preview on #68795F background

This text has black color on #68795F background.


White color preview on #68795F background

This text has white color on #68795F background.


Related colors

Complementary color

Complementary color for #hex is #9786A0.


I love getcolorcode.com

Triadic colors

1 #5F6879 and #795F68 with #68795F are triadic colors.

2 #5F7968 and #79685F with #68795F are triadic colors.