COLOR #66713C

HEX: #66713C
RGB: (102,113,60)

Color info

#66713C contains red, green and blue colors in about the same proportion. Web safe color of #66713C is #666633 (or #663).

RGB color model

#66713C color RGB value is (102,113,60).

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

RGB channels and saturation

R 102 of 255 = 40%
G 113 of 255 = 44%
B 60 of 255 = 24%

102
113
60

R + G + B ~ 36%. #66713C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 60 = 275 (100%)
R 102 of 275 ~ 37.09%
G 113 of 275 ~ 41.09%
B 60 of 275 ~ 21.82%

%37.09
%41.09
%21.82

CMYK color model

#66713C color CMYK value is (10,0,47,56).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 55.69%
CMYK:
(10,0,47,56)
C10M0Y47K56 
(10%,0%,47%,56%)
(0.10/0.00/0.47/0.56)	

CMYK percentages

%9.73
%0
%46.9
%55.69

Codes

Color #66713C in popluar color models

66713C
RGB10211360
HSL72°30.64%33.92%
HSB/HSV72°46.90%44.31%
CMYK9.73%0.00%46.90%
55.69%

Color #66713C in popluar number systems.

HEX66713C
Decimal10211360
Binary11001101110001111100
Octal14616174

Shades and tints

Shades of #66713C

#66713C
(102,113,60)
#5D6737
(93,103,55)
#545D32
(84,93,50)
#4B532D
(75,83,45)
#424928
(66,73,40)
#393F23
(57,63,35)
#30351E
(48,53,30)
#272B19
(39,43,25)
#1E2114
(30,33,20)
#15170F
(21,23,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #66713C

#66713C
(102,113,60)
#737D4D
(115,125,77)
#80895E
(128,137,94)
#8D956F
(141,149,111)
#9AA180
(154,161,128)
#A7AD91
(167,173,145)
#B4B9A2
(180,185,162)
#C1C5B3
(193,197,179)
#CED1C4
(206,209,196)
#DBDDD5
(219,221,213)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66713C color. Also use rgb(102,113,60) instead hex code.

Text Font Color

.myTextColor { color: #66713C; }

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

This text font color is #66713C.


Background Color

.myBgColor { background-color: #66713C; }

<div style="background-color:#66713C">Inner text</div>

This div background color is #66713C.


Border color

.myBorderColor { border: 1px solid #66713C; }

<div style="border:3px solid #66713C">Div</div>

This div border color is #66713C.


Opacity

.myOpacity80 { color: #66713C; opacity: 0.8; }

<p style="color:#66713C;opacity:0.8;">80%</p>

Text with #66713C 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 #66713C;}

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

This text has shadow with #66713C color.

.textShadow {text-shadow: 3px 3px 1px #66713C, 3px 3px 1px red;}

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

This text has shadow with #66713C primary color and red secondary color.


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

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

This text has shadow with #66713C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66713C on black background.


Color preview on white background

This text has color #66713C on white background.



Black color preview on #66713C background

This text has black color on #66713C background.


White color preview on #66713C background

This text has white color on #66713C background.