COLOR #66756E

HEX: #66756E
RGB: (102,117,110)

Color info

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

RGB color model

#66756E color RGB value is (102,117,110).

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

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 110 of 255 = 43%

102
117
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 110 = 329 (100%)
R 102 of 329 ~ 31%
G 117 of 329 ~ 35.56%
B 110 of 329 ~ 33.43%

%31
%35.56
%33.43

CMYK color model

#66756E color CMYK value is (13,0,6,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(13,0,6,54)
C13M0Y6K54 
(13%,0%,6%,54%)
(0.13/0.00/0.06/0.54)	

CMYK percentages

%12.82
%0
%5.98
%54.12

Codes

Color #66756E in popluar color models

66756E
RGB102117110
HSL152°6.85%42.94%
HSB/HSV152°12.82%45.88%
CMYK12.82%0.00%5.98%
54.12%

Color #66756E in popluar number systems.

HEX66756E
Decimal102117110
Binary110011011101011101110
Octal146165156

Shades and tints

Shades of #66756E

#66756E
(102,117,110)
#5D6B64
(93,107,100)
#54615A
(84,97,90)
#4B5750
(75,87,80)
#424D46
(66,77,70)
#39433C
(57,67,60)
#303932
(48,57,50)
#272F28
(39,47,40)
#1E251E
(30,37,30)
#151B14
(21,27,20)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #66756E

#66756E
(102,117,110)
#73817B
(115,129,123)
#808D88
(128,141,136)
#8D9995
(141,153,149)
#9AA5A2
(154,165,162)
#A7B1AF
(167,177,175)
#B4BDBC
(180,189,188)
#C1C9C9
(193,201,201)
#CED5D6
(206,213,214)
#DBE1E3
(219,225,227)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66756E color. Also use rgb(102,117,110) instead hex code.

Text Font Color

.myTextColor { color: #66756E; }

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

This text font color is #66756E.


Background Color

.myBgColor { background-color: #66756E; }

<div style="background-color:#66756E">Inner text</div>

This div background color is #66756E.


Border color

.myBorderColor { border: 1px solid #66756E; }

<div style="border:3px solid #66756E">Div</div>

This div border color is #66756E.


Opacity

.myOpacity80 { color: #66756E; opacity: 0.8; }

<p style="color:#66756E;opacity:0.8;">80%</p>

Text with #66756E 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 #66756E;}

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

This text has shadow with #66756E color.

.textShadow {text-shadow: 3px 3px 1px #66756E, 3px 3px 1px red;}

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

This text has shadow with #66756E primary color and red secondary color.


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

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

This text has shadow with #66756E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66756E on black background.


Color preview on white background

This text has color #66756E on white background.



Black color preview on #66756E background

This text has black color on #66756E background.


White color preview on #66756E background

This text has white color on #66756E background.