COLOR #667370

HEX: #667370
RGB: (102,115,112)

Color info

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

RGB color model

#667370 color RGB value is (102,115,112).

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

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 112 of 255 = 44%

102
115
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 112 = 329 (100%)
R 102 of 329 ~ 31%
G 115 of 329 ~ 34.95%
B 112 of 329 ~ 34.04%

%31
%34.95
%34.04

CMYK color model

#667370 color CMYK value is (11,0,3,55).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(11,0,3,55)
C11M0Y3K55 
(11%,0%,3%,55%)
(0.11/0.00/0.03/0.55)	

CMYK percentages

%11.3
%0
%2.61
%54.9

Codes

Color #667370 in popluar color models

667370
RGB102115112
HSL166°5.99%42.55%
HSB/HSV166°11.30%45.10%
CMYK11.30%0.00%2.61%
54.90%

Color #667370 in popluar number systems.

HEX667370
Decimal102115112
Binary110011011100111110000
Octal146163160

Shades and tints

Shades of #667370

#667370
(102,115,112)
#5D6966
(93,105,102)
#545F5C
(84,95,92)
#4B5552
(75,85,82)
#424B48
(66,75,72)
#39413E
(57,65,62)
#303734
(48,55,52)
#272D2A
(39,45,42)
#1E2320
(30,35,32)
#151916
(21,25,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #667370

#667370
(102,115,112)
#737F7D
(115,127,125)
#808B8A
(128,139,138)
#8D9797
(141,151,151)
#9AA3A4
(154,163,164)
#A7AFB1
(167,175,177)
#B4BBBE
(180,187,190)
#C1C7CB
(193,199,203)
#CED3D8
(206,211,216)
#DBDFE5
(219,223,229)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667370; }

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

This text font color is #667370.


Background Color

.myBgColor { background-color: #667370; }

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

This div background color is #667370.


Border color

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

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

This div border color is #667370.


Opacity

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

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

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

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

This text has shadow with #667370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667370 on black background.


Color preview on white background

This text has color #667370 on white background.



Black color preview on #667370 background

This text has black color on #667370 background.


White color preview on #667370 background

This text has white color on #667370 background.