COLOR #66A47E

HEX: #66A47E
RGB: (102,164,126)

Color info

#66A47E contains mainly green and blue colors. Web safe color of #66A47E is #669966 (or #696).

RGB color model

#66A47E color RGB value is (102,164,126).

  • red value is 102;
  • green value is 164;
  • blue value is 126.
RGB:
(102,164,126)
(40%,64%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 126 of 255 = 49%

102
164
126

R + G + B ~ 51%. #66A47E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 126 = 392 (100%)
R 102 of 392 ~ 26.02%
G 164 of 392 ~ 41.84%
B 126 of 392 ~ 32.14%

%26.02
%41.84
%32.14

CMYK color model

#66A47E color CMYK value is (38,0,23,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(38,0,23,36)
C38M0Y23K36 
(38%,0%,23%,36%)
(0.38/0.00/0.23/0.36)	

CMYK percentages

%37.8
%0
%23.17
%35.69

Codes

Color #66A47E in popluar color models

66A47E
RGB102164126
HSL143°25.41%52.16%
HSB/HSV143°37.80%64.31%
CMYK37.80%0.00%23.17%
35.69%

Color #66A47E in popluar number systems.

HEX66A47E
Decimal102164126
Binary1100110101001001111110
Octal146244176

Shades and tints

Shades of #66A47E

#66A47E
(102,164,126)
#5D9673
(93,150,115)
#548868
(84,136,104)
#4B7A5D
(75,122,93)
#426C52
(66,108,82)
#395E47
(57,94,71)
#30503C
(48,80,60)
#274231
(39,66,49)
#1E3426
(30,52,38)
#15261B
(21,38,27)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #66A47E

#66A47E
(102,164,126)
#73AC89
(115,172,137)
#80B494
(128,180,148)
#8DBC9F
(141,188,159)
#9AC4AA
(154,196,170)
#A7CCB5
(167,204,181)
#B4D4C0
(180,212,192)
#C1DCCB
(193,220,203)
#CEE4D6
(206,228,214)
#DBECE1
(219,236,225)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A47E color. Also use rgb(102,164,126) instead hex code.

Text Font Color

.myTextColor { color: #66A47E; }

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

This text font color is #66A47E.


Background Color

.myBgColor { background-color: #66A47E; }

<div style="background-color:#66A47E">Inner text</div>

This div background color is #66A47E.


Border color

.myBorderColor { border: 1px solid #66A47E; }

<div style="border:3px solid #66A47E">Div</div>

This div border color is #66A47E.


Opacity

.myOpacity80 { color: #66A47E; opacity: 0.8; }

<p style="color:#66A47E;opacity:0.8;">80%</p>

Text with #66A47E 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 #66A47E;}

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

This text has shadow with #66A47E color.

.textShadow {text-shadow: 3px 3px 1px #66A47E, 3px 3px 1px red;}

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

This text has shadow with #66A47E primary color and red secondary color.


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

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

This text has shadow with #66A47E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A47E on black background.


Color preview on white background

This text has color #66A47E on white background.



Black color preview on #66A47E background

This text has black color on #66A47E background.


White color preview on #66A47E background

This text has white color on #66A47E background.