COLOR #667373

HEX: #667373
RGB: (102,115,115)

Color info

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

RGB color model

#667373 color RGB value is (102,115,115).

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

RGB channels and saturation

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

102
115
115

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

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 115 = 332 (100%)
R 102 of 332 ~ 30.72%
G 115 of 332 ~ 34.64%
B 115 of 332 ~ 34.64%

%30.72
%34.64
%34.64

CMYK color model

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

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

CMYK percentages

%11.3
%0
%0
%54.9

Codes

Color #667373 in popluar color models

667373
RGB102115115
HSL180°5.99%42.55%
HSB/HSV180°11.30%45.10%
CMYK11.30%0.00%0.00%
54.90%

Color #667373 in popluar number systems.

HEX667373
Decimal102115115
Binary110011011100111110011
Octal146163163

Shades and tints

Shades of #667373

#667373
(102,115,115)
#5D6969
(93,105,105)
#545F5F
(84,95,95)
#4B5555
(75,85,85)
#424B4B
(66,75,75)
#394141
(57,65,65)
#303737
(48,55,55)
#272D2D
(39,45,45)
#1E2323
(30,35,35)
#151919
(21,25,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #667373

#667373
(102,115,115)
#737F7F
(115,127,127)
#808B8B
(128,139,139)
#8D9797
(141,151,151)
#9AA3A3
(154,163,163)
#A7AFAF
(167,175,175)
#B4BBBB
(180,187,187)
#C1C7C7
(193,199,199)
#CED3D3
(206,211,211)
#DBDFDF
(219,223,223)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667373; }

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

This text font color is #667373.


Background Color

.myBgColor { background-color: #667373; }

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

This div background color is #667373.


Border color

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

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

This div border color is #667373.


Opacity

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

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

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

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

This text has shadow with #667373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667373 on black background.


Color preview on white background

This text has color #667373 on white background.



Black color preview on #667373 background

This text has black color on #667373 background.


White color preview on #667373 background

This text has white color on #667373 background.