COLOR #66735E

HEX: #66735E RGB: (102,115,94)

Color info

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

RGB color model

#66735E color RGB value is (102,115,94).

RGB: (102,115,94) (40%, 45%, 37%)

RGB channels and saturation

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

102
115
94

R + G + B ~ 41%. #66735E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 115 + 94 = 311 (100%)
R 102 of 311 ~ 32.8%
G 115 of 311 ~ 36.98%
B 94 of 311 ~ 30.23'%

%32.8
%36.98
%30.23

CMYK color model

#66735E color CMYK value is (11,0,18,55).

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

CMYK: (11,0,18,55)
C11M0Y18K55 (11%, 0%, 18%, 55%)
(0.11 / 0.00 / 0.18 / 0.55)

CMYK percentages

%11.3
%0
%18.26
%54.9

Codes

Color #66735E in popluar color models

66 73 5E
RGB 102 115 94
HSL 97° 10.05% 40.98%
HSB/HSV 97° 18.26% 45.10%
CMYK 11.30% 0.00% 18.26%
54.90%

Color #66735E in popluar number systems.

HEX 66 73 5E
Decimal 102 115 94
Binary 1100110 1110011 1011110
Octal 146 163 136

Shades and tints

Shades of #66735E

#66735E
(102,115,94)
#5D6956
(93,105,86)
#545F4E
(84,95,78)
#4B5546
(75,85,70)
#424B3E
(66,75,62)
#394136
(57,65,54)
#30372E
(48,55,46)
#272D26
(39,45,38)
#1E231E
(30,35,30)
#151916
(21,25,22)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #66735E

#66735E
(102,115,94)
#737F6C
(115,127,108)
#808B7A
(128,139,122)
#8D9788
(141,151,136)
#9AA396
(154,163,150)
#A7AFA4
(167,175,164)
#B4BBB2
(180,187,178)
#C1C7C0
(193,199,192)
#CED3CE
(206,211,206)
#DBDFDC
(219,223,220)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66735E; }

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

This text font color is #66735E.

Background Color

.myBgColor { background-color: #66735E; }

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

This div background color is #66735E.

Border color

.myBorderColor { border: 1px solid #66735E; }

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

This div border color is #66735E.

Opacity

.myOpacity80 { color: #66735E; opacity: 0.8; }

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

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

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

This text has shadow with #66735E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66735E.

Preview

Color preview on black background

This text has color #66735E on black background.


Color preview on white background

This text has color #66735E on white background.


Black color preview on #66735E background

This text has black color on #66735E background.


White color preview on #66735E background

This text has white color on #66735E background.


Related colors

Complementary color

Complementary color for #hex is #998CA1.


I love getcolorcode.com

Triadic colors

1 #5E6673 and #735E66 with #66735E are triadic colors.

2 #5E7366 and #73665E with #66735E are triadic colors.