COLOR #68795E

HEX: #68795E RGB: (104,121,94)

Color info

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

RGB color model

#68795E color RGB value is (104,121,94).

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

RGB channels and saturation

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

104
121
94

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

Portions of RGB colors in percentages

R + G + B = 104 + 121 + 94 = 319 (100%)
R 104 of 319 ~ 32.6%
G 121 of 319 ~ 37.93%
B 94 of 319 ~ 29.47'%

%32.6
%37.93
%29.47

CMYK color model

#68795E color CMYK value is (14,0,22,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%

CMYK: (14,0,22,53)
C14M0Y22K53 (14%, 0%, 22%, 53%)
(0.14 / 0.00 / 0.22 / 0.53)

CMYK percentages

%14.05
%0
%22.31
%52.55

Codes

Color #68795E in popluar color models

68 79 5E
RGB 104 121 94
HSL 98° 12.56% 42.16%
HSB/HSV 98° 22.31% 47.45%
CMYK 14.05% 0.00% 22.31%
52.55%

Color #68795E in popluar number systems.

HEX 68 79 5E
Decimal 104 121 94
Binary 1101000 1111001 1011110
Octal 150 171 136

Shades and tints

Shades of #68795E

#68795E
(104,121,94)
#5F6E56
(95,110,86)
#56634E
(86,99,78)
#4D5846
(77,88,70)
#444D3E
(68,77,62)
#3B4236
(59,66,54)
#32372E
(50,55,46)
#292C26
(41,44,38)
#20211E
(32,33,30)
#171616
(23,22,22)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #68795E

#68795E
(104,121,94)
#75856C
(117,133,108)
#82917A
(130,145,122)
#8F9D88
(143,157,136)
#9CA996
(156,169,150)
#A9B5A4
(169,181,164)
#B6C1B2
(182,193,178)
#C3CDC0
(195,205,192)
#D0D9CE
(208,217,206)
#DDE5DC
(221,229,220)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68795E; }

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

This text font color is #68795E.

Background Color

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

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

This div background color is #68795E.

Border color

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

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

This div border color is #68795E.

Opacity

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

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

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

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

This text has shadow with #68795E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68795E.

Preview

Color preview on black background

This text has color #68795E on black background.


Color preview on white background

This text has color #68795E on white background.


Black color preview on #68795E background

This text has black color on #68795E background.


White color preview on #68795E background

This text has white color on #68795E background.


Related colors

Complementary color

Complementary color for #hex is #9786A1.


I love getcolorcode.com

Triadic colors

1 #5E6879 and #795E68 with #68795E are triadic colors.

2 #5E7968 and #79685E with #68795E are triadic colors.