COLOR #667874

HEX: #667874
RGB: (102,120,116)

Color info

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

RGB color model

#667874 color RGB value is (102,120,116).

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

RGB channels and saturation

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

102
120
116

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 116 = 338 (100%)
R 102 of 338 ~ 30.18%
G 120 of 338 ~ 35.5%
B 116 of 338 ~ 34.32%

%30.18
%35.5
%34.32

CMYK color model

#667874 color CMYK value is (15,0,3,53).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(15,0,3,53)
C15M0Y3K53 
(15%,0%,3%,53%)
(0.15/0.00/0.03/0.53)	

CMYK percentages

%15
%0
%3.33
%52.94

Codes

Color #667874 in popluar color models

667874
RGB102120116
HSL167°8.11%43.53%
HSB/HSV167°15.00%47.06%
CMYK15.00%0.00%3.33%
52.94%

Color #667874 in popluar number systems.

HEX667874
Decimal102120116
Binary110011011110001110100
Octal146170164

Shades and tints

Shades of #667874

#667874
(102,120,116)
#5D6E6A
(93,110,106)
#546460
(84,100,96)
#4B5A56
(75,90,86)
#42504C
(66,80,76)
#394642
(57,70,66)
#303C38
(48,60,56)
#27322E
(39,50,46)
#1E2824
(30,40,36)
#151E1A
(21,30,26)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #667874

#667874
(102,120,116)
#738480
(115,132,128)
#80908C
(128,144,140)
#8D9C98
(141,156,152)
#9AA8A4
(154,168,164)
#A7B4B0
(167,180,176)
#B4C0BC
(180,192,188)
#C1CCC8
(193,204,200)
#CED8D4
(206,216,212)
#DBE4E0
(219,228,224)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667874; }

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

This text font color is #667874.


Background Color

.myBgColor { background-color: #667874; }

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

This div background color is #667874.


Border color

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

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

This div border color is #667874.


Opacity

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

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

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

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

This text has shadow with #667874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667874 on black background.


Color preview on white background

This text has color #667874 on white background.



Black color preview on #667874 background

This text has black color on #667874 background.


White color preview on #667874 background

This text has white color on #667874 background.