COLOR #68736F

HEX: #68736F RGB: (104,115,111)

Color info

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

RGB color model

#68736F color RGB value is (104,115,111).

RGB: (104,115,111) (41%, 45%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 111 of 255 = 44%

104
115
111

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

Portions of RGB colors in percentages

R + G + B = 104 + 115 + 111 = 330 (100%)
R 104 of 330 ~ 31.52%
G 115 of 330 ~ 34.85%
B 111 of 330 ~ 33.64'%

%31.52
%34.85
%33.64

CMYK color model

#68736F color CMYK value is (10,0,3,55).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%

CMYK: (10,0,3,55)
C10M0Y3K55 (10%, 0%, 3%, 55%)
(0.10 / 0.00 / 0.03 / 0.55)

CMYK percentages

%9.57
%0
%3.48
%54.9

Codes

Color #68736F in popluar color models

68 73 6F
RGB 104 115 111
HSL 158° 5.02% 42.94%
HSB/HSV 158° 9.57% 45.10%
CMYK 9.57% 0.00% 3.48%
54.90%

Color #68736F in popluar number systems.

HEX 68 73 6F
Decimal 104 115 111
Binary 1101000 1110011 1101111
Octal 150 163 157

Shades and tints

Shades of #68736F

#68736F
(104,115,111)
#5F6965
(95,105,101)
#565F5B
(86,95,91)
#4D5551
(77,85,81)
#444B47
(68,75,71)
#3B413D
(59,65,61)
#323733
(50,55,51)
#292D29
(41,45,41)
#20231F
(32,35,31)
#171915
(23,25,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #68736F

#68736F
(104,115,111)
#757F7C
(117,127,124)
#828B89
(130,139,137)
#8F9796
(143,151,150)
#9CA3A3
(156,163,163)
#A9AFB0
(169,175,176)
#B6BBBD
(182,187,189)
#C3C7CA
(195,199,202)
#D0D3D7
(208,211,215)
#DDDFE4
(221,223,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68736F; }

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

This text font color is #68736F.

Background Color

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

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

This div background color is #68736F.

Border color

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

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

This div border color is #68736F.

Opacity

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

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

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

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

This text has shadow with #68736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68736F.

Preview

Color preview on black background

This text has color #68736F on black background.


Color preview on white background

This text has color #68736F on white background.


Black color preview on #68736F background

This text has black color on #68736F background.


White color preview on #68736F background

This text has white color on #68736F background.


Related colors

Complementary color

Complementary color for #hex is #978C90.


I love getcolorcode.com

Triadic colors

1 #6F6873 and #736F68 with #68736F are triadic colors.

2 #6F7368 and #73686F with #68736F are triadic colors.