COLOR #66715D

HEX: #66715D RGB: (102,113,93)

Color info

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

RGB color model

#66715D color RGB value is (102,113,93).

RGB: (102,113,93) (40%, 44%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 113 of 255 = 44%
B 93 of 255 = 36%

102
113
93

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

Portions of RGB colors in percentages

R + G + B = 102 + 113 + 93 = 308 (100%)
R 102 of 308 ~ 33.12%
G 113 of 308 ~ 36.69%
B 93 of 308 ~ 30.19'%

%33.12
%36.69
%30.19

CMYK color model

#66715D color CMYK value is (10,0,18,56).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 55.69%

CMYK: (10,0,18,56)
C10M0Y18K56 (10%, 0%, 18%, 56%)
(0.10 / 0.00 / 0.18 / 0.56)

CMYK percentages

%9.73
%0
%17.7
%55.69

Codes

Color #66715D in popluar color models

66 71 5D
RGB 102 113 93
HSL 93° 9.71% 40.39%
HSB/HSV 93° 17.70% 44.31%
CMYK 9.73% 0.00% 17.70%
55.69%

Color #66715D in popluar number systems.

HEX 66 71 5D
Decimal 102 113 93
Binary 1100110 1110001 1011101
Octal 146 161 135

Shades and tints

Shades of #66715D

#66715D
(102,113,93)
#5D6755
(93,103,85)
#545D4D
(84,93,77)
#4B5345
(75,83,69)
#42493D
(66,73,61)
#393F35
(57,63,53)
#30352D
(48,53,45)
#272B25
(39,43,37)
#1E211D
(30,33,29)
#151715
(21,23,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #66715D

#66715D
(102,113,93)
#737D6B
(115,125,107)
#808979
(128,137,121)
#8D9587
(141,149,135)
#9AA195
(154,161,149)
#A7ADA3
(167,173,163)
#B4B9B1
(180,185,177)
#C1C5BF
(193,197,191)
#CED1CD
(206,209,205)
#DBDDDB
(219,221,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66715D; }

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

This text font color is #66715D.

Background Color

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

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

This div background color is #66715D.

Border color

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

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

This div border color is #66715D.

Opacity

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

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

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

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

This text has shadow with #66715D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66715D.

Preview

Color preview on black background

This text has color #66715D on black background.


Color preview on white background

This text has color #66715D on white background.


Black color preview on #66715D background

This text has black color on #66715D background.


White color preview on #66715D background

This text has white color on #66715D background.


Related colors

Complementary color

Complementary color for #hex is #998EA2.


I love getcolorcode.com

Triadic colors

1 #5D6671 and #715D66 with #66715D are triadic colors.

2 #5D7166 and #71665D with #66715D are triadic colors.