COLOR #667272

HEX: #667272 RGB: (102,114,114)

Color info

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

RGB color model

#667272 color RGB value is (102,114,114).

RGB: (102,114,114) (40%, 45%, 45%)

RGB channels and saturation

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

102
114
114

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

Portions of RGB colors in percentages

R + G + B = 102 + 114 + 114 = 330 (100%)
R 102 of 330 ~ 30.91%
G 114 of 330 ~ 34.55%
B 114 of 330 ~ 34.55'%

%30.91
%34.55
%34.55

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (11,0,0,55)
C11M0Y0K55 (11%, 0%, 0%, 55%)
(0.11 / 0.00 / 0.00 / 0.55)

CMYK percentages

%10.53
%0
%0
%55.29

Codes

Color #667272 in popluar color models

66 72 72
RGB 102 114 114
HSL 180° 5.56% 42.35%
HSB/HSV 180° 10.53% 44.71%
CMYK 10.53% 0.00% 0.00%
55.29%

Color #667272 in popluar number systems.

HEX 66 72 72
Decimal 102 114 114
Binary 1100110 1110010 1110010
Octal 146 162 162

Shades and tints

Shades of #667272

#667272
(102,114,114)
#5D6868
(93,104,104)
#545E5E
(84,94,94)
#4B5454
(75,84,84)
#424A4A
(66,74,74)
#394040
(57,64,64)
#303636
(48,54,54)
#272C2C
(39,44,44)
#1E2222
(30,34,34)
#151818
(21,24,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #667272

#667272
(102,114,114)
#737E7E
(115,126,126)
#808A8A
(128,138,138)
#8D9696
(141,150,150)
#9AA2A2
(154,162,162)
#A7AEAE
(167,174,174)
#B4BABA
(180,186,186)
#C1C6C6
(193,198,198)
#CED2D2
(206,210,210)
#DBDEDE
(219,222,222)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667272; }

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

This text font color is #667272.

Background Color

.myBgColor { background-color: #667272; }

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

This div background color is #667272.

Border color

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

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

This div border color is #667272.

Opacity

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

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

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

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

This text has shadow with #667272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667272.

Preview

Color preview on black background

This text has color #667272 on black background.


Color preview on white background

This text has color #667272 on white background.


Black color preview on #667272 background

This text has black color on #667272 background.


White color preview on #667272 background

This text has white color on #667272 background.


Related colors

Complementary color

Complementary color for #hex is #998D8D.


I love getcolorcode.com