COLOR #667A73

HEX: #667A73 RGB: (102,122,115)

Color info

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

RGB color model

#667A73 color RGB value is (102,122,115).

RGB: (102,122,115) (40%, 48%, 45%)

RGB channels and saturation

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

102
122
115

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

Portions of RGB colors in percentages

R + G + B = 102 + 122 + 115 = 339 (100%)
R 102 of 339 ~ 30.09%
G 122 of 339 ~ 35.99%
B 115 of 339 ~ 33.92'%

%30.09
%35.99
%33.92

CMYK color model

#667A73 color CMYK value is (16,0,6,52).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 52.16%

CMYK: (16,0,6,52)
C16M0Y6K52 (16%, 0%, 6%, 52%)
(0.16 / 0.00 / 0.06 / 0.52)

CMYK percentages

%16.39
%0
%5.74
%52.16

Codes

Color #667A73 in popluar color models

66 7A 73
RGB 102 122 115
HSL 159° 8.93% 43.92%
HSB/HSV 159° 16.39% 47.84%
CMYK 16.39% 0.00% 5.74%
52.16%

Color #667A73 in popluar number systems.

HEX 66 7A 73
Decimal 102 122 115
Binary 1100110 1111010 1110011
Octal 146 172 163

Shades and tints

Shades of #667A73

#667A73
(102,122,115)
#5D6F69
(93,111,105)
#54645F
(84,100,95)
#4B5955
(75,89,85)
#424E4B
(66,78,75)
#394341
(57,67,65)
#303837
(48,56,55)
#272D2D
(39,45,45)
#1E2223
(30,34,35)
#151719
(21,23,25)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #667A73

#667A73
(102,122,115)
#73867F
(115,134,127)
#80928B
(128,146,139)
#8D9E97
(141,158,151)
#9AAAA3
(154,170,163)
#A7B6AF
(167,182,175)
#B4C2BB
(180,194,187)
#C1CEC7
(193,206,199)
#CEDAD3
(206,218,211)
#DBE6DF
(219,230,223)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667A73; }

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

This text font color is #667A73.

Background Color

.myBgColor { background-color: #667A73; }

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

This div background color is #667A73.

Border color

.myBorderColor { border: 1px solid #667A73; }

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

This div border color is #667A73.

Opacity

.myOpacity80 { color: #667A73; opacity: 0.8; }

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

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

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

This text has shadow with #667A73 color.


.textShadow {text-shadow: 3px 3px 1px #667A73', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667A73; -webkit-box-shadow: 1px 1px 3px 2px #667A73; box-shadow:1px 1px 3px 2px #667A73;">
Div content here
</div>

This div box has shadow with color #667A73.

Preview

Color preview on black background

This text has color #667A73 on black background.


Color preview on white background

This text has color #667A73 on white background.


Black color preview on #667A73 background

This text has black color on #667A73 background.


White color preview on #667A73 background

This text has white color on #667A73 background.


Related colors

Complementary color

Complementary color for #hex is #99858C.


I love getcolorcode.com

Triadic colors

1 #73667A and #7A7366 with #667A73 are triadic colors.

2 #737A66 and #7A6673 with #667A73 are triadic colors.