COLOR #66815F

HEX: #66815F
RGB: (102,129,95)

Color info

#66815F contains red, green and blue colors in about the same proportion. Web safe color of #66815F is #669966 (or #696).

RGB color model

#66815F color RGB value is (102,129,95).

  • red value is 102;
  • green value is 129;
  • blue value is 95.
RGB:
(102,129,95)
(40%,51%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 95 of 255 = 37%

102
129
95

R + G + B ~ 43%. #66815F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 95 = 326 (100%)
R 102 of 326 ~ 31.29%
G 129 of 326 ~ 39.57%
B 95 of 326 ~ 29.14%

%31.29
%39.57
%29.14

CMYK color model

#66815F color CMYK value is (21,0,26,49).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK:
(21,0,26,49)
C21M0Y26K49 
(21%,0%,26%,49%)
(0.21/0.00/0.26/0.49)	

CMYK percentages

%20.93
%0
%26.36
%49.41

Codes

Color #66815F in popluar color models

66815F
RGB10212995
HSL108°15.18%43.92%
HSB/HSV108°26.36%50.59%
CMYK20.93%0.00%26.36%
49.41%

Color #66815F in popluar number systems.

HEX66815F
Decimal10212995
Binary1100110100000011011111
Octal146201137

Shades and tints

Shades of #66815F

#66815F
(102,129,95)
#5D7657
(93,118,87)
#546B4F
(84,107,79)
#4B6047
(75,96,71)
#42553F
(66,85,63)
#394A37
(57,74,55)
#303F2F
(48,63,47)
#273427
(39,52,39)
#1E291F
(30,41,31)
#151E17
(21,30,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #66815F

#66815F
(102,129,95)
#738C6D
(115,140,109)
#80977B
(128,151,123)
#8DA289
(141,162,137)
#9AAD97
(154,173,151)
#A7B8A5
(167,184,165)
#B4C3B3
(180,195,179)
#C1CEC1
(193,206,193)
#CED9CF
(206,217,207)
#DBE4DD
(219,228,221)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66815F color. Also use rgb(102,129,95) instead hex code.

Text Font Color

.myTextColor { color: #66815F; }

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

This text font color is #66815F.


Background Color

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

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

This div background color is #66815F.


Border color

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

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

This div border color is #66815F.


Opacity

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

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

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

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

This text has shadow with #66815F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66815F on black background.


Color preview on white background

This text has color #66815F on white background.



Black color preview on #66815F background

This text has black color on #66815F background.


White color preview on #66815F background

This text has white color on #66815F background.