COLOR #68636C

HEX: #68636C
RGB: (104,99,108)

Color info

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

RGB color model

#68636C color RGB value is (104,99,108).

  • red value is 104;
  • green value is 99;
  • blue value is 108.
RGB:
(104,99,108)
(41%,39%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 108 of 255 = 42%

104
99
108

R + G + B ~ 41%. #68636C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 108 = 311 (100%)
R 104 of 311 ~ 33.44%
G 99 of 311 ~ 31.83%
B 108 of 311 ~ 34.73%

%33.44
%31.83
%34.73

CMYK color model

#68636C color CMYK value is (4,8,0,58).

  • cyan value is 3.70%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(4,8,0,58)
C4M8Y0K58 
(4%,8%,0%,58%)
(0.04/0.08/0.00/0.58)	

CMYK percentages

%3.7
%8.33
%0
%57.65

Codes

Color #68636C in popluar color models

68636C
RGB10499108
HSL273°4.35%40.59%
HSB/HSV273°8.33%42.35%
CMYK3.70%8.33%0.00%
57.65%

Color #68636C in popluar number systems.

HEX68636C
Decimal10499108
Binary110100011000111101100
Octal150143154

Shades and tints

Shades of #68636C

#68636C
(104,99,108)
#5F5A63
(95,90,99)
#56515A
(86,81,90)
#4D4851
(77,72,81)
#443F48
(68,63,72)
#3B363F
(59,54,63)
#322D36
(50,45,54)
#29242D
(41,36,45)
#201B24
(32,27,36)
#17121B
(23,18,27)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #68636C

#68636C
(104,99,108)
#757179
(117,113,121)
#827F86
(130,127,134)
#8F8D93
(143,141,147)
#9C9BA0
(156,155,160)
#A9A9AD
(169,169,173)
#B6B7BA
(182,183,186)
#C3C5C7
(195,197,199)
#D0D3D4
(208,211,212)
#DDE1E1
(221,225,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68636C color. Also use rgb(104,99,108) instead hex code.

Text Font Color

.myTextColor { color: #68636C; }

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

This text font color is #68636C.


Background Color

.myBgColor { background-color: #68636C; }

<div style="background-color:#68636C">Inner text</div>

This div background color is #68636C.


Border color

.myBorderColor { border: 1px solid #68636C; }

<div style="border:3px solid #68636C">Div</div>

This div border color is #68636C.


Opacity

.myOpacity80 { color: #68636C; opacity: 0.8; }

<p style="color:#68636C;opacity:0.8;">80%</p>

Text with #68636C 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 #68636C;}

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

This text has shadow with #68636C color.

.textShadow {text-shadow: 3px 3px 1px #68636C, 3px 3px 1px red;}

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

This text has shadow with #68636C primary color and red secondary color.


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

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

This text has shadow with #68636C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68636C on black background.


Color preview on white background

This text has color #68636C on white background.



Black color preview on #68636C background

This text has black color on #68636C background.


White color preview on #68636C background

This text has white color on #68636C background.