COLOR #66715B

HEX: #66715B
RGB: (102,113,91)

Color info

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

RGB color model

#66715B color RGB value is (102,113,91).

  • red value is 102;
  • green value is 113;
  • blue value is 91.
RGB:
(102,113,91)
(40%,44%,36%)

RGB channels and saturation

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

102
113
91

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

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 91 = 306 (100%)
R 102 of 306 ~ 33.33%
G 113 of 306 ~ 36.93%
B 91 of 306 ~ 29.74%

%33.33
%36.93
%29.74

CMYK color model

#66715B color CMYK value is (10,0,19,56).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(10,0,19,56)
C10M0Y19K56 
(10%,0%,19%,56%)
(0.10/0.00/0.19/0.56)	

CMYK percentages

%9.73
%0
%19.47
%55.69

Codes

Color #66715B in popluar color models

66715B
RGB10211391
HSL90°10.78%40.00%
HSB/HSV90°19.47%44.31%
CMYK9.73%0.00%19.47%
55.69%

Color #66715B in popluar number systems.

HEX66715B
Decimal10211391
Binary110011011100011011011
Octal146161133

Shades and tints

Shades of #66715B

#66715B
(102,113,91)
#5D6753
(93,103,83)
#545D4B
(84,93,75)
#4B5343
(75,83,67)
#42493B
(66,73,59)
#393F33
(57,63,51)
#30352B
(48,53,43)
#272B23
(39,43,35)
#1E211B
(30,33,27)
#151713
(21,23,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #66715B

#66715B
(102,113,91)
#737D69
(115,125,105)
#808977
(128,137,119)
#8D9585
(141,149,133)
#9AA193
(154,161,147)
#A7ADA1
(167,173,161)
#B4B9AF
(180,185,175)
#C1C5BD
(193,197,189)
#CED1CB
(206,209,203)
#DBDDD9
(219,221,217)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66715B; }

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

This text font color is #66715B.


Background Color

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

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

This div background color is #66715B.


Border color

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

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

This div border color is #66715B.


Opacity

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

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

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

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

This text has shadow with #66715B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66715B on black background.


Color preview on white background

This text has color #66715B on white background.



Black color preview on #66715B background

This text has black color on #66715B background.


White color preview on #66715B background

This text has white color on #66715B background.