COLOR #68806F

HEX: #68806F RGB: (104,128,111)

Color info

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

RGB color model

#68806F color RGB value is (104,128,111).

RGB: (104,128,111) (41%, 50%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 111 of 255 = 44%

104
128
111

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

Portions of RGB colors in percentages

R + G + B = 104 + 128 + 111 = 343 (100%)
R 104 of 343 ~ 30.32%
G 128 of 343 ~ 37.32%
B 111 of 343 ~ 32.36'%

%30.32
%37.32
%32.36

CMYK color model

#68806F color CMYK value is (19,0,13,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 49.80%

CMYK: (19,0,13,50)
C19M0Y13K50 (19%, 0%, 13%, 50%)
(0.19 / 0.00 / 0.13 / 0.50)

CMYK percentages

%18.75
%0
%13.28
%49.8

Codes

Color #68806F in popluar color models

68 80 6F
RGB 104 128 111
HSL 138° 10.34% 45.49%
HSB/HSV 138° 18.75% 50.20%
CMYK 18.75% 0.00% 13.28%
49.80%

Color #68806F in popluar number systems.

HEX 68 80 6F
Decimal 104 128 111
Binary 1101000 10000000 1101111
Octal 150 200 157

Shades and tints

Shades of #68806F

#68806F
(104,128,111)
#5F7565
(95,117,101)
#566A5B
(86,106,91)
#4D5F51
(77,95,81)
#445447
(68,84,71)
#3B493D
(59,73,61)
#323E33
(50,62,51)
#293329
(41,51,41)
#20281F
(32,40,31)
#171D15
(23,29,21)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #68806F

#68806F
(104,128,111)
#758B7C
(117,139,124)
#829689
(130,150,137)
#8FA196
(143,161,150)
#9CACA3
(156,172,163)
#A9B7B0
(169,183,176)
#B6C2BD
(182,194,189)
#C3CDCA
(195,205,202)
#D0D8D7
(208,216,215)
#DDE3E4
(221,227,228)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68806F color. Also use rgb(104,128,111) instead hex code.

Text Font Color

.myTextColor { color: #68806F; }

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

This text font color is #68806F.

Background Color

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

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

This div background color is #68806F.

Border color

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

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

This div border color is #68806F.

Opacity

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

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

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

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

This text has shadow with #68806F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68806F.

Preview

Color preview on black background

This text has color #68806F on black background.


Color preview on white background

This text has color #68806F on white background.


Black color preview on #68806F background

This text has black color on #68806F background.


White color preview on #68806F background

This text has white color on #68806F background.


Related colors

Complementary color

Complementary color for #hex is #977F90.


I love getcolorcode.com

Triadic colors

1 #6F6880 and #806F68 with #68806F are triadic colors.

2 #6F8068 and #80686F with #68806F are triadic colors.