COLOR #68726F

HEX: #68726F
RGB: (104,114,111)

Color info

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

RGB color model

#68726F color RGB value is (104,114,111).

  • red value is 104;
  • green value is 114;
  • blue value is 111.
RGB:
(104,114,111)
(41%,45%,44%)

RGB channels and saturation

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

104
114
111

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

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 111 = 329 (100%)
R 104 of 329 ~ 31.61%
G 114 of 329 ~ 34.65%
B 111 of 329 ~ 33.74%

%31.61
%34.65
%33.74

CMYK color model

#68726F color CMYK value is (9,0,3,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(9,0,3,55)
C9M0Y3K55 
(9%,0%,3%,55%)
(0.09/0.00/0.03/0.55)	

CMYK percentages

%8.77
%0
%2.63
%55.29

Codes

Color #68726F in popluar color models

68726F
RGB104114111
HSL162°4.59%42.75%
HSB/HSV162°8.77%44.71%
CMYK8.77%0.00%2.63%
55.29%

Color #68726F in popluar number systems.

HEX68726F
Decimal104114111
Binary110100011100101101111
Octal150162157

Shades and tints

Shades of #68726F

#68726F
(104,114,111)
#5F6865
(95,104,101)
#565E5B
(86,94,91)
#4D5451
(77,84,81)
#444A47
(68,74,71)
#3B403D
(59,64,61)
#323633
(50,54,51)
#292C29
(41,44,41)
#20221F
(32,34,31)
#171815
(23,24,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #68726F

#68726F
(104,114,111)
#757E7C
(117,126,124)
#828A89
(130,138,137)
#8F9696
(143,150,150)
#9CA2A3
(156,162,163)
#A9AEB0
(169,174,176)
#B6BABD
(182,186,189)
#C3C6CA
(195,198,202)
#D0D2D7
(208,210,215)
#DDDEE4
(221,222,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68726F; }

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

This text font color is #68726F.


Background Color

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

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

This div background color is #68726F.


Border color

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

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

This div border color is #68726F.


Opacity

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

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

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

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

This text has shadow with #68726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68726F on black background.


Color preview on white background

This text has color #68726F on white background.



Black color preview on #68726F background

This text has black color on #68726F background.


White color preview on #68726F background

This text has white color on #68726F background.