COLOR #66736D

HEX: #66736D RGB: (102,115,109)

Color info

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

RGB color model

#66736D color RGB value is (102,115,109).

RGB: (102,115,109) (40%, 45%, 43%)

RGB channels and saturation

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

102
115
109

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

Portions of RGB colors in percentages

R + G + B = 102 + 115 + 109 = 326 (100%)
R 102 of 326 ~ 31.29%
G 115 of 326 ~ 35.28%
B 109 of 326 ~ 33.44'%

%31.29
%35.28
%33.44

CMYK color model

#66736D color CMYK value is (11,0,5,55).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%

CMYK: (11,0,5,55)
C11M0Y5K55 (11%, 0%, 5%, 55%)
(0.11 / 0.00 / 0.05 / 0.55)

CMYK percentages

%11.3
%0
%5.22
%54.9

Codes

Color #66736D in popluar color models

66 73 6D
RGB 102 115 109
HSL 152° 5.99% 42.55%
HSB/HSV 152° 11.30% 45.10%
CMYK 11.30% 0.00% 5.22%
54.90%

Color #66736D in popluar number systems.

HEX 66 73 6D
Decimal 102 115 109
Binary 1100110 1110011 1101101
Octal 146 163 155

Shades and tints

Shades of #66736D

#66736D
(102,115,109)
#5D6964
(93,105,100)
#545F5B
(84,95,91)
#4B5552
(75,85,82)
#424B49
(66,75,73)
#394140
(57,65,64)
#303737
(48,55,55)
#272D2E
(39,45,46)
#1E2325
(30,35,37)
#15191C
(21,25,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #66736D

#66736D
(102,115,109)
#737F7A
(115,127,122)
#808B87
(128,139,135)
#8D9794
(141,151,148)
#9AA3A1
(154,163,161)
#A7AFAE
(167,175,174)
#B4BBBB
(180,187,187)
#C1C7C8
(193,199,200)
#CED3D5
(206,211,213)
#DBDFE2
(219,223,226)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66736D; }

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

This text font color is #66736D.

Background Color

.myBgColor { background-color: #66736D; }

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

This div background color is #66736D.

Border color

.myBorderColor { border: 1px solid #66736D; }

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

This div border color is #66736D.

Opacity

.myOpacity80 { color: #66736D; opacity: 0.8; }

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

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

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

This text has shadow with #66736D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66736D.

Preview

Color preview on black background

This text has color #66736D on black background.


Color preview on white background

This text has color #66736D on white background.


Black color preview on #66736D background

This text has black color on #66736D background.


White color preview on #66736D background

This text has white color on #66736D background.


Related colors

Complementary color

Complementary color for #hex is #998C92.


I love getcolorcode.com

Triadic colors

1 #6D6673 and #736D66 with #66736D are triadic colors.

2 #6D7366 and #73666D with #66736D are triadic colors.