COLOR #67646C

HEX: #67646C
RGB: (103,100,108)

Color info

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

RGB color model

#67646C color RGB value is (103,100,108).

  • red value is 103;
  • green value is 100;
  • blue value is 108.
RGB:
(103,100,108)
(40%,39%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 108 of 255 = 42%

103
100
108

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 108 = 311 (100%)
R 103 of 311 ~ 33.12%
G 100 of 311 ~ 32.15%
B 108 of 311 ~ 34.73%

%33.12
%32.15
%34.73

CMYK color model

#67646C color CMYK value is (5,7,0,58).

  • cyan value is 4.63%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(5,7,0,58)
C5M7Y0K58 
(5%,7%,0%,58%)
(0.05/0.07/0.00/0.58)	

CMYK percentages

%4.63
%7.41
%0
%57.65

Codes

Color #67646C in popluar color models

67646C
RGB103100108
HSL263°3.85%40.78%
HSB/HSV263°7.41%42.35%
CMYK4.63%7.41%0.00%
57.65%

Color #67646C in popluar number systems.

HEX67646C
Decimal103100108
Binary110011111001001101100
Octal147144154

Shades and tints

Shades of #67646C

#67646C
(103,100,108)
#5E5B63
(94,91,99)
#55525A
(85,82,90)
#4C4951
(76,73,81)
#434048
(67,64,72)
#3A373F
(58,55,63)
#312E36
(49,46,54)
#28252D
(40,37,45)
#1F1C24
(31,28,36)
#16131B
(22,19,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #67646C

#67646C
(103,100,108)
#747279
(116,114,121)
#818086
(129,128,134)
#8E8E93
(142,142,147)
#9B9CA0
(155,156,160)
#A8AAAD
(168,170,173)
#B5B8BA
(181,184,186)
#C2C6C7
(194,198,199)
#CFD4D4
(207,212,212)
#DCE2E1
(220,226,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67646C color. Also use rgb(103,100,108) instead hex code.

Text Font Color

.myTextColor { color: #67646C; }

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

This text font color is #67646C.


Background Color

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

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

This div background color is #67646C.


Border color

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

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

This div border color is #67646C.


Opacity

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

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

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

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

This text has shadow with #67646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67646C on black background.


Color preview on white background

This text has color #67646C on white background.



Black color preview on #67646C background

This text has black color on #67646C background.


White color preview on #67646C background

This text has white color on #67646C background.