COLOR #66817F

HEX: #66817F
RGB: (102,129,127)

Color info

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

RGB color model

#66817F color RGB value is (102,129,127).

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

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 127 of 255 = 50%

102
129
127

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

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 127 = 358 (100%)
R 102 of 358 ~ 28.49%
G 129 of 358 ~ 36.03%
B 127 of 358 ~ 35.47%

%28.49
%36.03
%35.47

CMYK color model

#66817F color CMYK value is (21,0,2,49).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(21,0,2,49)
C21M0Y2K49 
(21%,0%,2%,49%)
(0.21/0.00/0.02/0.49)	

CMYK percentages

%20.93
%0
%1.55
%49.41

Codes

Color #66817F in popluar color models

66817F
RGB102129127
HSL176°11.69%45.29%
HSB/HSV176°20.93%50.59%
CMYK20.93%0.00%1.55%
49.41%

Color #66817F in popluar number systems.

HEX66817F
Decimal102129127
Binary1100110100000011111111
Octal146201177

Shades and tints

Shades of #66817F

#66817F
(102,129,127)
#5D7674
(93,118,116)
#546B69
(84,107,105)
#4B605E
(75,96,94)
#425553
(66,85,83)
#394A48
(57,74,72)
#303F3D
(48,63,61)
#273432
(39,52,50)
#1E2927
(30,41,39)
#151E1C
(21,30,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #66817F

#66817F
(102,129,127)
#738C8A
(115,140,138)
#809795
(128,151,149)
#8DA2A0
(141,162,160)
#9AADAB
(154,173,171)
#A7B8B6
(167,184,182)
#B4C3C1
(180,195,193)
#C1CECC
(193,206,204)
#CED9D7
(206,217,215)
#DBE4E2
(219,228,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66817F; }

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

This text font color is #66817F.


Background Color

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

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

This div background color is #66817F.


Border color

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

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

This div border color is #66817F.


Opacity

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

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

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

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

This text has shadow with #66817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66817F on black background.


Color preview on white background

This text has color #66817F on white background.



Black color preview on #66817F background

This text has black color on #66817F background.


White color preview on #66817F background

This text has white color on #66817F background.