COLOR #67747C

HEX: #67747C
RGB: (103,116,124)

Color info

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

RGB color model

#67747C color RGB value is (103,116,124).

  • red value is 103;
  • green value is 116;
  • blue value is 124.
RGB:
(103,116,124)
(40%,45%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 124 of 255 = 49%

103
116
124

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

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 124 = 343 (100%)
R 103 of 343 ~ 30.03%
G 116 of 343 ~ 33.82%
B 124 of 343 ~ 36.15%

%30.03
%33.82
%36.15

CMYK color model

#67747C color CMYK value is (17,6,0,51).

  • cyan value is 16.94%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(17,6,0,51)
C17M6Y0K51 
(17%,6%,0%,51%)
(0.17/0.06/0.00/0.51)	

CMYK percentages

%16.94
%6.45
%0
%51.37

Codes

Color #67747C in popluar color models

67747C
RGB103116124
HSL203°9.25%44.51%
HSB/HSV203°16.94%48.63%
CMYK16.94%6.45%0.00%
51.37%

Color #67747C in popluar number systems.

HEX67747C
Decimal103116124
Binary110011111101001111100
Octal147164174

Shades and tints

Shades of #67747C

#67747C
(103,116,124)
#5E6A71
(94,106,113)
#556066
(85,96,102)
#4C565B
(76,86,91)
#434C50
(67,76,80)
#3A4245
(58,66,69)
#31383A
(49,56,58)
#282E2F
(40,46,47)
#1F2424
(31,36,36)
#161A19
(22,26,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #67747C

#67747C
(103,116,124)
#748087
(116,128,135)
#818C92
(129,140,146)
#8E989D
(142,152,157)
#9BA4A8
(155,164,168)
#A8B0B3
(168,176,179)
#B5BCBE
(181,188,190)
#C2C8C9
(194,200,201)
#CFD4D4
(207,212,212)
#DCE0DF
(220,224,223)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67747C color. Also use rgb(103,116,124) instead hex code.

Text Font Color

.myTextColor { color: #67747C; }

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

This text font color is #67747C.


Background Color

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

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

This div background color is #67747C.


Border color

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

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

This div border color is #67747C.


Opacity

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

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

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

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

This text has shadow with #67747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67747C on black background.


Color preview on white background

This text has color #67747C on white background.



Black color preview on #67747C background

This text has black color on #67747C background.


White color preview on #67747C background

This text has white color on #67747C background.