COLOR #66693F

HEX: #66693F
RGB: (102,105,63)

Color info

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

RGB color model

#66693F color RGB value is (102,105,63).

  • red value is 102;
  • green value is 105;
  • blue value is 63.
RGB:
(102,105,63)
(40%,41%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 63 of 255 = 25%

102
105
63

R + G + B ~ 35%. #66693F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 63 = 270 (100%)
R 102 of 270 ~ 37.78%
G 105 of 270 ~ 38.89%
B 63 of 270 ~ 23.33%

%37.78
%38.89
%23.33

CMYK color model

#66693F color CMYK value is (3,0,40,59).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 58.82%
CMYK:
(3,0,40,59)
C3M0Y40K59 
(3%,0%,40%,59%)
(0.03/0.00/0.40/0.59)	

CMYK percentages

%2.86
%0
%40
%58.82

Codes

Color #66693F in popluar color models

66693F
RGB10210563
HSL64°25.00%32.94%
HSB/HSV64°40.00%41.18%
CMYK2.86%0.00%40.00%
58.82%

Color #66693F in popluar number systems.

HEX66693F
Decimal10210563
Binary11001101101001111111
Octal14615177

Shades and tints

Shades of #66693F

#66693F
(102,105,63)
#5D603A
(93,96,58)
#545735
(84,87,53)
#4B4E30
(75,78,48)
#42452B
(66,69,43)
#393C26
(57,60,38)
#303321
(48,51,33)
#272A1C
(39,42,28)
#1E2117
(30,33,23)
#151812
(21,24,18)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #66693F

#66693F
(102,105,63)
#737650
(115,118,80)
#808361
(128,131,97)
#8D9072
(141,144,114)
#9A9D83
(154,157,131)
#A7AA94
(167,170,148)
#B4B7A5
(180,183,165)
#C1C4B6
(193,196,182)
#CED1C7
(206,209,199)
#DBDED8
(219,222,216)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66693F color. Also use rgb(102,105,63) instead hex code.

Text Font Color

.myTextColor { color: #66693F; }

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

This text font color is #66693F.


Background Color

.myBgColor { background-color: #66693F; }

<div style="background-color:#66693F">Inner text</div>

This div background color is #66693F.


Border color

.myBorderColor { border: 1px solid #66693F; }

<div style="border:3px solid #66693F">Div</div>

This div border color is #66693F.


Opacity

.myOpacity80 { color: #66693F; opacity: 0.8; }

<p style="color:#66693F;opacity:0.8;">80%</p>

Text with #66693F 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 #66693F;}

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

This text has shadow with #66693F color.

.textShadow {text-shadow: 3px 3px 1px #66693F, 3px 3px 1px red;}

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

This text has shadow with #66693F primary color and red secondary color.


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

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

This text has shadow with #66693F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66693F on black background.


Color preview on white background

This text has color #66693F on white background.



Black color preview on #66693F background

This text has black color on #66693F background.


White color preview on #66693F background

This text has white color on #66693F background.