COLOR #667474

HEX: #667474
RGB: (102,116,116)

Color info

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

RGB color model

#667474 color RGB value is (102,116,116).

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

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 116 of 255 = 45%

102
116
116

R + G + B ~ 43%. #667474 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 116 = 334 (100%)
R 102 of 334 ~ 30.54%
G 116 of 334 ~ 34.73%
B 116 of 334 ~ 34.73%

%30.54
%34.73
%34.73

CMYK color model

#667474 color CMYK value is (12,0,0,55).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(12,0,0,55)
C12M0Y0K55 
(12%,0%,0%,55%)
(0.12/0.00/0.00/0.55)	

CMYK percentages

%12.07
%0
%0
%54.51

Codes

Color #667474 in popluar color models

667474
RGB102116116
HSL180°6.42%42.75%
HSB/HSV180°12.07%45.49%
CMYK12.07%0.00%0.00%
54.51%

Color #667474 in popluar number systems.

HEX667474
Decimal102116116
Binary110011011101001110100
Octal146164164

Shades and tints

Shades of #667474

#667474
(102,116,116)
#5D6A6A
(93,106,106)
#546060
(84,96,96)
#4B5656
(75,86,86)
#424C4C
(66,76,76)
#394242
(57,66,66)
#303838
(48,56,56)
#272E2E
(39,46,46)
#1E2424
(30,36,36)
#151A1A
(21,26,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #667474

#667474
(102,116,116)
#738080
(115,128,128)
#808C8C
(128,140,140)
#8D9898
(141,152,152)
#9AA4A4
(154,164,164)
#A7B0B0
(167,176,176)
#B4BCBC
(180,188,188)
#C1C8C8
(193,200,200)
#CED4D4
(206,212,212)
#DBE0E0
(219,224,224)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667474 color. Also use rgb(102,116,116) instead hex code.

Text Font Color

.myTextColor { color: #667474; }

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

This text font color is #667474.


Background Color

.myBgColor { background-color: #667474; }

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

This div background color is #667474.


Border color

.myBorderColor { border: 1px solid #667474; }

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

This div border color is #667474.


Opacity

.myOpacity80 { color: #667474; opacity: 0.8; }

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

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

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

This text has shadow with #667474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667474 on black background.


Color preview on white background

This text has color #667474 on white background.



Black color preview on #667474 background

This text has black color on #667474 background.


White color preview on #667474 background

This text has white color on #667474 background.