COLOR #667871

HEX: #667871
RGB: (102,120,113)

Color info

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

RGB color model

#667871 color RGB value is (102,120,113).

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

RGB channels and saturation

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

102
120
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 113 = 335 (100%)
R 102 of 335 ~ 30.45%
G 120 of 335 ~ 35.82%
B 113 of 335 ~ 33.73%

%30.45
%35.82
%33.73

CMYK color model

#667871 color CMYK value is (15,0,6,53).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(15,0,6,53)
C15M0Y6K53 
(15%,0%,6%,53%)
(0.15/0.00/0.06/0.53)	

CMYK percentages

%15
%0
%5.83
%52.94

Codes

Color #667871 in popluar color models

667871
RGB102120113
HSL157°8.11%43.53%
HSB/HSV157°15.00%47.06%
CMYK15.00%0.00%5.83%
52.94%

Color #667871 in popluar number systems.

HEX667871
Decimal102120113
Binary110011011110001110001
Octal146170161

Shades and tints

Shades of #667871

#667871
(102,120,113)
#5D6E67
(93,110,103)
#54645D
(84,100,93)
#4B5A53
(75,90,83)
#425049
(66,80,73)
#39463F
(57,70,63)
#303C35
(48,60,53)
#27322B
(39,50,43)
#1E2821
(30,40,33)
#151E17
(21,30,23)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #667871

#667871
(102,120,113)
#73847D
(115,132,125)
#809089
(128,144,137)
#8D9C95
(141,156,149)
#9AA8A1
(154,168,161)
#A7B4AD
(167,180,173)
#B4C0B9
(180,192,185)
#C1CCC5
(193,204,197)
#CED8D1
(206,216,209)
#DBE4DD
(219,228,221)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667871; }

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

This text font color is #667871.


Background Color

.myBgColor { background-color: #667871; }

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

This div background color is #667871.


Border color

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

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

This div border color is #667871.


Opacity

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

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

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

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

This text has shadow with #667871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667871 on black background.


Color preview on white background

This text has color #667871 on white background.



Black color preview on #667871 background

This text has black color on #667871 background.


White color preview on #667871 background

This text has white color on #667871 background.