COLOR #667376

HEX: #667376
RGB: (102,115,118)

Color info

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

RGB color model

#667376 color RGB value is (102,115,118).

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

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 118 of 255 = 46%

102
115
118

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

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 118 = 335 (100%)
R 102 of 335 ~ 30.45%
G 115 of 335 ~ 34.33%
B 118 of 335 ~ 35.22%

%30.45
%34.33
%35.22

CMYK color model

#667376 color CMYK value is (14,3,0,54).

  • cyan value is 13.56%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,3,0,54)
C14M3Y0K54 
(14%,3%,0%,54%)
(0.14/0.03/0.00/0.54)	

CMYK percentages

%13.56
%2.54
%0
%53.73

Codes

Color #667376 in popluar color models

667376
RGB102115118
HSL191°7.27%43.14%
HSB/HSV191°13.56%46.27%
CMYK13.56%2.54%0.00%
53.73%

Color #667376 in popluar number systems.

HEX667376
Decimal102115118
Binary110011011100111110110
Octal146163166

Shades and tints

Shades of #667376

#667376
(102,115,118)
#5D696C
(93,105,108)
#545F62
(84,95,98)
#4B5558
(75,85,88)
#424B4E
(66,75,78)
#394144
(57,65,68)
#30373A
(48,55,58)
#272D30
(39,45,48)
#1E2326
(30,35,38)
#15191C
(21,25,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #667376

#667376
(102,115,118)
#737F82
(115,127,130)
#808B8E
(128,139,142)
#8D979A
(141,151,154)
#9AA3A6
(154,163,166)
#A7AFB2
(167,175,178)
#B4BBBE
(180,187,190)
#C1C7CA
(193,199,202)
#CED3D6
(206,211,214)
#DBDFE2
(219,223,226)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667376; }

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

This text font color is #667376.


Background Color

.myBgColor { background-color: #667376; }

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

This div background color is #667376.


Border color

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

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

This div border color is #667376.


Opacity

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

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

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

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

This text has shadow with #667376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667376 on black background.


Color preview on white background

This text has color #667376 on white background.



Black color preview on #667376 background

This text has black color on #667376 background.


White color preview on #667376 background

This text has white color on #667376 background.