COLOR #66A474

HEX: #66A474 RGB: (102,164,116)

Color info

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

RGB color model

#66A474 color RGB value is (102,164,116).

RGB: (102,164,116) (40%, 64%, 45%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 116 of 255 = 45%

102
164
116

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

Portions of RGB colors in percentages

R + G + B = 102 + 164 + 116 = 382 (100%)
R 102 of 382 ~ 26.7%
G 164 of 382 ~ 42.93%
B 116 of 382 ~ 30.37'%

%26.7
%42.93
%30.37

CMYK color model

#66A474 color CMYK value is (38,0,29,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 35.69%

CMYK: (38,0,29,36)
C38M0Y29K36 (38%, 0%, 29%, 36%)
(0.38 / 0.00 / 0.29 / 0.36)

CMYK percentages

%37.8
%0
%29.27
%35.69

Codes

Color #66A474 in popluar color models

66 A4 74
RGB 102 164 116
HSL 134° 25.41% 52.16%
HSB/HSV 134° 37.80% 64.31%
CMYK 37.80% 0.00% 29.27%
35.69%

Color #66A474 in popluar number systems.

HEX 66 A4 74
Decimal 102 164 116
Binary 1100110 10100100 1110100
Octal 146 244 164

Shades and tints

Shades of #66A474

#66A474
(102,164,116)
#5D966A
(93,150,106)
#548860
(84,136,96)
#4B7A56
(75,122,86)
#426C4C
(66,108,76)
#395E42
(57,94,66)
#305038
(48,80,56)
#27422E
(39,66,46)
#1E3424
(30,52,36)
#15261A
(21,38,26)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #66A474

#66A474
(102,164,116)
#73AC80
(115,172,128)
#80B48C
(128,180,140)
#8DBC98
(141,188,152)
#9AC4A4
(154,196,164)
#A7CCB0
(167,204,176)
#B4D4BC
(180,212,188)
#C1DCC8
(193,220,200)
#CEE4D4
(206,228,212)
#DBECE0
(219,236,224)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A474; }

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

This text font color is #66A474.

Background Color

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

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

This div background color is #66A474.

Border color

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

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

This div border color is #66A474.

Opacity

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

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

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

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

This text has shadow with #66A474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A474.

Preview

Color preview on black background

This text has color #66A474 on black background.


Color preview on white background

This text has color #66A474 on white background.


Black color preview on #66A474 background

This text has black color on #66A474 background.


White color preview on #66A474 background

This text has white color on #66A474 background.


Related colors

Complementary color

Complementary color for #hex is #995B8B.


I love getcolorcode.com

Triadic colors

1 #7466A4 and #A47466 with #66A474 are triadic colors.

2 #74A466 and #A46674 with #66A474 are triadic colors.