COLOR #67686D

HEX: #67686D
RGB: (103,104,109)

Color info

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

RGB color model

#67686D color RGB value is (103,104,109).

  • red value is 103;
  • green value is 104;
  • blue value is 109.
RGB:
(103,104,109)
(40%,41%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 109 of 255 = 43%

103
104
109

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 109 = 316 (100%)
R 103 of 316 ~ 32.59%
G 104 of 316 ~ 32.91%
B 109 of 316 ~ 34.49%

%32.59
%32.91
%34.49

CMYK color model

#67686D color CMYK value is (6,5,0,57).

  • cyan value is 5.50%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,5,0,57)
C6M5Y0K57 
(6%,5%,0%,57%)
(0.06/0.05/0.00/0.57)	

CMYK percentages

%5.5
%4.59
%0
%57.25

Codes

Color #67686D in popluar color models

67686D
RGB103104109
HSL230°2.83%41.57%
HSB/HSV230°5.50%42.75%
CMYK5.50%4.59%0.00%
57.25%

Color #67686D in popluar number systems.

HEX67686D
Decimal103104109
Binary110011111010001101101
Octal147150155

Shades and tints

Shades of #67686D

#67686D
(103,104,109)
#5E5F64
(94,95,100)
#55565B
(85,86,91)
#4C4D52
(76,77,82)
#434449
(67,68,73)
#3A3B40
(58,59,64)
#313237
(49,50,55)
#28292E
(40,41,46)
#1F2025
(31,32,37)
#16171C
(22,23,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #67686D

#67686D
(103,104,109)
#74757A
(116,117,122)
#818287
(129,130,135)
#8E8F94
(142,143,148)
#9B9CA1
(155,156,161)
#A8A9AE
(168,169,174)
#B5B6BB
(181,182,187)
#C2C3C8
(194,195,200)
#CFD0D5
(207,208,213)
#DCDDE2
(220,221,226)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67686D color. Also use rgb(103,104,109) instead hex code.

Text Font Color

.myTextColor { color: #67686D; }

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

This text font color is #67686D.


Background Color

.myBgColor { background-color: #67686D; }

<div style="background-color:#67686D">Inner text</div>

This div background color is #67686D.


Border color

.myBorderColor { border: 1px solid #67686D; }

<div style="border:3px solid #67686D">Div</div>

This div border color is #67686D.


Opacity

.myOpacity80 { color: #67686D; opacity: 0.8; }

<p style="color:#67686D;opacity:0.8;">80%</p>

Text with #67686D 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 #67686D;}

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

This text has shadow with #67686D color.

.textShadow {text-shadow: 3px 3px 1px #67686D, 3px 3px 1px red;}

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

This text has shadow with #67686D primary color and red secondary color.


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

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

This text has shadow with #67686D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67686D on black background.


Color preview on white background

This text has color #67686D on white background.



Black color preview on #67686D background

This text has black color on #67686D background.


White color preview on #67686D background

This text has white color on #67686D background.