COLOR #66735D

HEX: #66735D RGB: (102,115,93)

Color info

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

RGB color model

#66735D color RGB value is (102,115,93).

RGB: (102,115,93) (40%, 45%, 36%)

RGB channels and saturation

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

102
115
93

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

Portions of RGB colors in percentages

R + G + B = 102 + 115 + 93 = 310 (100%)
R 102 of 310 ~ 32.9%
G 115 of 310 ~ 37.1%
B 93 of 310 ~ 30'%

%32.9
%37.1
%30

CMYK color model

#66735D color CMYK value is (11,0,19,55).

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

CMYK: (11,0,19,55)
C11M0Y19K55 (11%, 0%, 19%, 55%)
(0.11 / 0.00 / 0.19 / 0.55)

CMYK percentages

%11.3
%0
%19.13
%54.9

Codes

Color #66735D in popluar color models

66 73 5D
RGB 102 115 93
HSL 95° 10.58% 40.78%
HSB/HSV 95° 19.13% 45.10%
CMYK 11.30% 0.00% 19.13%
54.90%

Color #66735D in popluar number systems.

HEX 66 73 5D
Decimal 102 115 93
Binary 1100110 1110011 1011101
Octal 146 163 135

Shades and tints

Shades of #66735D

#66735D
(102,115,93)
#5D6955
(93,105,85)
#545F4D
(84,95,77)
#4B5545
(75,85,69)
#424B3D
(66,75,61)
#394135
(57,65,53)
#30372D
(48,55,45)
#272D25
(39,45,37)
#1E231D
(30,35,29)
#151915
(21,25,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #66735D

#66735D
(102,115,93)
#737F6B
(115,127,107)
#808B79
(128,139,121)
#8D9787
(141,151,135)
#9AA395
(154,163,149)
#A7AFA3
(167,175,163)
#B4BBB1
(180,187,177)
#C1C7BF
(193,199,191)
#CED3CD
(206,211,205)
#DBDFDB
(219,223,219)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66735D; }

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

This text font color is #66735D.

Background Color

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

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

This div background color is #66735D.

Border color

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

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

This div border color is #66735D.

Opacity

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

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

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

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

This text has shadow with #66735D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66735D.

Preview

Color preview on black background

This text has color #66735D on black background.


Color preview on white background

This text has color #66735D on white background.


Black color preview on #66735D background

This text has black color on #66735D background.


White color preview on #66735D background

This text has white color on #66735D background.


Related colors

Complementary color

Complementary color for #hex is #998CA2.


I love getcolorcode.com

Triadic colors

1 #5D6673 and #735D66 with #66735D are triadic colors.

2 #5D7366 and #73665D with #66735D are triadic colors.