COLOR #67717F

HEX: #67717F
RGB: (103,113,127)

Color info

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

RGB color model

#67717F color RGB value is (103,113,127).

  • red value is 103;
  • green value is 113;
  • blue value is 127.
RGB:
(103,113,127)
(40%,44%,50%)

RGB channels and saturation

R 103 of 255 = 40%
G 113 of 255 = 44%
B 127 of 255 = 50%

103
113
127

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

Portions of RGB colors in percentages

R + G + B =
103 + 113 + 127 = 343 (100%)
R 103 of 343 ~ 30.03%
G 113 of 343 ~ 32.94%
B 127 of 343 ~ 37.03%

%30.03
%32.94
%37.03

CMYK color model

#67717F color CMYK value is (19,11,0,50).

  • cyan value is 18.90%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(19,11,0,50)
C19M11Y0K50 
(19%,11%,0%,50%)
(0.19/0.11/0.00/0.50)	

CMYK percentages

%18.9
%11.02
%0
%50.2

Codes

Color #67717F in popluar color models

67717F
RGB103113127
HSL215°10.43%45.10%
HSB/HSV215°18.90%49.80%
CMYK18.90%11.02%0.00%
50.20%

Color #67717F in popluar number systems.

HEX67717F
Decimal103113127
Binary110011111100011111111
Octal147161177

Shades and tints

Shades of #67717F

#67717F
(103,113,127)
#5E6774
(94,103,116)
#555D69
(85,93,105)
#4C535E
(76,83,94)
#434953
(67,73,83)
#3A3F48
(58,63,72)
#31353D
(49,53,61)
#282B32
(40,43,50)
#1F2127
(31,33,39)
#16171C
(22,23,28)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #67717F

#67717F
(103,113,127)
#747D8A
(116,125,138)
#818995
(129,137,149)
#8E95A0
(142,149,160)
#9BA1AB
(155,161,171)
#A8ADB6
(168,173,182)
#B5B9C1
(181,185,193)
#C2C5CC
(194,197,204)
#CFD1D7
(207,209,215)
#DCDDE2
(220,221,226)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67717F color. Also use rgb(103,113,127) instead hex code.

Text Font Color

.myTextColor { color: #67717F; }

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

This text font color is #67717F.


Background Color

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

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

This div background color is #67717F.


Border color

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

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

This div border color is #67717F.


Opacity

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

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

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

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

This text has shadow with #67717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67717F on black background.


Color preview on white background

This text has color #67717F on white background.



Black color preview on #67717F background

This text has black color on #67717F background.


White color preview on #67717F background

This text has white color on #67717F background.