COLOR #66755F

HEX: #66755F
RGB: (102,117,95)

Color info

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

RGB color model

#66755F color RGB value is (102,117,95).

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

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 95 of 255 = 37%

102
117
95

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 95 = 314 (100%)
R 102 of 314 ~ 32.48%
G 117 of 314 ~ 37.26%
B 95 of 314 ~ 30.25%

%32.48
%37.26
%30.25

CMYK color model

#66755F color CMYK value is (13,0,19,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(13,0,19,54)
C13M0Y19K54 
(13%,0%,19%,54%)
(0.13/0.00/0.19/0.54)	

CMYK percentages

%12.82
%0
%18.8
%54.12

Codes

Color #66755F in popluar color models

66755F
RGB10211795
HSL101°10.38%41.57%
HSB/HSV101°18.80%45.88%
CMYK12.82%0.00%18.80%
54.12%

Color #66755F in popluar number systems.

HEX66755F
Decimal10211795
Binary110011011101011011111
Octal146165137

Shades and tints

Shades of #66755F

#66755F
(102,117,95)
#5D6B57
(93,107,87)
#54614F
(84,97,79)
#4B5747
(75,87,71)
#424D3F
(66,77,63)
#394337
(57,67,55)
#30392F
(48,57,47)
#272F27
(39,47,39)
#1E251F
(30,37,31)
#151B17
(21,27,23)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #66755F

#66755F
(102,117,95)
#73816D
(115,129,109)
#808D7B
(128,141,123)
#8D9989
(141,153,137)
#9AA597
(154,165,151)
#A7B1A5
(167,177,165)
#B4BDB3
(180,189,179)
#C1C9C1
(193,201,193)
#CED5CF
(206,213,207)
#DBE1DD
(219,225,221)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66755F; }

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

This text font color is #66755F.


Background Color

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

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

This div background color is #66755F.


Border color

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

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

This div border color is #66755F.


Opacity

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

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

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

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

This text has shadow with #66755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66755F on black background.


Color preview on white background

This text has color #66755F on white background.



Black color preview on #66755F background

This text has black color on #66755F background.


White color preview on #66755F background

This text has white color on #66755F background.