COLOR #667971

HEX: #667971
RGB: (102,121,113)

Color info

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

RGB color model

#667971 color RGB value is (102,121,113).

  • red value is 102;
  • green value is 121;
  • blue value is 113.
RGB:
(102,121,113)
(40%,47%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 113 of 255 = 44%

102
121
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 121 + 113 = 336 (100%)
R 102 of 336 ~ 30.36%
G 121 of 336 ~ 36.01%
B 113 of 336 ~ 33.63%

%30.36
%36.01
%33.63

CMYK color model

#667971 color CMYK value is (16,0,7,53).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(16,0,7,53)
C16M0Y7K53 
(16%,0%,7%,53%)
(0.16/0.00/0.07/0.53)	

CMYK percentages

%15.7
%0
%6.61
%52.55

Codes

Color #667971 in popluar color models

667971
RGB102121113
HSL155°8.52%43.73%
HSB/HSV155°15.70%47.45%
CMYK15.70%0.00%6.61%
52.55%

Color #667971 in popluar number systems.

HEX667971
Decimal102121113
Binary110011011110011110001
Octal146171161

Shades and tints

Shades of #667971

#667971
(102,121,113)
#5D6E67
(93,110,103)
#54635D
(84,99,93)
#4B5853
(75,88,83)
#424D49
(66,77,73)
#39423F
(57,66,63)
#303735
(48,55,53)
#272C2B
(39,44,43)
#1E2121
(30,33,33)
#151617
(21,22,23)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #667971

#667971
(102,121,113)
#73857D
(115,133,125)
#809189
(128,145,137)
#8D9D95
(141,157,149)
#9AA9A1
(154,169,161)
#A7B5AD
(167,181,173)
#B4C1B9
(180,193,185)
#C1CDC5
(193,205,197)
#CED9D1
(206,217,209)
#DBE5DD
(219,229,221)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667971; }

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

This text font color is #667971.


Background Color

.myBgColor { background-color: #667971; }

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

This div background color is #667971.


Border color

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

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

This div border color is #667971.


Opacity

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

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

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

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

This text has shadow with #667971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667971 on black background.


Color preview on white background

This text has color #667971 on white background.



Black color preview on #667971 background

This text has black color on #667971 background.


White color preview on #667971 background

This text has white color on #667971 background.